From 95b6a581ce2c9602f362918b23b60d446c88ef59 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 15 Oct 2021 23:55:53 -0300 Subject: [PATCH] amikey: Readme fix-ups --- amikey/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/amikey/README.md b/amikey/README.md index 90520dc..0da5749 100644 --- a/amikey/README.md +++ b/amikey/README.md @@ -4,18 +4,18 @@ DOS tool for probing American Megatrends AMIKEY and compatible keyboard controll Usage ----- -Run `AMIKEY`. If an AMIKEY or compatible keyboard controller is found, its revision code will be displayed, as well as the copyright string stored in its firmware. The responses to various keyboard controller commands will also be saved to the `AMIKEY.BIN` file. Any errors in the probing process will be displayed on screen. +Run `AMIKEY.COM`. If an AMIKEY or compatible keyboard controller is found, its revision code will be displayed, as well as the copyright string stored in its firmware. The responses to various keyboard controller commands will also be saved to the `AMIKEY.BIN` file. Any errors in the probing process will be displayed on screen. -If running `AMIKEY` hangs or reboots your system, run `JETKEY` instead, which saves the `JETKEY.BIN` file after every test. This hang/reboot is caused by undefined behavior in the *Write Output Port* command on some AMIKEY clones such as the JETkey. +If running `AMIKEY.COM` hangs or reboots your system, run `JETKEY.COM` instead, which saves the `JETKEY.BIN` file after every test. This hang/reboot is caused by undefined behavior in the *Write Output Port* command on some AMIKEY clones such as the JETkey. Inform us on Discord or by creating an issue in this repository (make sure to attach `AMIKEY.BIN` or `JETKEY.BIN`) if your system: * reports any of the following revision codes: `7` `8` `A` `B` `D` `E` `L` `M` `N` `P` `R` `Z`; or * has an AMI BIOS *and* the revision code does not match the letter at the end of the BIOS string displayed at POST; or * has an early AMI BIOS with `(C) Access Methods Inc.` copyright; or -* doesn't have a JETkey keyboard controller chip *and* running `AMIKEY` froze or rebooted it. +* doesn't have a JETkey keyboard controller chip *and* running `AMIKEY.COM` froze or rebooted it. Building -------- -* **Windows:** Run `build.bat` with [NewBasic](http://www.fysnet.net/newbasic.htm) present in `$PATH`. +* **Windows:** Run `build.bat AMIKEY` or `build.bat JETKEY` with [NewBasic](http://www.fysnet.net/newbasic.htm) present in `%PATH%`. * **Other platforms:** This tool is only guaranteed to assemble and function properly with the (DOS- and Windows-only) NewBasic assembler, but feel free to try other assemblers.