|
|
|
@ -17,6 +17,14 @@ You can build and run the OS with following command
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
If you only want to run SingOS: |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
|
|
|
|
|
sh build.sh run |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
If you only want to compile the binary: |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
@ -27,5 +35,5 @@ If you only want to compile the binary:
|
|
|
|
|
|
|
|
|
|
If you want to write it to a usb device |
|
|
|
|
```sh |
|
|
|
|
sudo dd if=/some_dir/bootloader.bin of=/dev/name_device status=progress oflag=sync |
|
|
|
|
sudo dd if=/some_dir/SingOS.img of=/dev/name_device status=progress oflag=sync |
|
|
|
|
``` |