First steps in OS development. Nothing serious, just fun.
Start "./rs" from project root directory.
- clean - delete all *.bin, *.img and *.o files
- all - build myos.bin
- rebuild - clean and build myos.bin
- image - making disk image
- start - starting VM
First steps in OS development. Nothing serious, just fun.
Start "./rs" from project root directory.