Linux - x86_64
cargo run --target x86_64-unknown-linux-gnuLinux - aarch64
cargo run --target aarch64-unknown-linux-gnuWe first need to create a fat32 test image in order to be able to use our library on it
Linux, macOs
- Make the script executable
chmod +x scripts/create_image.sh- Execute it to create the image
sudo ./scripts/create_image.shYou're done and can test the lib with this disk.img
Exit
exitYou can also quit with Ctrl + C
Navigate
cd foldercd ..cd /Read a file
cat file.txt



