remove typo
This commit is contained in:
parent
afbe7ea520
commit
1fb1379a9c
2 changed files with 2 additions and 2 deletions
|
@ -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" ", "' $< > $@
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue