First version of allocation from firmware
This commit is contained in:
parent
accbdc88a5
commit
3a5768645c
5 changed files with 440 additions and 147 deletions
|
@ -253,6 +253,7 @@ grub_relocator64_boot (struct grub_relocator *rel,
|
|||
return err;
|
||||
|
||||
asm volatile ("cli");
|
||||
grub_printf ("%x\n", relst);
|
||||
((void (*) (void)) relst) ();
|
||||
|
||||
/* Not reached. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue