This commit is contained in:
MeexReay 2025-01-28 00:45:37 +03:00
parent cd3edb510f
commit b11ee2c68d

View File

@ -6,7 +6,7 @@ Mixray's small OS
```bash
make clean # removes target/, kernel/target/, kernel/Cargo.lock
make build # builds iso image build/mxrox.iso
make build # build iso image (build/mxrox.iso)
make run # run iso image
make run-kernel # run kernel
```