From a9c7529dcca845d98192ece62be70f752972216b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 13 May 2020 21:28:56 +0200 Subject: Replaced alloc.h with liballoc And many more adaptions to the lib --- src/userspace/programs/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userspace/programs/init.c') diff --git a/src/userspace/programs/init.c b/src/userspace/programs/init.c index 724d11e..51aea63 100644 --- a/src/userspace/programs/init.c +++ b/src/userspace/programs/init.c @@ -32,7 +32,7 @@ void main() printf("INTs disabled :(\n"); // TODO: Fix page fault when mallocing - printf("Initializing userspace...\n"); + printf("Initializing userspace... %d\n", 42); // TODO: Fix scheduler turning off after spawn spawn("/bin/sh"); -- cgit v1.2.3