â„–3780780[Quote]
approve.
â„–3780793[Quote]
i am dumbfounded
â„–3780808[Quote]
Explain
â„–3780821[Quote]
>>3780808this runs in 16 bit in real mode after BIOS finished the POST. It supposed to read from a disk (image file because I use qemu) so I figured that sector is 512 bytes so I put the print instruction at offset it's supposed to load the rest of the file on but it don't werks. I need to learn more about disks and file systems.
â„–3780833[Quote]
>>3780821Nah bro is literally like my terry davis tiktok videos 💀
â„–3780836[Quote]
But good luck nigga
â„–3780839[Quote]
>>3780833it's nowhere close dough
â„–3780868[Quote]
it's not hard, but there is just so much going on. A good bootloader is supposed to get every last bit of information about the aviable ram, inserted disks and et cetera to then load it's second stage, setup GDT, BBC- whatever and load the os and then erase itself.