http://git.dujemihanovic.i2p?p=nameless-os.git;a=blobdiff;f=boot/x86/mbr.s;h=5319f4b54dfdd772ca503bf50cb0c4f111995073;hp=613b24894d993a26fac2891e3ecad4768028cb7d;hb=fb402cd052e9b9e9eaf30a7c14244a00e3cfe42a;hpb=2a70d72730b91905543e5d5e850bc00cf43bc5e6
search: re summary | shortlog | log | commit | commitdiff | tree raw | inline | side by side x86: mbr: Copy by dword during relocation [nameless-os.git] / boot / x86 / mbr.s diff --git a/boot/x86/mbr.s b/boot/x86/mbr.s index 613b24894d993a26fac2891e3ecad4768028cb7d..5319f4b54dfdd772ca503bf50cb0c4f111995073 100644 (file) --- a/ boot/x86/mbr.s +++ b/ boot/x86/mbr.s @@ -11,14 +11,14 @@ _start: mov ds, ax mov es, ax mov ss, ax - mov sp, 0x 7c...