[Yellowstone] Add a method to get the framebuffer info from yellowstone.
This commit is contained in:
parent
d13e1a238f
commit
9e05b3b3dd
10 changed files with 267 additions and 8 deletions
|
|
@ -49,13 +49,6 @@ uint64_t main(uint64_t port_cap) {
|
|||
|
||||
dbgln("Test: '{}'", file.cstr());
|
||||
|
||||
MappedMemoryRegion region =
|
||||
MappedMemoryRegion::FromCapability(gBootFramebufferVmmoCap);
|
||||
|
||||
ZFramebufferInfo* fb = reinterpret_cast<ZFramebufferInfo*>(region.vaddr());
|
||||
|
||||
dbgln("FB Addr: {x}", fb->address_phys);
|
||||
|
||||
check(server_thread.Join());
|
||||
dbgln("Yellowstone Finished Successfully.");
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue