Files
nub-os/README.md
2025-08-23 17:24:53 +02:00

24 lines
221 B
Markdown

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