misc: Fix minor things accidentally reverted in 790a130
This commit is contained in:
parent
790a1303f8
commit
012e7b0b67
@ -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*.
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user