phil-opp / blog_os

Writing an OS in Rust
http://os.phil-opp.com
Apache License 2.0
15.85k stars 1.09k forks source link

QEMU page_table.rs error #1354

Open MedAly666 opened 1 month ago

MedAly666 commented 1 month ago

i was at the last steps in the implementation of post-02: minimal rust kernel when i run cargo run qemu show this error : image

AtomicGamer9523 commented 1 month ago

Look for any typos

tsatke commented 1 month ago

@MedAly666 can you share your code and the exact step?