Homebrew ABI: Difference between revisions
Line 27: | Line 27: | ||
=== Loader Config Keys === | === Loader Config Keys === | ||
A loader key can be mandatory or not mandatory. If an (at the time) unknown key is encountered, the program should jump to [[#LoaderReturnAddr]] with <code>result_code=346 | (1<<9);</code>. | A loader key can be mandatory or not mandatory. | ||
If an (at the time) mandatory unknown key is encountered, the program should jump to [[#LoaderReturnAddr]] with <code>result_code=346 | (1<<9);</code>. | |||
* 0: [[#EndOfList]] [MANDATORY] | * 0: [[#EndOfList]] [MANDATORY] |