Tweaking root makefile
authorJohn Hodge <[email protected]>
Sat, 9 Feb 2013 11:58:44 +0000 (19:58 +0800)
committerJohn Hodge <[email protected]>
Sat, 9 Feb 2013 11:58:44 +0000 (19:58 +0800)
EditBoot
Makefile

index 06e2aab..470e73b 100755 (executable)
--- a/EditBoot
+++ b/EditBoot
@@ -3,7 +3,7 @@
 #vim mnt/boot/menu.lst
 #sudo umount mnt/
 if [[ "x$DISK" == "x" ]]; then
-       DISK=a
+       DISK="-i Acess2.img :"
 fi
 mcopy $DISK:/boot/menu.lst .menu.lst.tmp
 vim .menu.lst.tmp
index c2ef59f..468efd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ include/syscalls.h: KernelLand/Kernel/Makefile KernelLand/Kernel/syscalls.lst
 
 _build_dynmod := BUILDTYPE=dynamic $(SUBMAKE) -C KernelLand/Modules/
 _build_stmod  := BUILDTYPE=static $(SUBMAKE) -C KernelLand/Modules/
-_build_kernel := $(SUBMAKE) $1 -C KernelLand/Kernel
+_build_kernel := $(SUBMAKE) -C KernelLand/Kernel
 
 # Compile Only
 $(ALL_DYNMODS): all-%:

UCC git Repository :: git.ucc.asn.au