mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 22:58:44 +00:00
got past init
This commit is contained in:
+2
-1
@@ -5,9 +5,10 @@
|
||||
int main()
|
||||
{
|
||||
Context ctx = {0};
|
||||
ctx.os_ctx.enable_large_pages = true;
|
||||
init(& ctx);
|
||||
|
||||
|
||||
printf("metadesk: got past init!");
|
||||
|
||||
deinit(& ctx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user