sortix-mirror/sortix/x86
Jonas 'Sortie' Termansen f59b53ddce Ported x64 interrupt assembly to the GNU assembler. 2012-04-13 17:34:17 +02: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.s Ported x64 interrupt assembly to the GNU assembler. 2012-04-13 17:34:17 +02: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 execve(2) now pushes envp to the new stack and sets up registers. 2012-04-04 01:49:14 +02: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