Simple VFS layer
This commit is contained in:
10
Makefile
10
Makefile
@ -1,4 +1,4 @@
|
||||
.PHONY: all clean prepare cleanall iso
|
||||
.PHONY: all clean prepare cleanall iso base
|
||||
|
||||
all:
|
||||
make -C kernel all
|
||||
@ -20,7 +20,13 @@ cleanall:
|
||||
|
||||
clean:
|
||||
make -C kernel clean
|
||||
rm -f mop2.iso
|
||||
rm -f mop2.iso base.img
|
||||
|
||||
base:
|
||||
dd if=/dev/zero of=base.img bs=1M count=32
|
||||
mformat -F -i base.img ::
|
||||
mcopy -i base.img Makefile ::
|
||||
mdir -i base.img ::
|
||||
|
||||
iso:
|
||||
rm -rf iso_root
|
||||
|
Reference in New Issue
Block a user