mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
Print the contents of motd.txt on boot.
This commit is contained in:
parent
705832f387
commit
39fa1eb2c2
Notes:
sideshowbarker
2024-07-19 18:47:03 +09:00
Author: https://github.com/awesomekling
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