Files
mop3/testing/make_test_drive.sh
kamkow1 38557bab7d
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
PCI IDE driver, new create_volume () syscall, test scripts
2026-03-10 18:14:18 +01:00

6 lines
108 B
Bash
Executable File

#!/bin/sh
# 50MiB
dd if=/dev/zero of=./test_drive.img bs=512 count=102400
mkfs.vfat -F 32 ./test_drive.img