From e7fd5316fbf0be05c6817024e86e85fb40993ec4 Mon Sep 17 00:00:00 2001 From: fslongjin Date: Wed, 2 Mar 2022 13:31:26 +0800 Subject: [PATCH] =?UTF-8?q?:doc:=20=E6=9B=B4=E6=96=B0=E4=BA=86=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7f0f331..5f2e7a39 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ GCC>=8.0 bochs==2.7 -bximage -目前无法在qemu虚拟机上正常运行。 ## 如何运行? @@ -54,7 +52,7 @@ bximage - [x] 第一个系统调用函数 -- [ ] 在物理平台上启动DragonOS +- [x] 在物理平台上启动DragonOS(AMD处理器上存在自动重启的问题) - [ ] 多核启动 diff --git a/README_EN.md b/README_EN.md index e6cae31f..c6604afe 100644 --- a/README_EN.md +++ b/README_EN.md @@ -54,7 +54,7 @@ bximage - [x] First system call function -- [ ] Start dragonos on the physical platform +- [x] Start dragonos on the physical platform (There is a bug which can make the computer automatically reboot on AMD processor) - [ ] Multi core boot