mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
Print the contents of motd.txt on boot.
This commit is contained in:
parent
705832f387
commit
39fa1eb2c2
5 changed files with 28 additions and 8 deletions
|
@ -42,7 +42,7 @@ boot:
|
|||
|
||||
inc word [cur_lba]
|
||||
mov cx, word [cur_lba]
|
||||
cmp cx, 300
|
||||
cmp cx, 400
|
||||
jz .sector_loop_end
|
||||
|
||||
mov bx, es
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue