source: xtideuniversalbios

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @257   12 years aitotat Changes to XTIDE Universal BIOS: * AH=15h now properly stores error …
(edit) @256   12 years aitotat Changes to Assembly Library: * Added Precise Event Timer functions.
(edit) @255   12 years gregli Bug fix in BootMenuPrint, introduced in r241, where floppy disk …
(edit) @254   12 years aitotat Changes to XTIDE Universal BIOS: * Changed BOOTNFO to BOOTMENUINFO …
(edit) @253   12 years aitotat Changes to XTIDE Universal BIOS: * Forgot to remove code that stored …
(edit) @252   12 years aitotat Changes to XTIDE Universal BIOS: * Boot menu now shows only one …
(edit) @251   12 years krille_n_ Changes: * Simplified the bug fix I did in r242. * Fixed a couple of …
(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) @248   12 years aitotat Changes to XTIDE Universal BIOS: * Booting with hotkey now properly …
(edit) @247   12 years aitotat Changes to Assembly Library: * Delay functions are no longer required …
(edit) @246   12 years aitotat Changes to Configurator v2: * Replaced reboot code with a call to …
(edit) @245   12 years aitotat Changes to Assembly Library: * Added functions to reboot computer. * …
(edit) @244   12 years gregli Removed tiny optimization for DEVICE_SERIAL being the last device type …
(edit) @243   12 years aitotat Changes to XTIDE Universal BIOS: * Brought back optional "A then C" …
(edit) @242   12 years krille_n_ Changes: * Optimizations (both for size and speed) in IdeTransfer.asm …
(edit) @241   12 years gregli Space optimizations in the Boot Menu and BootInfo routines, taking …
(edit) @240   12 years gregli Added support for recursive string formats (%s can contain a %s) to …
(edit) @239   12 years gregli Passing ROMSIZE into main.asm to calculate number of 512B blocks for …
(edit) @238   12 years aitotat Changes to XTIDE Universal BIOS: * Makefile now builds small (8k) and …
(edit) @237   12 years aitotat Changes to XTIDE Universal BIOS: * Another quick fix: alignment byte …
(edit) @236   12 years aitotat Changes to XTIDE Universal BIOS: * Restored lost alignment byte to …
(edit) @235   12 years gregli More fun with comments, restoring a comment change that was lost in …
(edit) @234   12 years gregli Serial Port: Missed updating some comments in the code from the last …
(edit) @233   12 years gregli Serial Port: split single byte port and baud into two bytes, taking …
(edit) @232   12 years aitotat Changes to XTIDE Universal BIOS: * Minor improvements to AH=24h (Set …
(edit) @231   12 years krille_n_ Changes: * Additional tweaks to AccessDPT_ShiftPCHinAXBLtoLCH in …
(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) @226   12 years gregli Moved .bSerialPortAndBaud out of the main DPT into a an attached struc …
(edit) @225   12 years gregli Serial Server, minor improvements to file handling.
(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) @222   12 years aitotat Changes to Assembly Library: * Excluded pointer normalization …
(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) @219   12 years gregli Serial Server, more minor improvements, added support for larger than …
(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.
Note: See TracRevisionLog for help on using the revision log.