Simple OS to learn C
Go to file
g1n f214f7d15e Add auto starting GDB server in qemu start script 2021-09-05 17:08:27 +03:00
kernel Kernel: fixed interrupts! 2021-09-05 17:06:42 +03:00
libc Libc: add stack smashing protection, moved kernel panic from abort to panic function in stdlib 2021-08-06 19:15:42 +03:00
.gitignore Add communication via serial port 2021-08-05 16:43:31 +03:00
README.org Add README 2021-08-05 21:35:10 +03:00
TODO.org TODO: Add TODOs for serial 2021-08-17 20:23:22 +03:00
build.sh Initial commit 2021-08-04 18:14:22 +03:00
clean.sh Initial commit 2021-08-04 18:14:22 +03:00
config.sh Initial commit 2021-08-04 18:14:22 +03:00
default-host.sh Initial commit 2021-08-04 18:14:22 +03:00
headers.sh Initial commit 2021-08-04 18:14:22 +03:00
iso.sh Initial commit 2021-08-04 18:14:22 +03:00
qemu-only-kernel.sh Add auto starting GDB server in qemu start script 2021-09-05 17:08:27 +03:00
qemu.sh Fix qemu scripts 2021-08-17 10:36:57 +03:00
target-triplet-to-arch.sh Initial commit 2021-08-04 18:14:22 +03:00

README.org

Orion OS

Orion is simple OS on C (and a bit assembler).

To see TODOs see TODO.org file