A simple POSIX-based operating system for 64-bit computers
Go to file
apio a1659aa127 Add a reboot() function
This reboot function first tries to reboot using ACPI, then pulsing the CPU's RESET line through the keyboard, then triple-faulting. If we're still there, it halts.
2022-09-06 11:47:55 +02:00
initrd Ready. Set. Go! 2022-09-05 16:13:51 +02:00
kernel Add a reboot() function 2022-09-06 11:47:55 +02:00
tools Ready. Set. Go! 2022-09-05 16:13:51 +02:00
.clang-format Ready. Set. Go! 2022-09-05 16:13:51 +02:00
.gitignore Ready. Set. Go! 2022-09-05 16:13:51 +02:00
luna.json Ready. Set. Go! 2022-09-05 16:13:51 +02:00
Makefile Ready. Set. Go! 2022-09-05 16:13:51 +02:00