Skip to content

BleemIs42/learn-rCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-rCore

Rust OS Learning

rCore-Tutorial
rCore-Tutorial-deploy
清华大学-操作系统 rCore 课程

Env

qemu 6.0.0

查看可执行文件内存布局

rust-objdump target/riscv64imac-unknown-none-elf/debug/os -x --arch-name=riscv64   # all header
rust-objdump target/riscv64imac-unknown-none-elf/debug/os -h --arch-name=riscv64   # summaries of the headers for each section
rust-objdump target/riscv64imac-unknown-none-elf/debug/os -d --arch-name=riscv64   # assembler mnemonics for the machine instructions
rust-objdump target/riscv64imac-unknown-none-elf/debug/os -S --arch-name=riscv64   # source inlined with disassembly

About

Rust OS Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published