Timeline


and

Feb 24, 2012:

8:34 PM Changeset in xtideuniversalbios [267] by aitotat@…
Changes to XTIDE Universal BIOS: * More JR-IDE/ISA fixes.
3:06 PM Changeset in xtideuniversalbios [266] by aitotat@…
Changes to XTIDE Universal BIOS: * Some fixes for JR-IDE/ISA code …
1:26 PM Changeset in xtideuniversalbios [265] by aitotat@…
Changes to XTIDE Universal BIOS: * Now builds without serial module.
11:12 AM Changeset in xtideuniversalbios [264] by gregli@…
Corrected a bug where the initial pointer to idevars0 was not properly set.
10:31 AM Changeset in xtideuniversalbios [263] by gregli@…
Oops, forgot to check if it still compiled without floppy support, …
10:28 AM Changeset in xtideuniversalbios [262] by gregli@…
More optimizations. Merged RamVars_IsFunction/DriveHandledByThisBIOS …
3:04 AM Changeset in xtideuniversalbios [261] by gregli@…
Basic maintenance to enable the unused code check to work again, no …

Feb 23, 2012:

6:10 PM Changeset in xtideuniversalbios [260] by gregli@…
Implemented function int13h/05h (floppy disk format track), that …
7:14 AM Changeset in xtideuniversalbios [259] by gregli@…
For function int13/0h, restored the code to only reset the floppy …

Feb 22, 2012:

7:01 PM Changeset in xtideuniversalbios [258] by gregli@…
Added floppy drive emulation over the serial connection …

Feb 21, 2012:

11:26 AM Changeset in xtideuniversalbios [257] by aitotat@…
Changes to XTIDE Universal BIOS: * AH=15h now properly stores error …

Feb 19, 2012:

5:56 PM Changeset in xtideuniversalbios [256] by aitotat@…
Changes to Assembly Library: * Added Precise Event Timer functions.

Feb 18, 2012:

11:21 PM Changeset in xtideuniversalbios [255] by gregli@…
Bug fix in BootMenuPrint, introduced in r241, where floppy disk …
2:51 PM Changeset in xtideuniversalbios [254] by aitotat@…
Changes to XTIDE Universal BIOS: * Changed BOOTNFO to BOOTMENUINFO …
2:22 PM Changeset in xtideuniversalbios [253] by aitotat@…
Changes to XTIDE Universal BIOS: * Forgot to remove code that stored …
2:12 PM Changeset in xtideuniversalbios [252] by aitotat@…
Changes to XTIDE Universal BIOS: * Boot menu now shows only one …

Feb 17, 2012:

11:19 PM Changeset in xtideuniversalbios [251] by krille_n_@…
Changes: * Simplified the bug fix I did in r242. * Fixed a couple of …

Feb 16, 2012:

2:50 PM Changeset in xtideuniversalbios [250] by aitotat@…
Changes to XTIDE Universal BIOS: * INT 19h reset handler is now …
1:56 PM Changeset in xtideuniversalbios [249] by aitotat@…
Changes to XTIDE Universal BIOS: * Number of successfully transferred …

Feb 13, 2012:

1:22 PM Changeset in xtideuniversalbios [248] by aitotat@…
Changes to XTIDE Universal BIOS: * Booting with hotkey now properly …
1:17 PM Changeset in xtideuniversalbios [247] by aitotat@…
Changes to Assembly Library: * Delay functions are no longer required …
12:19 PM Changeset in xtideuniversalbios [246] by aitotat@…
Changes to Configurator v2: * Replaced reboot code with a call to …
12:17 PM Changeset in xtideuniversalbios [245] by aitotat@…
Changes to Assembly Library: * Added functions to reboot computer. * …

Feb 10, 2012:

5:18 PM Changeset in xtideuniversalbios [244] by gregli@…
Removed tiny optimization for DEVICE_SERIAL being the last device type …
2:00 PM Changeset in xtideuniversalbios [243] by aitotat@…
Changes to XTIDE Universal BIOS: * Brought back optional "A then C" …
3:12 AM Changeset in xtideuniversalbios [242] by krille_n_@…
Changes: * Optimizations (both for size and speed) in IdeTransfer.asm …

