Change message of mbr

This commit is contained in:
Mathieu Maret 2018-07-12 12:21:19 +02:00
parent b4990aed80
commit 1dd69e16a2
1 changed files with 1 additions and 6 deletions

View File

@ -55,8 +55,7 @@ println:
pop bp
ret
hello db 'Hello world', 0
name db 'This is a name', 0
hello db 'Booting matOs', 0
main:
sti ; enable virtual interupts
@ -68,10 +67,6 @@ main:
call println
add sp, 2
push name
call println
add sp, 2
; Switch in 32bits Protected mode
; Activate A20 http://wiki.osdev.org/A20_Line to be able to access more than 1Mb memory