From a67d346ef7dbaf45928786b818f7b80356f68f4c Mon Sep 17 00:00:00 2001 From: Sam Demeulemeester <38105886+x86fr@users.noreply.github.com> Date: Thu, 5 May 2022 23:19:50 +0200 Subject: [PATCH] Update README.md - Add 'console' parameters details in boot options - Change the header for the release for binary release - Remove solved known bugs --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2717613..e2cacdf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -[DISCLAIMER] Memtest86+ v6.0 is NOT READY FOR PRODUCTION yet. The base code has basically been rewritten from scratch and many side functions are still under active development. A lot of additional beta-testing is needed. Please consider the actual code as experimental and expect crashes and freezes. Bugs reports are welcome and very helpful! The first binary beta release is planned for April (along with a new [memtest.org](https://memtest.org) website) and a first production-ready stable release this summer. +[DISCLAIMER] Memtest86+ v6.0 is NOT READY FOR PRODUCTION yet. The base code has basically been rewritten from scratch and many side functions are still under active development. A lot of additional beta-testing is needed. Please consider the actual code as experimental and expect crashes and freezes. Bugs reports are welcome and very helpful! Binary beta release are available on [memtest.org](https://memtest.org). The first production-ready stable release is planned for this summer. --- @@ -131,6 +131,18 @@ recognised: * legacy * usb * buggy-usb + * console=ttyS*x*,*y* + * activate serial/tty console output, where *x* is one of the following IO port + * 0 = 0x3F8 + * 1 = 0x2F8 + * 2 = 0x3E8 + * 3 = 0x2E8 + * and *y* is an optional single digit used to set the baud rate + * 0 = 9600 bps + * 1 = 19200 bps + * 2 = 38400 bps + * 3 = 57600 bps + * 4 = 115200 bps (default if no *y* value specified) ## Keyboard Selection @@ -515,8 +527,6 @@ of all zeros and all ones. ## Known Limitations and Bugs * Keyboard may not be detected at launch in UEFI mode - * Reboot may not work with some motherboard in UEFI mode - * SMP may not be detected on latest Ryzen motherboard Feel free to submit bug reports!