[SCM] applications.git branch, master, updated. 9173cfd5f6561a07a78043cbb204932d4f713b73
Freebox
ontologiae at gmail.com
Sun Dec 5 15:27:06 UTC 2010
The following commit has been merged in the master branch:
commit 9173cfd5f6561a07a78043cbb204932d4f713b73
Author: Freebox <ontologiae at gmail.com>
Date: Sun Dec 5 16:25:28 2010 +0100
Makefile, readable C code
diff --git a/isaacos/Makefile b/isaacos/Makefile
index 8cbf3cc..120705e 100755
--- a/isaacos/Makefile
+++ b/isaacos/Makefile
@@ -16,7 +16,7 @@ boot.o:
startup.o:
- lisaac startup.li -partial -no_os -target $(TARGET)
+ lisaac startup.li --r -partial -no_os -target $(TARGET)
gcc startup.c -o startup.o -c
@@ -25,11 +25,11 @@ image:
sh mkimage.sh
updateimage:
- mount /dev/loop3 ./HdIsaac
- cp IsaacKernel ./HdIsaac/IsaacKernel
- sync
- umount ./HdIsaac
+ sudo mount /dev/loop3 ./HdIsaac
+ sudo cp IsaacKernel ./HdIsaac/IsaacKernel
sync
+ sudo umount ./HdIsaac
+ sudo sync
startup.sys: startup.li
--
applications.git
More information about the Lisaac-commits
mailing list