A Disk Operating System from the Future
Discord Server: https://discord.gg/F2QMxa5
Pre-alpha
- Custom CGA driver
- Custom keyboard driver
- Custom error handlers
- Made to be run on any IBM PC compatible computer
You need to install NASM. Then, run make build
; the build process uses Linux's loopback mounting facilities, so you might need to insert your sudo
password.
There is currently no known way on how to build this on Windows without WSL2.
There are two ways:
- Recommended: Using QEMU. Install it and then run
make run
. - Not recommended: Running the OS in a real PC-compatible computer.
I am not responsible for any damages caused by this OS, but it should be safe.