Created
September 9, 2023 06:58
-
-
Save anta40/4625d6a2752551aada9c91a72e787038 to your computer and use it in GitHub Desktop.
How to build rx64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Build mkfs | |
cd bin | |
make mkfs | |
2. Go back to the root project dir, make sdahci0.img | |
dd if=/dev/zero of=sdahci0.img bs=1m count=1024 | |
3. cargo xtask build and cargo xtask run | |
4. cd cmd && sh mk)` and then `cargo xtask run` again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment