PCI IDE driver, new create_volume () syscall, test scripts
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
This commit is contained in:
5
testing/make_test_drive.sh
Executable file
5
testing/make_test_drive.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 50MiB
|
||||
dd if=/dev/zero of=./test_drive.img bs=512 count=102400
|
||||
mkfs.vfat -F 32 ./test_drive.img
|
||||
Reference in New Issue
Block a user