search for: xint13

Displaying 2 results from an estimated 2 matches for "xint13".

Did you mean: int13
2010 Dec 21
2
[PATCH][git-pull] core/diskstart.inc
...ES, DI, at least when using a partitionless HDD, causing "Boot error" from the magic check as it was loaded to the wrong location. HPA suggested wrapping INT 13h with the push/pop for ES's safety. This then lead to checking over for all int 13h calls in diskstart.inc to try and use xint13 and no net increase in binary code size. Then, the Sect1Ptr values were made constants by reference and the boot sector code was split into a new file (so it can be reused by debugging/diagnostic images; Yes, I'm already using it). -- -Gene
2011 Feb 06
2
A bug in syslinux boot code
I used syslinux 4.03 for my brand new usb-stick (16GB FAT32, no Partition Table). It works, but on some computers i get "boot error". My investigation reveals three bugs in the boot code. Int 13 function 8 destroys the contents of register ES. Ah, now it is corrected in version 4.04 pre 5. Well done. I am happy now. But there are still other bugs. Look on version 4.04 pre 5,