Displaying 1 result from an estimated 1 matches for "error_or_command".
2010 Sep 14
0
Handling error scenarios in the core
...ith 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) core/ui.inc and core/abort.inc: bad_implicit/bad_kernel is silent
if there's an ONERROR but any other function that calls abort_load is...