sortix-mirror/kernel/x86
Jonas 'Sortie' Termansen a422c394b8 Initialize the GDT in the bootstrap assembly. 2015-08-21 21:25:00 +02:00
..
boot.S Initialize the GDT in the bootstrap assembly. 2015-08-21 21:25:00 +02:00
crti.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
crtn.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
interrupt.S Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
kthread.S Clean up kernel thread creation code. 2014-11-18 18:10:22 +01:00
memorymanagement.cpp Maintain counts of physical frames used for particular purposes. 2014-11-26 22:27:04 +01:00
memorymanagement.h Update kernel memory management to current coding conventions. 2014-03-01 14:37:40 +01:00
syscall.S Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00