diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-08-25 21:19:26 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-25 21:19:26 -0700 |
commit | 788da3035b2cf325658d6123b1bef73c67290f68 (patch) | |
tree | 46498c0a3c2c2d2f139888e3d9320f828c9064ca /doc | |
parent | b7ec0f07b339aed8bd2b8da3603b0ee9a6a7417a (diff) | |
download | syslinux.git-788da3035b2cf325658d6123b1bef73c67290f68.tar.gz syslinux.git-788da3035b2cf325658d6123b1bef73c67290f68.tar.xz syslinux.git-788da3035b2cf325658d6123b1bef73c67290f68.zip |
NEWS: update for 3.83
Diffstat (limited to 'doc')
-rw-r--r-- | doc/memdisk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/memdisk.txt b/doc/memdisk.txt index 79d76400..58ec748b 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: |