search for: myisr3

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

Did you mean: myisr1
2007 May 25
1
multiple comboot files?
...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. (they work individually already, but just one at any given time and crash at the point when a kernel is loading into memory). Is there a way to e...