summaryrefslogtreecommitdiff
path: root/kc/boot/kc_main.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-07-14 22:20:09 +0000
committerAda Christine <adachristine18@gmail.com>2023-07-14 22:20:09 +0000
commit3ce55f2275edca2dadd64df0e4fb5b1f55c5958d (patch)
tree1faa3f8fe0213f40d94848fcda8f48826094af05 /kc/boot/kc_main.c
parent38c38e5a448b1f29854cc9ae5e14b19b882a4740 (diff)
parent81ead94cc5a4dde3e1eb68f6dc03c13b0b4129c6 (diff)
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'kc/boot/kc_main.c')
-rw-r--r--kc/boot/kc_main.c2
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
},