This commit is contained in:
nub31
2025-08-23 17:23:03 +02:00
parent 597f749470
commit a422756b8c
2 changed files with 35 additions and 25 deletions

View File

@@ -11,8 +11,19 @@
## Building
```sh
# Create iso
make iso
# Run virtual machine with your iso
make
```
## Running
After building, run the following:
```sh
qemu-system-x86_64 -cdrom .build/nub-os.iso
```
Or all in once build and run
```sh
make && qemu-system-x86_64 -cdrom .build/nub-os.iso
```