From ec0ba7bc40854eab6a1cdb41364f41f9c11407e1 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 23 Nov 2014 23:26:26 +0100 Subject: foolshell and syscalls improvememets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ############ -- cgit v1.2.3