Feb 9, 2012:

11:08 AM Changeset in xtideuniversalbios [241] by gregli@…
Space optimizations in the Boot Menu and BootInfo routines, taking …

Feb 6, 2012:

4:03 AM Changeset in xtideuniversalbios [240] by gregli@…
Added support for recursive string formats (%s can contain a %s) to …

Feb 5, 2012:

5:06 PM Changeset in xtideuniversalbios [239] by gregli@…
Passing ROMSIZE into main.asm to calculate number of 512B blocks for …
12:59 PM Changeset in xtideuniversalbios [238] by aitotat@…
Changes to XTIDE Universal BIOS: * Makefile now builds small (8k) and …
10:44 AM Changeset in xtideuniversalbios [237] by aitotat@…
Changes to XTIDE Universal BIOS: * Another quick fix: alignment byte …
10:41 AM Changeset in xtideuniversalbios [236] by aitotat@…
Changes to XTIDE Universal BIOS: * Restored lost alignment byte to …
7:57 AM Changeset in xtideuniversalbios [235] by gregli@…
More fun with comments, restoring a comment change that was lost in …

Feb 4, 2012:

6:36 PM Changeset in xtideuniversalbios [234] by gregli@…
Serial Port: Missed updating some comments in the code from the last …
6:21 PM Changeset in xtideuniversalbios [233] by gregli@…
Serial Port: split single byte port and baud into two bytes, taking …
12:42 PM Changeset in xtideuniversalbios [232] by aitotat@…
Changes to XTIDE Universal BIOS: * Minor improvements to AH=24h (Set …

Jan 31, 2012:

5:46 PM Changeset in xtideuniversalbios [231] by krille_n_@…
Changes: * Additional tweaks to AccessDPT_ShiftPCHinAXBLtoLCH in …

Jan 29, 2012:

11:22 PM Changeset in xtideuniversalbios [230] by krille_n_@…
Changes to XTIDE Universal BIOS: * Some small optimizations
5:46 PM Changeset in xtideuniversalbios [229] by aitotat@…
Changes to XTIDE Universal BIOS: * All builds now initialize drives …
1:49 PM Changeset in xtideuniversalbios [228] by aitotat@…
Changes to XTIDE Universal BIOS: * Drive size can now be limited for …
1:33 PM Changeset in xtideuniversalbios [227] by aitotat@…
Changes to XTIDE Universal BIOS: * EBIOS functions now work in lite mode.

Jan 28, 2012:

3:08 AM Changeset in xtideuniversalbios [226] by gregli@…
Moved .bSerialPortAndBaud out of the main DPT into a an attached struc …

Jan 27, 2012:

6:19 PM Changeset in xtideuniversalbios [225] by gregli@…
Serial Server, minor improvements to file handling.

Jan 26, 2012:

2:41 PM Changeset in xtideuniversalbios [224] by aitotat@…
Changes to XTIDE Universal BIOS: * EBIOS functions now work again …

Jan 25, 2012:

8:20 PM Changeset in xtideuniversalbios [223] by krille_n_@…
Changes: * Fixed what appears to be a mistake in EBIOS.inc * Added a …
2:42 PM Changeset in xtideuniversalbios [222] by aitotat@…
Changes to Assembly Library: * Excluded pointer normalization …
2:36 PM Changeset in xtideuniversalbios [221] by aitotat@…
Changes to XTIDE Universal BIOS: * AH=0Ch (Seek) should work properly …
7:13 AM Changeset in xtideuniversalbios [220] by gregli@…
Serial port code, removed pointer re(normalization) code as the …
7:04 AM Changeset in xtideuniversalbios [219] by gregli@…
Serial Server, more minor improvements, added support for larger than …
Note: See TracTimeline for information about the timeline view.