diff options
| author | ada christine <45108022+adachristine@users.noreply.github.com> | 2023-07-14 14:23:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-14 14:23:15 +0000 |
| commit | 81ead94cc5a4dde3e1eb68f6dc03c13b0b4129c6 (patch) | |
| tree | 6e1011b9e4da89e7b10a40e0ce054ae6617295a5 /kc/boot/kc_main.c | |
| parent | 11239640cba1d187f0b09c4bc3c3e0b76d03bd0c (diff) | |
| parent | 17f8bd359db2ac7ca9456bd555300d835d970add (diff) | |
Merge pull request #1 from adachristine/unstable
merge unstable to main
Diffstat (limited to 'kc/boot/kc_main.c')
| -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 }, |
