x86_64: 使用Rust重写内核初始化代码 (#507)

* x86_64: 使用Rust重写内核初始化代码
This commit is contained in:
LoGin
2024-02-04 15:46:24 +08:00
committed by GitHub
parent 453452cc02
commit 5b59005f93
52 changed files with 494 additions and 475 deletions

View File

@ -32,7 +32,6 @@
#define EUNSUPPORTED 3 // 当前操作暂不被支持
#include "glib.h"
#include <libs/lib_ui/screen_manager.h>
#include <stdarg.h>
/**