Displaying 1 result from an estimated 1 matches for "endisr1".
Did you mean:
endisr2
2007 May 25
1
multiple comboot files?
...omboot
file to restore the IVT and other hardware registers.
When some action is exceuted, by say a keyword label, or default,
I would like to be able to load that smaller comboot file, followed by
the loading of the kernel, basically like above, but not at startup.
For example:
LABEL mycd
KERNEL endisr1.com
KERNEL endisr2.com
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us ....
Any help appreciated.