http://git.dujemihanovic.i2p?p=nameless-os.git;a=blobdiff;f=boot.s;h=51be5d92dd8ee19426be4092d2aaed2c1e96f46d;hp=eb115d0324dd6a2e8e83d94aee9d197d71299392;hb=85d77ed5b53a1bd5642985ca7c6e563c58c98fa1;hpb=b85f8e94af0b9720083f5cd48092ead24e6004c3
search: re summary | shortlog | log | commit | commitdiff | tree raw | inline | side by side Allow controlling (no) newline when printing and listen to keystrokes [nameless-os.git] / boot.s diff --git a/boot.s b/boot.s index eb115d0324dd6a2e8e83d94aee9d197d71299392..51be5d92dd8ee19426be4092d2aaed2c1e96f46d 100644 (file) --- a/ boot.s +++ b/ boot.s @@ -1,21 +1,69 @@ bits 16 ; boot sectors run in real mode org 7c00h ; boot sector is loaded at 0x7c00 +_start mov di, printing_numbers...