Device IRQs WIP
This commit is contained in:
7
testing/make_empty_drive.sh
Executable file
7
testing/make_empty_drive.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -xe
|
||||
|
||||
rm -f empty_drive.img
|
||||
|
||||
dd if=/dev/zero of=empty_drive.img bs=1M count=128
|
||||
Reference in New Issue
Block a user