Refactor to move alloc_kernel in tree, and move io into syscall
Showing
- alloc_kernel/Cargo.toml 8 additions, 0 deletionsalloc_kernel/Cargo.toml
- alloc_kernel/src/lib.rs 62 additions, 0 deletionsalloc_kernel/src/lib.rs
- arch/arm/Cargo.toml 1 addition, 1 deletionarch/arm/Cargo.toml
- arch/arm/src/lib.rs 1 addition, 1 deletionarch/arm/src/lib.rs
- arch/x86_64/Cargo.toml 2 additions, 3 deletionsarch/x86_64/Cargo.toml
- arch/x86_64/src/device/rtc.rs 1 addition, 1 deletionarch/x86_64/src/device/rtc.rs
- arch/x86_64/src/device/serial.rs 1 addition, 1 deletionarch/x86_64/src/device/serial.rs
- arch/x86_64/src/lib.rs 1 addition, 3 deletionsarch/x86_64/src/lib.rs
- arch/x86_64/src/stop.rs 1 addition, 1 deletionarch/x86_64/src/stop.rs
Loading
Please register or sign in to comment