1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/sortix/x86
2013-12-17 14:30:44 +01:00
..
base.s
boot.s
calltrace.s
crti.s Link crtbegin.o and crtend.o into the kernel. 2013-12-17 14:30:44 +01:00
crtn.s Link crtbegin.o and crtend.o into the kernel. 2013-12-17 14:30:44 +01:00
interrupt.s
kthread.s
memorymanagement.cpp Add Memory::GetUserVirtualArea function to the kernel. 2013-12-17 14:30:41 +01:00
memorymanagement.h
process.cpp Refactor kernel process.h and thread.h headers. 2013-12-17 14:30:34 +01:00
syscall.s Chain kernel frame pointer list with user-space. 2013-12-17 14:30:35 +01:00
thread.cpp Refactor kernel process.h and thread.h headers. 2013-12-17 14:30:34 +01:00
x86.cpp