From b8284137d4e0eec11c78bc14047243fce6a51373 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sun, 6 Sep 2020 15:47:06 -0400 Subject: minor changes, redoing makefile, meminfo program --- src/user/hello/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/hello') diff --git a/src/user/hello/hello.c b/src/user/hello/hello.c index 65e23f0..00d33b5 100644 --- a/src/user/hello/hello.c +++ b/src/user/hello/hello.c @@ -1,5 +1,5 @@ #include void main() { - tell_user_sz("\nHello, world!\nThis is a userspace program that has been started by init."); + tell_user_sz("Hello, world!\n"); } \ No newline at end of file -- cgit v1.2.3