Displaying 1 result from an estimated 1 matches for "comboot_too_larg".
Did you mean:
comboot_too_large
2010 Sep 14
0
Handling error scenarios in the core
...ve been hunting around in the
core code to find any other locations that this new usage would be
useful. As a result, I've come up with a few questions.
1) core/com32.inc: not_com32r jumps to enter_command. Should it do
something based on ONERROR?
2) core/comboot.inc: comboot_bogus_tail and comboot_too_large go to
enter_command. Again, use ONERROR?
There may be more that I'm missing. I know bad_implicit/bad_kernel
and error_or_command (from abort_load) already use it. I know
abort_check (executed with user input) does not but this one make a
lot of sense as it's not a system error.
3) cor...