From fa3a435ce406c941f24856e2741d022c40c457fc Mon Sep 17 00:00:00 2001 From: pointer-to-bios Date: Sun, 3 Dec 2023 17:13:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.MD b/README.MD index 4573d77..66aaab4 100644 --- a/README.MD +++ b/README.MD @@ -2,6 +2,37 @@ 基于multiboot2引导的64位内核。 +## 试用 + +* 编译 + +```bash +make +``` + +* 编译发布版 + +```bash +make release=1 +``` + +* 运行 + +```bash +make run +``` + +* gdb调试 + +```bash +make debug +``` + +## 依赖项 + +* nbd +* qemu + ## 开发计划 * 重新设置内核分页前的准备: