source: xtideuniversalbios/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @218   12 years aitotat Changes to XTIDE Universal BIOS: * Number of sectors to transfer is …
(edit) @217   12 years gregli Serial Server: various improvements, turned on LBA28 support by default.
(edit) @216   12 years gregli Serial port code - improved pointer re-normalization.
(edit) @215   12 years gregli More minor improvements to the serial server, in particular improved …
(edit) @214   12 years gregli Rework of the serial write loop and read/write timeout code, resulting …
(edit) @213   12 years gregli Minor improvements to serial server.
(edit) @212   12 years gregli Fixed a bug where DL was always zero when transitioning control to the …
(edit) @211   12 years gregli More minor changes, improved usage message
(edit) @210   12 years gregli Various minor bug fixes and improvements to the serial server code.
(edit) @209   12 years gregli Initial checkin for the Serial Server code, to be run on a host …
(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) @206   12 years aitotat Changes to Configurator v2: * Program now properly quits when …
(edit) @205   12 years aitotat Changes to Assembly Library: * Menu Exit event can now be send when …
(edit) @204   12 years aitotat Changes to Configurator v2: * Number of IDE controllers can now be …
(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) @201   12 years gregli Fixed up conditional compilation so that we can continue to build …
(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) @198   12 years gregli Fixing a bug in the configurator with user entry of word values into …
(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) @195   12 years gregli Tiny optimization, switced to using a register that does not need to …
(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) @188   12 years gregli And fixing the main makefile to remove my local path
(edit) @187   12 years gregli Fixing makefile on the configurator_v2, had set nasm to my local path
(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) @178   12 years krille_n_ * Removed an %ifdef in RomVars.inc that prevented XTIDECFG from …
(edit) @177   12 years gregli Optimiztion, replaced the jump tables for MENU_LIB and DISPLAY_LIB …
(edit) @176   12 years gregli Made a module around the EBIOS code, so that it can be turned off to …
(edit) @175   12 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) @172   13 years aitotat Changes to Assembly Library: * Added 32/16bit and 64/16bit division …
(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) @168   13 years aitotat Changes to Assembly Library: * Added eCSETZ macro.
(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) @164   13 years aitotat Fixing mess I made during last commit.
(edit) @163   13 years aitotat Changes to XTIDE Universal BIOS: * Implemented EBIOS functions 41h, …
(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) @159   13 years aitotat Changes to Configurator v2: * SDP commands are now supported for …
(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) @154   13 years aitotat Changes to Assembly Library: * Small updates to INTPACK macros.
(edit) @153   13 years aitotat Changes to Configurator v2: * Updated for latest XTIDE Universal BIOS.
(edit) @152   13 years aitotat Changes to XTIDE Universal BIOS: * XTIDE mod should now be supported …
(edit) @151   13 years aitotat Changes to Assembly Library: * Added more functions to BiosFunctions.inc.
(edit) @150   13 years aitotat Changes to XTIDE Universal BIOS: * Redesigned Disk Parameter Tables. …
(edit) @149   13 years aitotat Changes to Assembly Library: * Added pointer normalization functions
(edit) @148   13 years aitotat Changes to XTIDE Universal BIOS: * INT 13h optimizations to save …
(edit) @147   13 years aitotat Changes to Assembly Library: * Added more BIOS function equates.
(edit) @146   13 years aitotat Changes to Assembly Library: * Added INTPACK macros.
(edit) @145   13 years krille_n_ Minor size optimizations to all parts of the project (even the old …
(edit) @144   13 years aitotat Changes to Configurator v2: * Added option to specify display mode …
(edit) @143   13 years aitotat Changes to XTIDE Universal BIOS: * Removed "Boot sector found!" …
(edit) @142   13 years aitotat Changes to Assembly Library: * …
(edit) @141   13 years aitotat Changes to Assembly Library: * Some inlining in Size.asm. * File …
(edit) @140   13 years aitotat Changes to XTIDE Universal BIOS: * INT 13h functions should no …
(edit) @139   13 years aitotat Changes to Assembly Library: * Delay functions are now excluded from …
(edit) @138   13 years aitotat Changes to Configurator v2: * Saving changes now works again (got …
(edit) @137   13 years aitotat Changes to XTIDE Universal BIOS: * Menu selection timeout is now …
(edit) @136   13 years aitotat Changes to Configurator v2: * Menu selection timeout is now …
(edit) @135   13 years aitotat Changes to XTIDE Universal BIOS: * Boot menu now displays drive …
(edit) @134   13 years aitotat Changes to Assembly Library: * Excluded some format specifiers and …
(edit) @133   13 years krille_n_ Size optimizations in various files in the Assembly Library. Also a …
(edit) @132   13 years aitotat Changes to XTIDE Universal BIOS: * EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS …
(edit) @131   13 years aitotat Changes to Assembly Library: * Some functions are now excluded from …
(edit) @130   13 years aitotat Changes to XTIDE Universal BIOS: * Boot menu finally works but …
(edit) @129   13 years aitotat Changes to Assembly Library: * …
(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) @125   13 years aitotat Changes to Assembly Library: * Cursor coordinates no longer change …
(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) @119   13 years aitotat Changes to Assembly Library: * Moved LOAD_BDA_SEGMENT_TO to Macros.inc.
Note: See TracRevisionLog for help on using the revision log.