2
0

nixos modules move log

This commit is contained in:
Ehmry - 2020-05-23 00:16:33 +05:30
parent ca08906ced
commit 7ef9ad81dd

View File

@ -284,7 +284,11 @@ let rootInit =
, binary = "nit_fb" , binary = "nit_fb"
, config = Init.Config::{ , config = Init.Config::{
, attributes = toMap , attributes = toMap
{ origin = "top_right", width = "600", height = "600" } { origin = "top_right"
, xpos = "-600"
, width = "600"
, height = "-20"
}
} }
, provides = [ "Framebuffer", "Input" ] , provides = [ "Framebuffer", "Input" ]
, resources = Resources::{ ram = Genode.units.MiB 8 } , resources = Resources::{ ram = Genode.units.MiB 8 }