Files
nub-os/README.md
2025-08-24 18:29:02 +02:00

24 lines
225 B
Markdown

# Nub OS
## Dependencies
- `make`
- `grub`
- `mtools`
- `x86_64-elf-gcc`
- `x86_64-elf-ld`
## Building
```sh
make
```
## Running
After building, run the following:
```sh
qemu-system-x86_64 -cdrom .build/nub-os.iso
```