diff --git a/README.md b/README.md index 222fba9..99fd731 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,16 @@ make crossdev ```shell source .cross_env ``` + +## Kernel + +### Build + +```shell +make +``` + +### Run on qemu +```shell +make run-qemu +```