sortix-mirror/sortix/x64
Jonas 'Sortie' Termansen 4f3e22140c Fixed x64 memory leaks upon process termination. 2012-03-17 18:14:57 +01:00
..
base.s Fixed the horrible 'nofoo' bug! 2011-12-25 03:41:59 +01:00
bits.h Added <sys/time.h>, struct timeval and gettimeofday(3) stub. 2012-03-04 22:05:52 +01:00
boot.s Fixed x64 memory leaks upon process termination. 2012-03-17 18:14:57 +01:00
calltrace.s make CALLTRACE=1 to enable printing primitive calltraces upon panic. 2012-03-02 14:08:25 +01:00
gdt.s Split descriptor_tables.cpp into a gdt.cpp and idt.cpp. 2012-03-01 00:15:28 +01:00
idt.s Split descriptor_tables.cpp into a gdt.cpp and idt.cpp. 2012-03-01 00:15:28 +01:00
interrupt.s Refactored the interrupt code to make it cleaner and more flexible. 2012-02-29 15:40:30 +01:00
memorymanagement.cpp Fixed x64 memory leaks upon process termination. 2012-03-17 18:14:57 +01:00
memorymanagement.h Rewrote memory management again and added support for x64 and forking. 2011-10-10 01:02:57 +02:00
process.cpp Stack is now aligned in 64-bit Sortix threads. 2011-12-01 21:43:35 +01:00
scheduler.cpp Split descriptor_tables.cpp into a gdt.cpp and idt.cpp. 2012-03-01 00:15:28 +01:00
syscall.s Fixed 64-bit resumed system calls. 2011-12-01 14:29:49 +01:00
thread.cpp x64 now compiles again and runs on real hardware. 2011-11-29 01:31:54 +01:00
x64.cpp x64 now compiles again and runs on real hardware. 2011-11-29 01:31:54 +01:00
x64.h x64 now compiles again and runs on real hardware. 2011-11-29 01:31:54 +01:00