summaryrefslogtreecommitdiff
path: root/sos-code-article5/extra/dot.mkvars
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-03-28 09:33:20 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-03-28 09:33:20 +0100
commitb5dc9d799f8eca793a4fd1d9b5111155ae6af6d8 (patch)
treeb5f910efcd1c2b4be2a0c1a5808c55354e055941 /sos-code-article5/extra/dot.mkvars
parenta21f6c328a4f18e1fa744e40e4c26fa512c90bf7 (diff)
downloadSOS-b5dc9d799f8eca793a4fd1d9b5111155ae6af6d8.tar.gz
SOS-b5dc9d799f8eca793a4fd1d9b5111155ae6af6d8.zip
Import and compile article5
Diffstat (limited to 'sos-code-article5/extra/dot.mkvars')
-rw-r--r--sos-code-article5/extra/dot.mkvars29
1 files changed, 29 insertions, 0 deletions
diff --git a/sos-code-article5/extra/dot.mkvars b/sos-code-article5/extra/dot.mkvars
new file mode 100644
index 0000000..1f7dca5
--- /dev/null
+++ b/sos-code-article5/extra/dot.mkvars
@@ -0,0 +1,29 @@
+# For cross-compilation and/or installations without grub available,
+# copy this file as .mkvars to the root directory of the SOS sources,
+# and customize the CC/LD/... variables. You still need the mtools
+# installed and running
+
+CC := i586-gnu-gcc
+LD := i586-gnu-ld
+OBJCOPY := i586-gnu-objcopy
+CFLAGS += -O3
+
+# Configuration of mtools
+MTOOLSRC = extra/mtoolsrc
+export MTOOLSRC
+
+$(MULTIBOOT_IMAGE): $(KERNEL_OBJ) menu.txt
+ gzip -dc < extra/grub.img.gz > $@
+ mcopy menu.txt v:/boot/grub/
+ mmd v:/system
+ mcopy sos.elf v:/system/sos.elf
+
+menu.txt:
+ echo timeout 0 > $@
+ echo default 0 >> $@
+ echo title SOS >> $@
+ echo "root (fd0)" >> $@
+ echo kernel /system/sos.elf >> $@
+
+runbochs: all
+ echo c | bochs -q