search for: mybatch

Displaying 1 result from an estimated 1 matches for "mybatch".

Did you mean: match
2007 May 25
1
multiple comboot files?
...iately at startup, and only once? I have a bunch of small comboot .com files that I want to batch run immediately, then after that do a DISPLAY boot.msg similar in some ways to an autoexec.bat. For example: DEFAULT mycd APPEND ramdisk_size=100000 init=/etc/init lang=us .... TIMEOUT 300 ONSTARTUP mybatch <- ??? LABEL mybatch <- start this right away, but not related to DEFAUT or TIMEOUT KERNEL myisr1.com KERNEL myisr2.com KERNEL myisr3.com Also, in my case some of these comboot files are ISRs, so they need to stay resident in some way, even just before transferring the IP to a kernel. (t...