remove typo

This commit is contained in:
Stefan Lankes 2011-07-18 08:35:14 +02:00
parent afbe7ea520
commit 1fb1379a9c
2 changed files with 2 additions and 2 deletions

View file

@ -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" ", "' $< > $@

View file

@ -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.