diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-02 12:21:06 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-02 12:21:06 -0500 |
commit | 7e62c50138c43af8f41578c0148762a7bb19a599 (patch) | |
tree | 76036d732c69c82f55b50b75527f67be07cd46dc /include/shim.h | |
parent | better print and mem (diff) | |
download | corn-7e62c50138c43af8f41578c0148762a7bb19a599.tar.gz corn-7e62c50138c43af8f41578c0148762a7bb19a599.tar.bz2 corn-7e62c50138c43af8f41578c0148762a7bb19a599.zip |
better fb (wip), format panic, and pci
Diffstat (limited to 'include/shim.h')
-rw-r--r-- | include/shim.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/shim.h b/include/shim.h index 2bf9726..498de92 100644 --- a/include/shim.h +++ b/include/shim.h @@ -15,6 +15,14 @@ struct memory_map { struct memory_segment entries[MMAP_MAX_ENTRY]; }; +//struct framebuffer { +// uint64_t addr; +// uint32_t pitch; +// uint32_t width; +// uint32_t height; +// uint8_t bit_depth; +//}; + struct boot_info { struct memory_map map; void *symbol_table; |