From 788da3035b2cf325658d6123b1bef73c67290f68 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 25 Aug 2009 21:19:26 -0700 Subject: [PATCH] NEWS: update for 3.83 --- NEWS | 6 ++++++ doc/memdisk.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 735bed7..594cf75 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,12 @@ Changes in 3.83: * MEMDISK: fix problems booting from USB on Thinkpads, and possibly other machines or hardware combinations. * isohybrid: fix the -id option. + * HDT: updated to version 0.3.4. + * MEMDISK: the stack size is now configurable, with the stack= + option. + * Simple menu: fix Ctrl-W (word erase) in command-line edit. + * Simple menu: fix crash on some platforms. + * Gfxboot: fixes to the configuration file parsing. Changes in 3.82: * isohybrid: fix the -partok logic for loading from a partition. diff --git a/doc/memdisk.txt b/doc/memdisk.txt index 79d7640..58ec748 100644 --- a/doc/memdisk.txt +++ b/doc/memdisk.txt @@ -122,6 +122,12 @@ f) The following option can be used to pause to view the messages: pause Wait for a keypress right before booting +g) The following option can be used to set the real-mode stack size. + The default is 512 bytes, but if there is a failure it might be + interesting to set it to something larger: + + stack=size Set the stack to "size" bytes + Some interesting things to note: -- 2.7.4