Export to GitHub

xtideuniversalbios - default

Source Commits


Commits

Author Date Commit Message
aitotat@gmail.com Mar 2, 2012 288 Changes to XTIDE Universal BIOS: * Changed wip string to beta character.
aitotat@gmail.com Mar 2, 2012 287 Changes to Assembly Library: * Hopefully fixed a problem of wrong sized MDA cur
aitotat@gmail.com Mar 1, 2012 286 Changes to Configurator v2: * JR-IDE/ISA can now be selected. * Maximum LBA fo
aitotat@gmail.com Feb 29, 2012 285 Changes to XTIDE Universal BIOS: * Some minor optimizations. * Boot menu now d
gregli@hotmail.com Feb 29, 2012 284 Increased the width of the drive Model name that the boot menu display, better a
gregli@hotmail.com Feb 29, 2012 283 Fixed bug where total sector count was not being properly calculated from ah08 v
gregli@hotmail.com Feb 29, 2012 282 More fun with resets: It turns out to be important to reset our drives too, if f
aitotat@gmail.com Feb 28, 2012 281 Changes to XTIDE Universal BIOS: * All IDE Error Register errors from previous
gregli@hotmail.com Feb 28, 2012 280 Updated configurator with serial code move to assembly library. Updated version
aitotat@gmail.com Feb 28, 2012 279 Changes to XTIDE Universal BIOS: * Drive internal write cache is now disabled b
gregli@hotmail.com Feb 28, 2012 278 Updated version number of serial server.
gregli@hotmail.com Feb 28, 2012 277 Moved the bulk of the serial code to the assembly library, for inclusion in othe
aitotat@gmail.com Feb 28, 2012 276 Changes to XTIDE Universal BIOS: * Changed version number to 2.0.0 * Block wil
gregli@hotmail.com Feb 28, 2012 275 Made some tweaks to ah0h, saving some space by taking advantage of DPT=null indi
gregli@hotmail.com Feb 27, 2012 274 Fixed register corruption bugs with the AT build for getting number of hard disk
aitotat@gmail.com Feb 27, 2012 273 Changes to XTIDE Universal BIOS: * Updated main.asm for 8k JR-IDE/ISA build.
aitotat@gmail.com Feb 27, 2012 272 Changes to XTIDE Universal BIOS: * Updated makefile to build only 8k or 15k bui
aitotat@gmail.com Feb 27, 2012 271 Changes to XTIDE Universal BIOS: * AH=0h (Reset) should now work but our drives
gregli@hotmail.com Feb 27, 2012 270 Fixed a bug with the number of floppy drives reported, if there were no floppy d
gregli@hotmail.com Feb 27, 2012 269 Fixed a bug with reporting the number of hard disks when there were only foreign
aitotat@gmail.com Feb 25, 2012 268 Changes to XTIDE Universal BIOS: * JR-IDE/ISA support now works!
aitotat@gmail.com Feb 24, 2012 267 Changes to XTIDE Universal BIOS: * More JR-IDE/ISA fixes.
aitotat@gmail.com Feb 24, 2012 266 Changes to XTIDE Universal BIOS: * Some fixes for JR-IDE/ISA code (still not wo
aitotat@gmail.com Feb 24, 2012 265 Changes to XTIDE Universal BIOS: * Now builds without serial module.
gregli@hotmail.com Feb 24, 2012 264 Corrected a bug where the initial pointer to idevars0 was not properly set.
gregli@hotmail.com Feb 24, 2012 263 Oops, forgot to check if it still compiled without floppy support, fixed up a co
gregli@hotmail.com Feb 24, 2012 262 More optimizations. Merged RamVars_IsFunction/DriveHandledByThisBIOS in with Fi
gregli@hotmail.com Feb 24, 2012 261 Basic maintenance to enable the unused code check to work again, no real code ch
gregli@hotmail.com Feb 23, 2012 260 Implemented function int13h/05h (floppy disk format track), that simply returns
gregli@hotmail.com Feb 23, 2012 259 For function int13/0h, restored the code to only reset the floppy drives if a fl
gregli@hotmail.com Feb 22, 2012 258 Added floppy drive emulation over the serial connection (MODULE_SERIAL_FLOPPY).
aitotat@gmail.com Feb 21, 2012 257 Changes to XTIDE Universal BIOS: * AH=15h now properly stores error code to BDA
aitotat@gmail.com Feb 19, 2012 256 Changes to Assembly Library: * Added Precise Event Timer functions.
gregli@hotmail.com Feb 18, 2012 255 Bug fix in BootMenuPrint, introduced in r241, where floppy disk information was
aitotat@gmail.com Feb 18, 2012 254 Changes to XTIDE Universal BIOS: * Changed BOOTNFO to BOOTMENUINFO and moved it
aitotat@gmail.com Feb 18, 2012 253 Changes to XTIDE Universal BIOS: * Forgot to remove code that stored capacity t
aitotat@gmail.com Feb 18, 2012 252 Changes to XTIDE Universal BIOS: * Boot menu now shows only one capacity. * Ad
krille_n_@hotmail.com Feb 17, 2012 251 Changes: * Simplified the bug fix I did in r242. * Fixed a couple of new bugs
aitotat@gmail.com Feb 16, 2012 250 Changes to XTIDE Universal BIOS: * INT 19h reset handler is now properly instal
aitotat@gmail.com Feb 16, 2012 249 Changes to XTIDE Universal BIOS: * Number of successfully transferred sectors i
aitotat@gmail.com Feb 13, 2012 248 Changes to XTIDE Universal BIOS: * Booting with hotkey now properly maintains F
aitotat@gmail.com Feb 13, 2012 247 Changes to Assembly Library: * Delay functions are no longer required by reboot
aitotat@gmail.com Feb 13, 2012 246 Changes to Configurator v2: * Replaced reboot code with a call to Assembly Libr
aitotat@gmail.com Feb 13, 2012 245 Changes to Assembly Library: * Added functions to reboot computer. * Added JMP
gregli@hotmail.com Feb 10, 2012 244 Removed tiny optimization for DEVICE_SERIAL being the last device type - not wor
aitotat@gmail.com Feb 10, 2012 243 Changes to XTIDE Universal BIOS: * Brought back optional "A then C" boot loader
krille_n_@hotmail.com Feb 10, 2012 242 Changes: * Optimizations (both for size and speed) in IdeTransfer.asm and MemId
gregli@hotmail.com Feb 9, 2012 241 Space optimizations in the Boot Menu and BootInfo routines, taking advantage of
gregli@hotmail.com Feb 6, 2012 240 Added support for recursive string formats (%s can contain a %s) to the non-comp
gregli@hotmail.com Feb 5, 2012 239 Passing ROMSIZE into main.asm to calculate number of 512B blocks for option ROM
aitotat@gmail.com Feb 5, 2012 238 Changes to XTIDE Universal BIOS: * Makefile now builds small (8k) and large ver
aitotat@gmail.com Feb 5, 2012 237 Changes to XTIDE Universal BIOS: * Another quick fix: alignment byte was suppos
aitotat@gmail.com Feb 5, 2012 236 Changes to XTIDE Universal BIOS: * Restored lost alignment byte to DPT struct.
gregli@hotmail.com Feb 5, 2012 235 More fun with comments, restoring a comment change that was lost in the mass che
gregli@hotmail.com Feb 4, 2012 234 Serial Port: Missed updating some comments in the code from the last checkin.
gregli@hotmail.com Feb 4, 2012 233 Serial Port: split single byte port and baud into two bytes, taking advantage of
aitotat@gmail.com Feb 4, 2012 232 Changes to XTIDE Universal BIOS: * Minor improvements to AH=24h (Set Block Mode
krille_n_@hotmail.com Jan 31, 2012 231 Changes: * Additional tweaks to AccessDPT_ShiftPCHinAXBLtoLCH in AccessDPT.asm
krille_n_@hotmail.com Jan 29, 2012 230 Changes to XTIDE Universal BIOS: * Some small optimizations
aitotat@gmail.com Jan 29, 2012 229 Changes to XTIDE Universal BIOS: * All builds now initialize drives on boot loa
aitotat@gmail.com Jan 29, 2012 228 Changes to XTIDE Universal BIOS: * Drive size can now be limited for EBIOS func
aitotat@gmail.com Jan 29, 2012 227 Changes to XTIDE Universal BIOS: * EBIOS functions now work in lite mode.
gregli@hotmail.com Jan 28, 2012 226 Moved .bSerialPortAndBaud out of the main DPT into a an attached struc DPT_SERIA
gregli@hotmail.com Jan 27, 2012 225 Serial Server, minor improvements to file handling.
aitotat@gmail.com Jan 26, 2012 224 Changes to XTIDE Universal BIOS: * EBIOS functions now work again (sector count
krille_n_@hotmail.com Jan 25, 2012 223 Changes: * Fixed what appears to be a mistake in EBIOS.inc * Added a 'release'
aitotat@gmail.com Jan 25, 2012 222 Changes to Assembly Library: * Excluded pointer normalization functions for XTI
aitotat@gmail.com Jan 25, 2012 221 Changes to XTIDE Universal BIOS: * AH=0Ch (Seek) should work properly again. *
gregli@hotmail.com Jan 25, 2012 220 Serial port code, removed pointer re(normalization) code as the pointer is norma
gregli@hotmail.com Jan 25, 2012 219 Serial Server, more minor improvements, added support for larger than 2 GB disks
aitotat@gmail.com Jan 23, 2012 218 Changes to XTIDE Universal BIOS: * Number of sectors to transfer is now limited
gregli@hotmail.com Jan 23, 2012 217 Serial Server: various improvements, turned on LBA28 support by default.
gregli@hotmail.com Jan 23, 2012 216 Serial port code - improved pointer re-normalization.
gregli@hotmail.com Jan 19, 2012 215 More minor improvements to the serial server, in particular improved timeout rec
gregli@hotmail.com Jan 18, 2012 214 Rework of the serial write loop and read/write timeout code, resulting in signif
gregli@hotmail.com Jan 18, 2012 213 Minor improvements to serial server.
gregli@hotmail.com Jan 16, 2012 212 Fixed a bug where DL was always zero when transitioning control to the MBR (boot
gregli@hotmail.com Jan 16, 2012 211 More minor changes, improved usage message
gregli@hotmail.com Jan 16, 2012 210 Various minor bug fixes and improvements to the serial server code.
gregli@hotmail.com Jan 14, 2012 209 Initial checkin for the Serial Server code, to be run on a host computer with a
gregli@hotmail.com Jan 7, 2012 208 Enhanced checksum for serial communications, much better at detecting single bit
gregli@hotmail.com Jan 7, 2012 207 Added buffer pointer denormalization check within the serial port code and reuse
aitotat@gmail.com Dec 5, 2011 206 Changes to Configurator v2: * Program now properly quits when selecting Exit to
aitotat@gmail.com Dec 5, 2011 205 Changes to Assembly Library: * Menu Exit event can now be send when closing men
aitotat@gmail.com Dec 5, 2011 204 Changes to Configurator v2: * Number of IDE controllers can now be properly con
gregli@hotmail.com Nov 23, 2011 203 Reworked the 'skip detecting the slave if there was no master' code to be more c
krille_n_@hotmail.com Nov 22, 2011 202 Changes: * Library/BIOS: Minor optimizations to DisplayFormatCompressed.asm an
gregli@hotmail.com Nov 22, 2011 201 Fixed up conditional compilation so that we can continue to build without string
gregli@hotmail.com Nov 22, 2011 200 Added logic to skip scanning COM ports if a COM port was already found during th
gregli@hotmail.com Nov 21, 2011 199 Adding proper serial port support to the Configurator, which required some minor
gregli@hotmail.com Nov 20, 2011 198 Fixing a bug in the configurator with user entry of word values into dialogs, in
gregli@hotmail.com Nov 20, 2011 197 Some maintenance; no changes to the actual source. Moved the compression tables
gregli@hotmail.com Nov 19, 2011 196 Added printing of COM port and baud rate, when set explicitly by idecfg. Althou
gregli@hotmail.com Nov 19, 2011 195 Tiny optimization, switced to using a register that does not need to be preserve
gregli@hotmail.com Nov 17, 2011 194 ifdef'd out more unused code. Also added a tool for looking through the listing
gregli@hotmail.com Nov 17, 2011 193 Space optimizations in AccessDPT.asm, transfer one routine to a macro (retaining
gregli@hotmail.com Nov 16, 2011 192 Optimized away some long jumps, by rearranging routines within files, and file o
gregli@hotmail.com Nov 16, 2011 191 Space optimization in Address.asm, includes bug fix for BootMenuPrintCfg.asm (wa
gregli@hotmail.com Nov 16, 2011 190 More comments for changes to BootMenuEvent and BootMenuPrint.
gregli@hotmail.com Nov 16, 2011 189 Additional space optimizations, including making IdleProcessing an option in MEN