http://git.dujemihanovic.i2p?p=nameless-os.git;a=blobdiff;f=boot.s;h=3a8adc70a9d275e2e17faa53e6772aee0289e36c;hp=51be5d92dd8ee19426be4092d2aaed2c1e96f46d;hb=d826097f3b032247dd0396f8cf64b2fa775cea68;hpb=eec791adfbaddde2f5724e0f5c7319e7d2aaef0e
search: re summary | shortlog | log | commit | commitdiff | tree raw | inline | side by side Read bytes from boot drive [nameless-os.git] / boot.s diff --git a/boot.s b/boot.s index 51be5d92dd8ee19426be4092d2aaed2c1e96f46d..3a8adc70a9d275e2e17faa53e6772aee0289e36c 100644 (file) --- a/ boot.s +++ b/ boot.s @@ -2,70 +2,32 @@ org 7c00h ; boot sector is loaded at 0x7c00 _start - mov di, printing_numbers - call print...