sortix-mirror/sortix
Jonas 'Sortie' Termansen c705bf39ff Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
..
x64 Ported the GDT and TSS to x64. 2011-10-10 01:16:36 +02:00
x86 Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
x86-family Better mm comments. 2011-10-22 15:17:58 +02:00
.gitignore Restored support for JSSortix using very ugly hacks. :( 2011-09-08 11:10:41 +02:00
Makefile Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
bits.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
descriptor_tables.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
descriptor_tables.h Ported the GDT and TSS to x64. 2011-10-10 01:16:36 +02:00
descriptors.cpp Added a wrapper class for handling file descriptors. 2011-08-07 19:47:43 +02:00
descriptors.h Added a wrapper class for handling file descriptors. 2011-08-07 19:47:43 +02:00
device.cpp Sortix now uses the Device class. 2011-08-08 15:20:08 +02:00
device.h Sortix now uses the Device class. 2011-08-08 15:20:08 +02:00
elf.cpp Fixes to memory management that helps me sleep at night. 2011-10-10 17:22:03 +02:00
elf.h Processes now remember the memory segments it has loaded. 2011-08-27 16:46:00 +02:00
filesystem.cpp Initial version of Sortix. 2011-08-05 14:25:00 +02:00
filesystem.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
initrd.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
initrd.h Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
interrupt.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
interrupt.h Refactored interrupt system and got rid of old not-mine code. 2011-09-07 18:45:07 +02:00
kernel.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
keyboard.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
keyboard.h Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
log.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
log.h Removed lots of deprecated suff! 2011-09-06 19:51:47 +02:00
memorymanagement.h Fixed two very nasty bugs in the x86 memory management code. 2011-10-20 03:52:08 +02:00
mount.cpp Initial version of Sortix. 2011-08-05 14:25:00 +02:00
mount.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
multiboot.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
mxfs.cpp Initial version of Sortix. 2011-08-05 14:25:00 +02:00
mxfs.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
panic.cpp Added a friendly message on panic, and SIGSEGV no longer panics. 2011-09-07 17:48:01 +02:00
panic.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
pci.cpp Removed lots of deprecated suff! 2011-09-06 19:51:47 +02:00
pci.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
platform.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
process.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
process.h Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
scheduler.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
scheduler.h Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
serialterminal.cpp Restored support for JSSortix using very ugly hacks. :( 2011-09-08 11:10:41 +02:00
serialterminal.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
sound.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
sound.h Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
stream.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
syscall.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
syscall.h Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
syscallnum.h Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
system.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
thread.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
time.cpp Restored support for JSSortix using very ugly hacks. :( 2011-09-08 11:10:41 +02:00
time.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
uart.cpp Restored support for JSSortix using very ugly hacks. :( 2011-09-08 11:10:41 +02:00
uart.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
user.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
vga.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
vga.h Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
vgaterminal.cpp VGA Cursor code is now in vga.cpp. 2011-08-23 21:02:15 +02:00
vgaterminal.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00