Change message of mbr
This commit is contained in:
parent
b4990aed80
commit
1dd69e16a2
7
mbr.asm
7
mbr.asm
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user