sortix-mirror/kernel/x86
Jonas 'Sortie' Termansen 30cd318c17 Implement signals.
Note: This is an incompatible ABI change.
2014-07-22 13:25:39 +02:00
..
base.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
boot.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
calltrace.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01: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 Maintain fsbase and gsbase as per-thread registers. 2014-05-29 17:07:42 +02:00
kthread.S Implement signals. 2014-07-22 13:25:39 +02:00
memorymanagement.cpp Update kernel memory management to current coding conventions. 2014-03-01 14:37:40 +01:00
memorymanagement.h Update kernel memory management to current coding conventions. 2014-03-01 14:37:40 +01:00
process.cpp Implement signals. 2014-07-22 13:25:39 +02:00
syscall.S Maintain fsbase and gsbase as per-thread registers. 2014-05-29 17:07:42 +02:00
thread.cpp Implement signals. 2014-07-22 13:25:39 +02:00
x86.cpp Rename useresp to esp and userrsp to rsp. 2014-03-17 19:22:13 +01:00