diff options
| -rw-r--r-- | userspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 11eaa74..a26d554 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -10,7 +10,7 @@ LDFLAGS=-L/home/miguel/temp/fool-os-stuff/newlib-build-clean/i686-elf/newlib/ \ ext2.img: userprog dd if=/dev/zero of=ext2.img bs=512 count=200 - sudo mkfs.ext2 -O none ext2.img + sudo mkfs.ext2 -O none ext2.img -F mkdir mnt sudo mount ext2.img mnt sudo chown miguel mnt |
