mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 15:23:23 +00:00
支持对动态链接文件的加载,支持通过musl工具链编写用户空间程序 (#504)
支持对动态链接文件的加载,支持通过musl工具链编写用户空间程序
This commit is contained in:
@ -4,6 +4,7 @@ mod acpi;
|
||||
mod c_adapter;
|
||||
pub mod cpu;
|
||||
pub mod driver;
|
||||
pub mod elf;
|
||||
pub mod fpu;
|
||||
pub mod init;
|
||||
pub mod interrupt;
|
||||
@ -33,3 +34,5 @@ pub use kvm::X86_64KVMArch as KVMArch;
|
||||
|
||||
pub use crate::arch::ipc::signal::X86_64SignalArch as CurrentSignalArch;
|
||||
pub use crate::arch::time::X86_64TimeArch as CurrentTimeArch;
|
||||
|
||||
pub use crate::arch::elf::X86_64ElfArch as CurrentElfArch;
|
||||
|
Reference in New Issue
Block a user