sortix-mirror/sortix/x86
Jonas 'Sortie' Termansen db79994e64 Refactored all the sortix headers into a include directory.
Also got rid of trailing white space. That corrupted .git/.

Big ass-commit because of recovered .git directory.
2012-03-22 00:52:29 +01:00
..
base.s Fixed the horrible 'nofoo' bug! 2011-12-25 03:41:59 +01:00
boot.s Initial version of Sortix. 2011-08-05 14:25:00 +02:00
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 Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
interrupt.asm Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
memorymanagement.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +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 Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
scheduler.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
syscall.s Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
thread.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
x86.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
x86.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00