isan-Ethen / rusty-microkernel

This is a Microkernel OS written in Rust
Apache License 2.0
0 stars 0 forks source link

feat: Implement println and some convenient types and functions #7

Closed isan-Ethen closed 3 months ago

isan-Ethen commented 3 months ago

6

Implemented println, align_up, is_aligned and strcmp. Add PAddr and VAddr types.