Skip to content

Latest commit

 

History

History
executable file
·
14 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

executable file
·
14 lines (12 loc) · 356 Bytes

tosys

A toy operating system

构建

我们使用docker以便在不同平台上构建

docker run -v tosys目录:/tosys --workdir="/tosys" longfangsong/os-build:0.0.3 bootimage build --target ./target.json

运行

直接使用qemu运行:

qemu-system-x86_64 -drive format=raw,file=./target/target/debug/bootimage-tosys.bin