Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezwanahmedsami/blog_os
https://github.com/rezwanahmedsami/blog_os
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rezwanahmedsami/blog_os
- Owner: rezwanahmedsami
- Created: 2024-05-11T08:45:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T09:01:28.000Z (8 months ago)
- Last Synced: 2024-11-13T06:15:45.861Z (about 2 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
cargo build -Zbuild-std --target x86_64-blog_os.json
# build
cargo build --target x86_64-blog_os.jsonn in que# to run in qume:
qemu-system-x86_64 -drive format=raw,file=target/x86_64-blog_os/debug/bootimage-blog_os.bin# to run in real machine:
dd if=target/x86_64-blog_os/debug/bootimage-blog_os.bin of=/dev/sdX && sync