Add BOOT_DELAY Configuration Variable

Some systems use terminal devices (Raspberry Pi, etc.) that take a few seconds to be ready to display console text.  The BOOT_DELAY setting can be used to introduce an arbitrary delay (in seconds) in the boot process just prior to text output.  This can be used to avoid missing some of the boot messages.
This commit is contained in:
Wayne Warthen
2022-06-09 15:36:36 -07:00
parent 87a6701464
commit a62f5805ca
17 changed files with 31 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ rmn equ 1
rup equ 1
rtp equ 0
biosver macro
db "3.1.1-pre.171"
db "3.1.1-pre.172"
endm