SMP - Kernel is loaded above 1M by default

- the 16-bit trampoline must be within the first megabyte of physical
  memory thus the smp trampoline is copied explicitly below 1M
This commit is contained in:
Tomas Hruby
2010-09-15 14:10:00 +00:00
parent 62c666566e
commit a42ab504a0
3 changed files with 60 additions and 6 deletions

View File

@@ -123,7 +123,7 @@ PUBLIC void cstart(
* get_value *
*===========================================================================*/
PRIVATE char *get_value(
PUBLIC char *get_value(
const char *params, /* boot monitor parameters */
const char *name /* key to look up */
)