Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
Jul 8, 2021, 12:37:18 AM (3 years ago)
Author:
krille_n_
Comment:

Added link to BuildInstructions.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    3434Some of the features included in XTIDE Universal BIOS are...
    3535  * Supports up to 4 IDE controllers
    36   * Support for virtual drives via serial port (see SerialDrives)
     36  * Support for virtual drives via serial port (see [SerialDrives Serial Drives])
    3737  * Supports drives with any capacity (MS-DOS 7.x (Windows 9x) or FreeDOS is required to access more than 8.4 GB)
    3838  * PIO transfers with block mode support
     
    5050XTIDE Universal BIOS is modular and has many optional features. It is not possible to include all features in the Small (8 kiB) builds. Officially released builds include the modules that benefits most people. You can quite easily make your own custom build from source to include only the features you need if you are not satisfied with the official builds.
    5151
    52 === Modules included in officially released builds ===
    53 
    54 [http://code.google.com/p/xtideuniversalbios/wiki/BuildInstructions See build instructions for module descriptions].
    55 
    56 ||File||Description||MODULE_8BIT_IDE_ADVANCED||MODULE_ADVANCED_ATA||MODULE_BOOT_MENU||MODULE_IRQ||ELIMINATE_CGA_SNOW||RELOCATE_INT13H_STACK||USE_186||USE_286||USE_AT||
    57 ||ide_tiny.bin||8088/8086 compatible 4 kiB XT build||-||-||-||-||√||-||-||-||-||
    58 ||ide_xt.bin||8088/8086 compatible 8 kiB XT build||√||-||-||-||√||-||-||-||-||
    59 ||ide_xtl.bin||8088/8086 compatible 10 kiB XT build||√||-||√||-||√||-||-||-||-||
    60 ||ide_xtp.bin||8 kiB XT+ build requiring 80188/80186/V20/V30 or better||√||-||-||-||√||-||√||-||-||
    61 ||ide_xtpl.bin||10 kiB XT+ build requiring 80188/80186/V20/V30 or better||√||-||√||-||√||-||√||-||-||
    62 ||ide_at.bin||8 kiB AT build requiring 286 or better||-||-||-||√||-||√||√||√||√||
    63 ||ide_atl.bin||10 kiB AT build requiring 286 or better||√||-||√||√||-||√||√||√||√||
    64 ||ide_386.bin||8 kiB AT build requiring 386 or better||-||√||-||√||-||√||√||√||√||
    65 ||ide_386l.bin||10 kiB AT build requiring 386 or better||√||√||√||√||-||√||√||√||√||
    66 
    67 All official builds, except the Tiny build, include the following modules and features:
    68 MODULE_STRINGS_COMPRESSED, MODULE_HOTKEYS, MODULE_8BIT_IDE, MODULE_EBIOS, MODULE_SERIAL, MODULE_SERIAL_FLOPPY and MODULE_POWER_MANAGEMENT. For compatibility reasons they also include NO_ATAID_VALIDATION and CLD_NEEDED.
     52[BuildInstructions See the build instructions for module descriptions and how to create custom builds.]
    6953
    7054----
     
    270254
    271255  * User specified CHS [default=No][[BR]]
    272   Specify CHS parameters manually. This will force the drive to CHS addressing and EBIOS functions will be disabled. Specifying CHS manually makes the drive incompatible with other BIOSes unless they are specified to use the same CHS parameters.
     256  Specify CHS parameters manually. This will force the drive to use CHS addressing and EBIOS functions will be disabled. Specifying CHS manually makes the drive incompatible with other BIOSes unless they are specified to use the same CHS parameters.
    273257
    274258  * User specified LBA [default=No][[BR]]