misc: Fix minor things accidentally reverted in 790a130

This commit is contained in:
mintsuki 2022-04-02 10:14:52 +02:00
parent 790a1303f8
commit 012e7b0b67
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ revisions do.
This is all there is to features. For a list of official Limine features, read
the "Feature List" section below.
## Executable memory layout
## Entry memory layout
The protocol mandates kernels to load themselves at or above
`0xffffffff80000000`. Lower half kernels are *not supported*.

View File

@ -240,7 +240,7 @@ FEAT_START
entry_point = entrypoint_request->entry;
print("limine: Entry point at %X\n", entry_point);
printv("limine: Entry point at %X\n", entry_point);
struct limine_entry_point_response *entrypoint_response =
ext_mem_alloc(sizeof(struct limine_entry_point_response));