source: xtideuniversalbios/trunk/XTIDE_Universal_BIOS/Src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @227   12 years aitotat Changes to XTIDE Universal BIOS: * EBIOS functions now work in lite mode.
(edit) @226   12 years gregli Moved .bSerialPortAndBaud out of the main DPT into a an attached struc …
(edit) @224   12 years aitotat Changes to XTIDE Universal BIOS: * EBIOS functions now work again …
(edit) @223   12 years krille_n_ Changes: * Fixed what appears to be a mistake in EBIOS.inc * Added a …
(edit) @221   12 years aitotat Changes to XTIDE Universal BIOS: * AH=0Ch (Seek) should work properly …
(edit) @220   12 years gregli Serial port code, removed pointer re(normalization) code as the …
(edit) @218   12 years aitotat Changes to XTIDE Universal BIOS: * Number of sectors to transfer is …
(edit) @216   12 years gregli Serial port code - improved pointer re-normalization.
(edit) @214   12 years gregli Rework of the serial write loop and read/write timeout code, resulting …
(edit) @212   12 years gregli Fixed a bug where DL was always zero when transitioning control to the …
(edit) @208   12 years gregli Enhanced checksum for serial communications, much better at detecting …
(edit) @207   12 years gregli Added buffer pointer denormalization check within the serial port code …
(edit) @203   12 years gregli Reworked the 'skip detecting the slave if there was no master' code to …
(edit) @202   12 years krille_n_ Changes: * Library/BIOS: Minor optimizations to …
(edit) @200   12 years gregli Added logic to skip scanning COM ports if a COM port was already found …
(edit) @199   12 years gregli Adding proper serial port support to the Configurator, which required …
(edit) @197   12 years gregli Some maintenance; no changes to the actual source. Moved the …
(edit) @196   12 years gregli Added printing of COM port and baud rate, when set explicitly by …
(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) @192   12 years gregli Optimized away some long jumps, by rearranging routines within files, …
(edit) @191   12 years gregli Space optimization in Address.asm, includes bug fix for …
(edit) @190   12 years gregli More comments for changes to BootMenuEvent and BootMenuPrint.
(edit) @189   12 years gregli Additional space optimizations, including making IdleProcessing an …
(edit) @186   12 years gregli Initial string compression checkin. All changes are under …
(edit) @185   12 years gregli Some basic cleanup and fixing build problems with the Configurator …
(edit) @184   12 years gregli Space optimization, added a new format character 'I' which is the same …
(edit) @183   12 years gregli Space optimization, added option to inline offsets for MENUEVENT …
(edit) @182   12 years gregli General code size optimizations, preparing for string compression, …
(edit) @181   12 years krille_n_ Changes to all parts of the project: * Size optimizations. * Added …
(edit) @180   12 years gregli Removed note-to-self comment, code in question is needed
(edit) @179   12 years gregli Main checkin, adding virtual IDE drive over serial port connection
(edit) @176   13 years gregli Made a module around the EBIOS code, so that it can be turned off to …
(edit) @175   13 years gregli ifdef of existing serial code, in preperation for checkin
(edit) @174   13 years krille_n_ Changes to XTIDE Universal BIOS: * Excluded the Math_DivDXAXbyCX …
(edit) @173   13 years aitotat Changes to XTIDE Universal BIOS: * L-CHS parameters are now generated …
(edit) @171   13 years aitotat Changes to XTIDE Universal BIOS: * Restore IdeTransfer.asm to r169
(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) @160   13 years aitotat Changes to XTIDE Universal BIOS: * Support for XTIDE mod now works.
(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) @145   13 years krille_n_ Minor size optimizations to all parts of the project (even the old …
(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) @137   13 years aitotat Changes to XTIDE Universal BIOS: * Menu selection timeout is now …
(edit) @135   13 years aitotat Changes to XTIDE Universal BIOS: * Boot menu now displays drive …
(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) @127   13 years aitotat Changes to XTIDE Universal BIOS: * More boot menu fixes.
(edit) @126   13 years krille_n_ Changes to the XTIDE Universal BIOS: * Minor size optimization in …
(edit) @124   13 years aitotat Changes to XTIDE Universal BIOS: * Some boot menu fixes but menu …
(edit) @123   13 years krille_n_ Fixed a couple of mistakes.
(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) @112   13 years krille_n_ Changes to the XTIDE Universal BIOS: * Removed the original copy of …
(edit) @102   13 years krille_n_ Changes to XTIDE Universal BIOS * Minor optimization in FloppyDrive.asm
(edit) @100   13 years aitotat Changes to XTIDE Universal BIOS: * BootInfo.asm had initialization …
(edit) @99   13 years aitotat Changes to XTIDE Universal BIOS: * Even more initialization code …
(edit) @98   13 years aitotat Changes to XTIDE Universal BIOS: * Some more initialization …
(edit) @97   13 years aitotat Changes to XTIDE Universal BIOS: * Inlined some initialization …
(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) @92   13 years aitotat Changes to XTIDE Universal BIOS: * Removed ROM Boot from boot menu …
(edit) @90   13 years aitotat Changes to XTIDE Universal BIOS: * Removed INT 13h format and …
(edit) @89   13 years aitotat Changes to XTIDE Universal BIOS: * Removed old libraries
(edit) @88   13 years aitotat Changes to XTIDE Universal BIOS: * Now uses new libraries (untested) …
(edit) @87   13 years krille_n_ Change to XTIDE Universal BIOS *Size optimization in BootPrint.asm
(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) @83   13 years krille_n_ Minor size optimizations in various files.
(edit) @77   13 years krille_n_ Minor size optimizations plus a bug fix in print.asm in Print_IntSW …
(edit) @76   13 years aitotat Changes to XTIDE Universal BIOS: * Optimizations to old string …
(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) @39   14 years aitotat * Better INT 40h handler detection to fix floppy drive detection with …
(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.