summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-17 17:33:08 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-17 17:33:08 +0100
commit760182314b03f07cf423b95f0d3c444406b02c6b (patch)
treec61c3ffd73e3d4c0d71f9037e2cf5c12f88ba0b4 /Makefile
parentd88b0f2e0285cf14c3003fee7a71d995722fb19a (diff)
removed wrong comment from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afe7d61..60b0c37 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,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 #will end up at 0x80800 in ram
+ dd if=$(IMG_USERSPACE) of=$@ bs=512 seek=846 conv=notrunc
############ virtual machines stuff ############