Update build and run instructions

This commit is contained in:
Victor Timofei 2022-04-25 23:51:08 +03:00
parent 6098e39e4b
commit 2ff385bb30
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 13 additions and 0 deletions

View File

@ -24,3 +24,16 @@ make crossdev
```shell ```shell
source .cross_env source .cross_env
``` ```
## Kernel
### Build
```shell
make
```
### Run on qemu
```shell
make run-qemu
```