Rename aster-frame to ostd

This commit is contained in:
Jianfeng Jiang
2024-06-19 08:18:39 +00:00
committed by Tate, Hongliang Tian
parent fb59fa7a55
commit 59350a8578
300 changed files with 425 additions and 427 deletions

View File

@ -23,7 +23,7 @@
#![feature(trait_upcasting)]
#![register_tool(component_access_control)]
use aster_frame::{
use ostd::{
arch::qemu::{exit_qemu, QemuExitCode},
boot,
};
@ -91,7 +91,7 @@ fn init_thread() {
thread::work_queue::init();
// FIXME: Remove this if we move the step of mounting
// the filesystems to be done within the init process.
aster_frame::trap::enable_local();
ostd::trap::enable_local();
net::lazy_init();
fs::lazy_init();
// driver::pci::virtio::block::block_device_test();