diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-05-20 17:48:16 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-05-20 17:48:16 +0000 |
| commit | 17f8bd359db2ac7ca9456bd555300d835d970add (patch) | |
| tree | 6e1011b9e4da89e7b10a40e0ce054ae6617295a5 /kc | |
| parent | e9cee5052da1298347c362ee6ae89b7fdaa84d04 (diff) | |
don't use RESERVED_MEMORY for anything but physical pages that should never be touched
Diffstat (limited to 'kc')
| -rw-r--r-- | kc/boot/kc_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/boot/kc_main.c b/kc/boot/kc_main.c index 4d8cef9..943c082 100644 --- a/kc/boot/kc_main.c +++ b/kc/boot/kc_main.c @@ -219,7 +219,7 @@ static void collect_video_data(void) boot_data.video = (struct kc_boot_video_data){ { - RESERVED_MEMORY, + MMIO_MEMORY, mode->FrameBufferBase, mode->FrameBufferSize }, |
