source: xtideuniversalbios/trunk/XTIDE_Universal_BIOS/Src/Handlers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @277   12 years gregli Moved the bulk of the serial code to the assembly library, for …
(edit) @276   12 years aitotat Changes to XTIDE Universal BIOS: * Changed version number to 2.0.0 * …
(edit) @275   12 years gregli Made some tweaks to ah0h, saving some space by taking advantage of …
(edit) @271   12 years aitotat Changes to XTIDE Universal BIOS: * AH=0h (Reset) should now work but …
(edit) @269   12 years gregli Fixed a bug with reporting the number of hard disks when there were …
(edit) @264   12 years gregli Corrected a bug where the initial pointer to idevars0 was not properly set.
(edit) @263   12 years gregli Oops, forgot to check if it still compiled without floppy support, …
(edit) @262   12 years gregli More optimizations. Merged RamVars_IsFunction/DriveHandledByThisBIOS …
(edit) @261   12 years gregli Basic maintenance to enable the unused code check to work again, no …
(edit) @260   12 years gregli Implemented function int13h/05h (floppy disk format track), that …
(edit) @259   12 years gregli For function int13/0h, restored the code to only reset the floppy …
(edit) @258   12 years gregli Added floppy drive emulation over the serial connection …
(edit) @257   12 years aitotat Changes to XTIDE Universal BIOS: * AH=15h now properly stores error …
(edit) @252   12 years aitotat Changes to XTIDE Universal BIOS: * Boot menu now shows only one …
(edit) @250   12 years aitotat Changes to XTIDE Universal BIOS: * INT 19h reset handler is now …
(edit) @249   12 years aitotat Changes to XTIDE Universal BIOS: * Number of successfully transferred …
(edit) @243   12 years aitotat Changes to XTIDE Universal BIOS: * Brought back optional "A then C" …
(edit) @232   12 years aitotat Changes to XTIDE Universal BIOS: * Minor improvements to AH=24h (Set …
(edit) @230   12 years krille_n_ Changes to XTIDE Universal BIOS: * Some small optimizations
(edit) @229   12 years aitotat Changes to XTIDE Universal BIOS: * All builds now initialize drives …
(edit) @228   12 years aitotat Changes to XTIDE Universal BIOS: * Drive size can now be limited for …
(edit) @227   12 years aitotat Changes to XTIDE Universal BIOS: * EBIOS functions now work in lite mode.
(edit) @221   12 years aitotat Changes to XTIDE Universal BIOS: * AH=0Ch (Seek) should work properly …
(edit) @218   12 years aitotat Changes to XTIDE Universal BIOS: * Number of sectors to transfer is …
(edit) @212   12 years gregli Fixed a bug where DL was always zero when transitioning control to the …
(edit) @200   12 years gregli Added logic to skip scanning COM ports if a COM port was already found …
(edit) @194   12 years gregli ifdef'd out more unused code. Also added a tool for looking through …
(edit) @193   12 years gregli Space optimizations in AccessDPT.asm, transfer one routine to a macro …
(edit) @191   12 years gregli Space optimization in Address.asm, includes bug fix for …
(edit) @181   12 years krille_n_ Changes to all parts of the project: * Size optimizations. * Added …
(edit) @176   12 years gregli Made a module around the EBIOS code, so that it can be turned off to …
(edit) @173   13 years aitotat Changes to XTIDE Universal BIOS: * L-CHS parameters are now generated …
(edit) @170   13 years krille_n_ Changes to all parts of the project: * Minor size optimizations * …
(edit) @169   13 years aitotat Changes to XTIDE Universal BIOS: * Old Int 13h functions can now …
(edit) @167   13 years aitotat Changes to XTIDE Universal BIOS: * Old Int 13h transfer functions …
(edit) @166   13 years aitotat Changes to XTIDE Universal BIOS: * Removed Address.asm from the old …
(edit) @165   13 years aitotat Changes to XTIDE Universal BIOS: * Hopefully this commit is …
(edit) @162   13 years krille_n_ Changes to all parts of the project: * Size optimizations, mostly by …
(edit) @161   13 years krille_n_ Changes to XTIDE Universal BIOS: * Minor size optimizations. * …
(edit) @158   13 years aitotat Changes to XTIDE Universal BIOS: * Optimized few bytes.
(edit) @157   13 years krille_n_ Changes to the XTIDE Universal BIOS: * Size optimizations in …
(edit) @156   13 years aitotat Changes to XTIDE Universal BIOS: * Removed unnecessary files.
(edit) @155   13 years aitotat Changes to XTIDE Universal BIOS: * AH=4h again uses VERIFY command …
(edit) @152   13 years aitotat Changes to XTIDE Universal BIOS: * XTIDE mod should now be supported …
(edit) @150   13 years aitotat Changes to XTIDE Universal BIOS: * Redesigned Disk Parameter Tables. …
(edit) @148   13 years aitotat Changes to XTIDE Universal BIOS: * INT 13h optimizations to save …
(edit) @143   13 years aitotat Changes to XTIDE Universal BIOS: * Removed "Boot sector found!" …
(edit) @140   13 years aitotat Changes to XTIDE Universal BIOS: * INT 13h functions should no …
(edit) @130   13 years aitotat Changes to XTIDE Universal BIOS: * Boot menu finally works but …
(edit) @128   13 years krille_n_ Changes to the XTIDE Universal BIOS: * Size optimizations in various …
(edit) @122   13 years aitotat Changes to XTIDE Universal BIOS: * Bottom info now appears but menu …
(edit) @121   13 years aitotat Changes to XTIDE Universal BIOS: * Endianness is now corrected for …
(edit) @120   13 years aitotat Changes to XTIDE Universal BIOS: * Display library now gets …
(edit) @117   13 years krille_n_ Changes to the XTIDE Universal BIOS: * Bugfix: The stack swapping in …
(edit) @116   13 years krille_n_ Changes to all parts of the project: * Removed a redundant macro …
(edit) @96   13 years aitotat Changes to XTIDE Universal BIOS: * Cleaned boot loader code some more.
(edit) @95   13 years aitotat Changes to XTIDE Universal BIOS: * Smaller boot sector loading …
(edit) @93   13 years aitotat Changes to XTIDE Universal BIOS: * Diagnostic cylinder can no longer …
(edit) @90   13 years aitotat Changes to XTIDE Universal BIOS: * Removed INT 13h format and …
(edit) @88   13 years aitotat Changes to XTIDE Universal BIOS: * Now uses new libraries (untested) …
(edit) @86   13 years krille_n_ Size optimizations in various files in the XTIDE BIOS. Also added a …
(edit) @84   13 years krille_n_ Minor size optimizations in various files.
(edit) @61   13 years aitotat Changes to XTIDE Universal BIOS: * AA55h signature no longer …
(edit) @43   14 years aitotat Errors are now being checked when calling previous INT 13h handler on …
(edit) @35   14 years aitotat Cleaned recent changes a bit to save few bytes.
(edit) @34   14 years aitotat OS hooks are now enabled for all builds. IRQ waiting no longer uses …
(edit) @33   14 years aitotat Interrupt controllers are now unmasked during drive reset.
(edit) @32   14 years aitotat Correct number of drives is now returned from AH=08h even when it is …
(edit) @28   14 years aitotat * v1.1.1 broke booting from foreign drives, it is now fixed. * …
(edit) @27   14 years aitotat * v1.1.1 broke booting from foreign drives, it is now fixed. * Fixed …
(edit) @26   14 years aitotat Fixed a bug where Disk Parameter Table was accessed with wrong pointer …
(edit) @23   14 years aitotat Booting is now possible from hard disks if floppy controller reset …
(edit) @10   14 years aitotat Now assembles with Yasm
(add) @3   14 years aitotat
Note: See TracRevisionLog for help on using the revision log.