From 2ff385bb3047a9e54ad60fc47f313a4aea75cb40 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Mon, 25 Apr 2022 23:51:08 +0300 Subject: [PATCH] Update build and run instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 +```