From b460b0162d56a89c512cf62d44ddb25f0eef8e60 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Sun, 27 May 2012 11:58:19 +0200 Subject: hdt: Adding say & postexec demo When building official hdt image, let's add a say & postexec example. --- com32/hdt/floppy/hdt.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'com32') diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg index c876d239..e5f3b0a0 100644 --- a/com32/hdt/floppy/hdt.cfg +++ b/com32/hdt/floppy/hdt.cfg @@ -86,6 +86,15 @@ ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='dump' +LABEL postexec +MENU LABEL Dump memory info, sleep 5 and start memtest entry +TEXT HELP + Starts HDT using the Command Line Interface (CLI), show an item, say a message reboot and start memtest + VESA mode is enabled +ENDTEXT +COM32 hdt.c32 +APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='show memory;say `########`;say `Starting memtest in 5 sec`%5;exit' postexec='memtest' + MENU SEPARATOR LABEL memtest -- cgit v1.2.1