summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-23 23:26:26 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-23 23:26:26 +0100
commitec0ba7bc40854eab6a1cdb41364f41f9c11407e1 (patch)
tree88f3896c70ac32bc1b70dcd7ebddbbe595c6608f /Makefile
parent50300fa573bf2bc00f9732e812d54ab77cf03dd7 (diff)
foolshell and syscalls improvememets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecd38ec..e33c0fb 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ $(FOOLOS): $(IMG_FILLUP) $(BIN_KERNEL) $(SUBDIRS)
#data starts at 0x168000
dd if=$(BIN_MP) of=$@ bs=512 seek=842 conv=notrunc
dd if=$(BIN_FOOLFONT) of=$@ bs=512 seek=843 conv=notrunc
- dd if=$(IMG_USERSPACE) of=$@ bs=512 seek=846 conv=notrunc
+ dd if=$(IMG_USERSPACE) of=$@ bs=512 seek=2894 conv=notrunc
############ virtual machines stuff ############