Added mem_realloc and string functions
This commit is contained in:
parent
56c522d05a
commit
12c9b4fdcc
10 changed files with 278 additions and 15 deletions
|
@ -20,7 +20,8 @@
|
|||
#include <efi.h>
|
||||
#include <efilib.h>
|
||||
|
||||
#include <mem/mman.h>
|
||||
#include <axboot.h>
|
||||
#include <mm/mman.h>
|
||||
#include <lib/string.h>
|
||||
#include <print.h>
|
||||
|
||||
|
@ -48,6 +49,6 @@ EFI_STATUS uefi_entry(EFI_HANDLE ImageHandle,
|
|||
debug("Couldn't disable UEFI watchdog: %s (%x)\n", efi_status_to_str(Status), Status);
|
||||
}
|
||||
|
||||
while(1);
|
||||
return EFI_SUCCESS;
|
||||
axboot_init();
|
||||
UNREACHABLE();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue