mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-22 21:34:33 +02:00
Correct documentation for switches /E option
This commit is contained in:
parent
f190fc5842
commit
ae6837e75e
@ -305,8 +305,12 @@ Example: switchar=-
|
|||||||
SWITCHES
|
SWITCHES
|
||||||
Usage: switches=/E[:xxx] /F /K /N /W
|
Usage: switches=/E[:xxx] /F /K /N /W
|
||||||
Adjusts boot time processing behaviour.
|
Adjusts boot time processing behaviour.
|
||||||
/E enables moving of EBDA (Extended BIOS Data Area), optionally a
|
/E specifies how to handle moving of EBDA (Extended BIOS Data Area),
|
||||||
size in kilobytes may be specified [xxx, in range of 48-1024]
|
if a size in bytes is specified [xxx, in range of 48-1024]
|
||||||
|
then the EBDA will be moved from the top of conventional memory
|
||||||
|
to a lower address (allowing for potentially larger free block
|
||||||
|
of conventional memory if video memory at A0000 is available).
|
||||||
|
without a size, the EBDA will not be moved
|
||||||
/F skips the delay checking for F5/F8 keystroke before processing
|
/F skips the delay checking for F5/F8 keystroke before processing
|
||||||
config.sys [equivalent to SYS CONFIG skipconfigseconds=0]
|
config.sys [equivalent to SYS CONFIG skipconfigseconds=0]
|
||||||
F5 and F8 are only processed if pressed before DOS boots but
|
F5 and F8 are only processed if pressed before DOS boots but
|
||||||
|
Loading…
x
Reference in New Issue
Block a user