sortix-mirror/sortix/x86
2012-03-04 22:05:52 +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
calltrace.s make CALLTRACE=1 to enable printing primitive calltraces upon panic. 2012-03-02 14:08:25 +01:00
gdt.asm Split descriptor_tables.cpp into a gdt.cpp and idt.cpp. 2012-03-01 00:15:28 +01:00
idt.asm Split descriptor_tables.cpp into a gdt.cpp and idt.cpp. 2012-03-01 00:15:28 +01:00
interrupt.asm Further cleanup and refactoring of the interrupt code. 2012-02-29 23:03:40 +01:00
memorymanagement.cpp Removed a debug ifdef that isn't used. 2012-03-02 14:25:48 +01:00
memorymanagement.h
process.cpp x64 now compiles again and runs on real hardware. 2011-11-29 01:31:54 +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 -1 is no longer an allowed system call. 2011-11-22 22:08:34 +01:00
thread.cpp Initial signal support. Please squash improvements into this commit. 2011-11-23 00:19:09 +01:00
x86.cpp
x86.h