From 1fb1379a9ce2e66417f0d051b6bf8737e6bd141d Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 18 Jul 2011 08:35:14 +0200 Subject: [PATCH] remove typo --- tools/Makefile | 2 +- tools/scc_setup.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 20e4b9a0..baf8febe 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,7 +24,7 @@ make_initrd: make_initrd.o $(CC) $(CFLAGS) -o make_initrd $< $(LDFLAGS) smp_setup.bin: smp_setup.asm - $(NASM) $(ASMFLAGS) -o $@ $< + $(NASM) $(NASMFLAGS) -o $@ $< smp_setup.hex: smp_setup.bin hexdump -v -e '"0x" 1/1 "%02X" ", "' $< > $@ diff --git a/tools/scc_setup.asm b/tools/scc_setup.asm index aacf105e..dc8a1dca 100644 --- a/tools/scc_setup.asm +++ b/tools/scc_setup.asm @@ -14,7 +14,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. ; -; This file is part of metalsvm. +; This file is part of MetalSVM. ; This is the kernel's entry point. We switch to the protected mode ; and jump to our kernel.