From 6786aa86619b206d252c51f6d651bb873f5ea9c8 Mon Sep 17 00:00:00 2001 From: Phil Tomson Date: Fri, 20 Oct 2017 11:29:23 -0700 Subject: [PATCH] update to README.md consistent path for output vs previous commands. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 017fb08..0bc046d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ kernel.c:(.text+0x129): undefined reference to `__stack_chk_fail' compile with the `-fno-stack-protector` option: ``` -gcc -fno-stack-protector -m32 -c kernel.c -o bin/kc.o +gcc -fno-stack-protector -m32 -c kernel.c -o kc.o ``` #### Test on emulator ####