[Yellowstone] Use yunq native empty requests and responses for service.
This commit is contained in:
parent
cc4b5bd811
commit
b95c736825
13 changed files with 140 additions and 113 deletions
|
|
@ -18,7 +18,7 @@ uint64_t main(uint64_t init_port) {
|
|||
YellowstoneClient client(gInitEndpointCap);
|
||||
|
||||
FramebufferInfo framebuffer;
|
||||
RET_ERR(client.GetFramebufferInfo({}, framebuffer));
|
||||
RET_ERR(client.GetFramebufferInfo(framebuffer));
|
||||
dbgln("FB addr {x}, bpp {}, width {} , height {}, pitch {}",
|
||||
framebuffer.address_phys(), framebuffer.bpp(), framebuffer.width(),
|
||||
framebuffer.height(), framebuffer.pitch());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue