summaryrefslogtreecommitdiff
path: root/sos-code-article6/extra/dot.mkvars
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-03-28 09:44:01 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-03-28 09:44:01 +0100
commitbdce62a91076aa1a076d484ce1d8564a8ba0988f (patch)
tree27fae66616a07caaa18fbbf7ce1c39d91fea6d29 /sos-code-article6/extra/dot.mkvars
parentb5dc9d799f8eca793a4fd1d9b5111155ae6af6d8 (diff)
downloadSOS-bdce62a91076aa1a076d484ce1d8564a8ba0988f.tar.gz
SOS-bdce62a91076aa1a076d484ce1d8564a8ba0988f.zip
Import article 5, does not compile.
Diffstat (limited to 'sos-code-article6/extra/dot.mkvars')
-rw-r--r--sos-code-article6/extra/dot.mkvars29
1 files changed, 29 insertions, 0 deletions
diff --git a/sos-code-article6/extra/dot.mkvars b/sos-code-article6/extra/dot.mkvars
new file mode 100644
index 0000000..1f7dca5
--- /dev/null
+++ b/sos-code-article6/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