This commit is contained in:
nub31
2025-08-23 17:07:42 +02:00
parent 42d8f26abb
commit 597f749470
4 changed files with 26 additions and 8 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Nub OS
## Dependencies
- `make`
- `grub`
- `mtools`
- `i386-elf-gcc`
- `i386-elf-ld`
## Building
```sh
# Create iso
make iso
# Run virtual machine with your iso
qemu-system-x86_64 -cdrom .build/nub-os.iso
```