No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:AMI Plus BIOS POST.png|thumb|POST screen for AMI Plus BIOS]] | [[File:AMI Plus BIOS POST.png|thumb|POST screen for AMI Plus BIOS]] | ||
AMI Plus BIOS, | <!-- TODO: | ||
* Indicate that there is also an extended setup utility on some boards in the "Setup utility" section | |||
* Re-check the text in the "16-character" section to see if it's consistent with the sections below, and fix any grammar/spelling mistakes if exists | |||
* Do a clean-up of the "AMIBIOS string codes" document --> | |||
'''AMI Plus BIOS''', unofficially nicknamed '''AMI Pre-Color BIOS''' (as it is the predecessor of [[AMI Hi-Flex BIOS|Hi-Flex BIOS]], the first version with a colorful setup utility), is a version of [[AMIBIOS]] released by [[American Megatrends|American Megatrends (AMI)]] in 1987. | |||
It is the first version of AMIBIOS with a built-in setup utility for configuring the CMOS settings without having to use a separate program (usually distributed on a floppy disk by the [[wikipedia:Original_equipment_manufacturer|OEM]]), although this is not present on all instances. It is also the first and only version to include a built-in diagnostic utility, specifically a limited version of AMIDIAG. However, like with the built-in setup utility, this is not present on all instances. The identification string of instances with built-in AMIDIAG usually starts with "D" (or "DE" if the first section of the string is five characters long). | |||
== Setup utility == | == Setup utility == | ||
Majority of the Plus BIOS instances include a built-in setup utility, with AMI offering two different utilities over the time period that were available to OEMs by default. | |||
The old default setup utility (usually found on instances from 1987 or early 1988) was quirkier and somewhat limited as it displayed all options one-by-one (with the exit prompt displayed last) and required a value to be entered for each of them, rather than displaying them all at once and allowing the user to navigate between them so that only the necessary options could be changed. Because of this, to change a particular setting, the user had to go through all the options in the utility. Sometime in 1988, this utility was replaced with a new one that displayed all options at once and allowed the user to freely navigate between them so that only the necessary options could be changed, making it more convenient to use. | |||
Aside from these utilities, some OEMs (such as [[wikipedia:Elitegroup_Computer_Systems#History|PCChips]]) used their own setup utilities in their instances of Plus BIOS. These utilities are different from the ones included by default. | |||
<gallery mode="packed"> | <gallery mode="packed"> | ||
File:AMI Plus BIOS early setup utility.png|Early setup utility | |||
File:AMI Plus BIOS new setup.png|Late setup utility | |||
File:AMI Plus BIOS PC Chips setup.png|PCChips setup | |||
</gallery> | </gallery> | ||
Line 19: | Line 24: | ||
''Main page: [[AMIDIAG]]'' | ''Main page: [[AMIDIAG]]'' | ||
AMIDIAG is a system diagnostics utility developed by American Megatrends for DOS based operating systems. | AMIDIAG is a system diagnostics utility developed by American Megatrends for DOS based operating systems. A limited version of the program was included with some instances of Plus BIOS. | ||
The following diagnostics are included | The following diagnostics are included in the Plus BIOS version: | ||
'''Hard Disk''' | '''Hard Disk''' | ||
'''Note:''' Hard disk diagnostics are only accessible when a hard disk is detected | '''Note:''' Hard disk diagnostics are only accessible when a hard disk is detected | ||
*Hard disk format | *Hard disk format | ||
*Automatic interleave | *Automatic interleave | ||
*Locate | *Locate and mark bad sectors (labeled as "Media analysis") | ||
*Performance test | *Performance test | ||
*Seek test | *Seek test | ||
*Read/verify test | *Read/verify test | ||
*Cylinder read/write test (Check test cyl.) | *Cylinder read/write test (labeled as "Check test cyl.") | ||
*List bad tracks (Force bad tracks) | *List bad tracks (labeled as "Force bad tracks") | ||
'''Floppy''' | '''Floppy''' | ||
Line 63: | Line 68: | ||
*Printer adapter test | *Printer adapter test | ||
*Communication adapter test | *Communication adapter test | ||
== Code forks == | |||
=== TriGem fork (early-90s - 1995) === | |||
[[File:Monitor 1 20241123-171338-609.png|thumb|The POST screen of a TriGem fork instance from 1995 on the 486G motherboard]] | |||
Although TriGem began using AMI Plus BIOS in the late-80s, noticeable differences between their version and the standard version only started appearing in the early-90s, likely in 1990 when Plus BIOS was replaced by [[AMI Hi-Flex BIOS|Hi-Flex BIOS]] by AMI. TriGem likely began developing their own fork around this time, adding various custom features such as LBA (Logical Block Addressing) support, default quick memory test, easy setup mode and Energy Star logo (often called an "EPA") in the POST screen. | |||
This fork of AMI Plus BIOS also contains the earliest known instance of an Easy Mode in its setup utility, albeit only in Korean (while the standard utility supports both Korean and English). While it is a pretty common feature today, it only started becoming as common on UEFI firmwares in the early-2010s. | |||
This fork was replaced with the [[AMIBIOS 6#TriGem fork (1995 - 2001)|AMIBIOS 6 fork]] in around 1995.<gallery> | |||
File:TriGem AMI Plus BIOS setup.png|Early version of the menu preceeding the actual BIOS setup menu | |||
File:TriGem AMI Plus setup (late).png|Late version of the menu preceeding the actual BIOS setup menu | |||
File:TriGem AMI Plus setup main (late).png|The standard BIOS setup menu | |||
File:TriGem AMI Plus easy setup.png|The easy Korean BIOS setup menu (commonly known as Easy Mode) | |||
</gallery> | |||
== Technical limitations == | == Technical limitations == | ||
While the default setup utilities included with | |||
=== Lack of Logical Block Addressing (LBA) === | |||
While the default setup utilities included with Plus BIOS support configuring storage devices up to 32 gigabytes in size, only up to 504 megabytes of this size can be used due to a lack of LBA (Logical Block Addressing) support. Later instances of the [[AMI Plus BIOS#TriGem fork (early-90s - 1995)|TriGem code fork]] are not affected by this problem as they properly support LBA. | |||
Various workarounds exist to address this limitation, such as using BIOS storage overlay utilities (like Ontrack Disk Manager) for LBA support. | |||
== Identification string == | == Identification string == | ||
AMI Plus BIOS also introduced a | AMI Plus BIOS also introduced a newer format for the identification string which is different from the older formats. These strings are usually formatted as either one of the following: | ||
=== 16-character === | |||
<code>DCCC-MMMM-SSSSSS-KK</code> | |||
* '''D:''' CMOS setup type | |||
** "D" indicates the ROM contains the trial version of AMIDIAG alongside the standard setup utility | |||
** "E" indicates the ROM contains an extended setup utility alongside instead of AMIDIAG | |||
** "S" indicates the ROM contains only contains the standard setup utility | |||
* '''CCC:''' Chipset/platform type | |||
** "286" indicates either a VLSI or G2/Headland chipset, or just discrete logic (without a chipset) for a 286 based processor | |||
** "386" indicates either a Texas Instruments TACT83000 or a VLSI chipset, or just discrete logic for a 386 based processor | |||
** "486" indicates a TriGem 486 based motherboard (with the TriGem fork) | |||
** "AMI" indicates a 386 based motherboard made by American Megatrends | |||
** "C&T" indicates a Chips & Technologies chipset for a 386 based processor (usually CS823x series) | |||
** "EMI" indicates an Elite Eagle chipset | |||
** "INT" indicates a ZyMOS POACH series chipset | |||
** "NET" or "NSX" indicate a Chips & Technologies NEAT chipset | |||
** "PAQ" indicates a motherboard used/made by COMPAQ, although this code was also used for a non-COMPAQ 486 motherboard with the ZyMOS POACH chipset<ref>https://theretroweb.com/motherboards/s/genoa-unknown-486-01-00024-01</ref> | |||
** "SUN" indicates a SUNTAC chipset | |||
* '''MMMM:''' OEM identification code | |||
** ''Please refer to [[Document:AMIBIOS string codes|AMIBIOS string codes]] for a list'' | |||
<code> | * '''SSSSSS:''' BIOS core release date | ||
* '''KK:''' Keyboard controller ID (second character indicates the model) | |||
** ''Please refer to [[Document:AMIBIOS string codes|AMIBIOS string codes]] for a list'' | |||
=== 17-character === | |||
<code>DDCCC-MMMM-SSSSSS-KK</code> | |||
The 17-character format is almost identical to the 16-character format, except that the CMOS Setup Type section is two characters instead of one (and therefore the first part of the string is five characters instead of four). | |||
On these strings, the CMOS Setup Type section is always "DE", indicating that the ROM has both AMIDIAG and extended setup in addition to the standard setup utility. | |||
All other sections are exactly the same as the 16-character format, so the codes for that format also apply here. | |||
=== '''Example string''' === | |||
<code>D286-1277-043089-K0</code> | |||
This string is for a ROM based on '''the April 30, 1989 core''' ("043089") of the AMI Plus BIOS with '''built-in AMIDIAG''' ("D"), with the ROM being for a '''286-based discrete logic''' ("286") machine with '''a generic/unknown keyboard controller''' (K"0") for '''Trangg Bow Co.''' ("1277"). |
Latest revision as of 15:36, 23 November 2024
AMI Plus BIOS, unofficially nicknamed AMI Pre-Color BIOS (as it is the predecessor of Hi-Flex BIOS, the first version with a colorful setup utility), is a version of AMIBIOS released by American Megatrends (AMI) in 1987.
It is the first version of AMIBIOS with a built-in setup utility for configuring the CMOS settings without having to use a separate program (usually distributed on a floppy disk by the OEM), although this is not present on all instances. It is also the first and only version to include a built-in diagnostic utility, specifically a limited version of AMIDIAG. However, like with the built-in setup utility, this is not present on all instances. The identification string of instances with built-in AMIDIAG usually starts with "D" (or "DE" if the first section of the string is five characters long).
Setup utility
Majority of the Plus BIOS instances include a built-in setup utility, with AMI offering two different utilities over the time period that were available to OEMs by default.
The old default setup utility (usually found on instances from 1987 or early 1988) was quirkier and somewhat limited as it displayed all options one-by-one (with the exit prompt displayed last) and required a value to be entered for each of them, rather than displaying them all at once and allowing the user to navigate between them so that only the necessary options could be changed. Because of this, to change a particular setting, the user had to go through all the options in the utility. Sometime in 1988, this utility was replaced with a new one that displayed all options at once and allowed the user to freely navigate between them so that only the necessary options could be changed, making it more convenient to use.
Aside from these utilities, some OEMs (such as PCChips) used their own setup utilities in their instances of Plus BIOS. These utilities are different from the ones included by default.
-
Early setup utility
-
Late setup utility
-
PCChips setup
AMIDIAG
Main page: AMIDIAG
AMIDIAG is a system diagnostics utility developed by American Megatrends for DOS based operating systems. A limited version of the program was included with some instances of Plus BIOS.
The following diagnostics are included in the Plus BIOS version:
Hard Disk
Note: Hard disk diagnostics are only accessible when a hard disk is detected
- Hard disk format
- Automatic interleave
- Locate and mark bad sectors (labeled as "Media analysis")
- Performance test
- Seek test
- Read/verify test
- Cylinder read/write test (labeled as "Check test cyl.")
- List bad tracks (labeled as "Force bad tracks")
Floppy
- Floppy format
- Drive speed test
- Random read and write test
- Disk change line test
Keyboard
- Scan/ASCII code test
Video
- Sync test
- Adapter test
- Attribute test
- 80x25 display test
- 40x25 display test
- 320x200 graphics test
- 640x200 graphics test
- Page selection test
- Colour test
Miscellaneous
- Printer adapter test
- Communication adapter test
Code forks
TriGem fork (early-90s - 1995)
Although TriGem began using AMI Plus BIOS in the late-80s, noticeable differences between their version and the standard version only started appearing in the early-90s, likely in 1990 when Plus BIOS was replaced by Hi-Flex BIOS by AMI. TriGem likely began developing their own fork around this time, adding various custom features such as LBA (Logical Block Addressing) support, default quick memory test, easy setup mode and Energy Star logo (often called an "EPA") in the POST screen.
This fork of AMI Plus BIOS also contains the earliest known instance of an Easy Mode in its setup utility, albeit only in Korean (while the standard utility supports both Korean and English). While it is a pretty common feature today, it only started becoming as common on UEFI firmwares in the early-2010s.
This fork was replaced with the AMIBIOS 6 fork in around 1995.
-
Early version of the menu preceeding the actual BIOS setup menu
-
Late version of the menu preceeding the actual BIOS setup menu
-
The standard BIOS setup menu
-
The easy Korean BIOS setup menu (commonly known as Easy Mode)
Technical limitations
Lack of Logical Block Addressing (LBA)
While the default setup utilities included with Plus BIOS support configuring storage devices up to 32 gigabytes in size, only up to 504 megabytes of this size can be used due to a lack of LBA (Logical Block Addressing) support. Later instances of the TriGem code fork are not affected by this problem as they properly support LBA.
Various workarounds exist to address this limitation, such as using BIOS storage overlay utilities (like Ontrack Disk Manager) for LBA support.
Identification string
AMI Plus BIOS also introduced a newer format for the identification string which is different from the older formats. These strings are usually formatted as either one of the following:
16-character
DCCC-MMMM-SSSSSS-KK
- D: CMOS setup type
- "D" indicates the ROM contains the trial version of AMIDIAG alongside the standard setup utility
- "E" indicates the ROM contains an extended setup utility alongside instead of AMIDIAG
- "S" indicates the ROM contains only contains the standard setup utility
- CCC: Chipset/platform type
- "286" indicates either a VLSI or G2/Headland chipset, or just discrete logic (without a chipset) for a 286 based processor
- "386" indicates either a Texas Instruments TACT83000 or a VLSI chipset, or just discrete logic for a 386 based processor
- "486" indicates a TriGem 486 based motherboard (with the TriGem fork)
- "AMI" indicates a 386 based motherboard made by American Megatrends
- "C&T" indicates a Chips & Technologies chipset for a 386 based processor (usually CS823x series)
- "EMI" indicates an Elite Eagle chipset
- "INT" indicates a ZyMOS POACH series chipset
- "NET" or "NSX" indicate a Chips & Technologies NEAT chipset
- "PAQ" indicates a motherboard used/made by COMPAQ, although this code was also used for a non-COMPAQ 486 motherboard with the ZyMOS POACH chipset[1]
- "SUN" indicates a SUNTAC chipset
- MMMM: OEM identification code
- Please refer to AMIBIOS string codes for a list
- SSSSSS: BIOS core release date
- KK: Keyboard controller ID (second character indicates the model)
- Please refer to AMIBIOS string codes for a list
17-character
DDCCC-MMMM-SSSSSS-KK
The 17-character format is almost identical to the 16-character format, except that the CMOS Setup Type section is two characters instead of one (and therefore the first part of the string is five characters instead of four).
On these strings, the CMOS Setup Type section is always "DE", indicating that the ROM has both AMIDIAG and extended setup in addition to the standard setup utility.
All other sections are exactly the same as the 16-character format, so the codes for that format also apply here.
Example string
D286-1277-043089-K0
This string is for a ROM based on the April 30, 1989 core ("043089") of the AMI Plus BIOS with built-in AMIDIAG ("D"), with the ROM being for a 286-based discrete logic ("286") machine with a generic/unknown keyboard controller (K"0") for Trangg Bow Co. ("1277").