From 760182314b03f07cf423b95f0d3c444406b02c6b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 17 Nov 2014 17:33:08 +0100 Subject: removed wrong comment from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ############ -- cgit v1.2.3