change the header to "the bootsector"

This commit is contained in:
dzwdz 2021-08-16 22:47:17 +02:00
parent 54bcc8b4e3
commit 9550f09f44
1 changed files with 1 additions and 1 deletions

2
boot.s
View File

@ -3,7 +3,7 @@
.global _start # the linker needs to find it
_start:
jmp vga_init
.ascii "I'm bootable! " # CAN AFFECT MANUALLY SET POINTER, LEAVE AT THIS LEN
.ascii "the bootsector" # CAN AFFECT MANUALLY SET POINTER, LEAVE AT THIS LEN
_Xterm_grad:
.byte 0x00, 0x5f / 4, 0x87 / 4, 0xaf / 4, 0xd7 / 4, 0xff / 4