Luna/kernel/src/misc
apio 1f655fabe2 The beginnings of Moon 0.10
Right now the kernel is the only thing with a version number, the user apps just fetch it from the kernel using the sys_getversion() syscall
2022-10-07 20:33:00 +02:00
..
config.cpp The beginnings of Moon 0.10 2022-10-07 20:33:00 +02:00
hang.cpp Move files with their headers in include/misc/ into src/misc/ 2022-09-24 21:46:09 +02:00
MSR.cpp Kernel: enable -Wconversion 2022-10-06 17:13:34 +02:00
new.cpp Add new and delete C++ operators 2022-09-25 18:12:03 +02:00
PCITypes.cpp Add a Device class to PCI and a PCITypes file for string names for PCI device types 2022-09-23 18:01:07 +02:00
reboot.cpp Kernel: enable -Wconversion 2022-10-06 17:13:34 +02:00
shutdown.cpp Move files with their headers in include/misc/ into src/misc/ 2022-09-24 21:46:09 +02:00
stack.cpp add a proper kernel panic 2022-09-25 16:56:00 +02:00
utils.cpp Add a much-needed get_blocks_from_size function 2022-10-01 12:13:38 +02:00