Get Framebuffer and its modes

This commit is contained in:
Jozef Nagy 2025-04-20 19:17:03 +02:00
parent 42cc0d9f40
commit 5c682c4209
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
5 changed files with 129 additions and 14 deletions

View file

@ -18,9 +18,7 @@
/*********************************************************************************/
#include <vfs/vfs.h>
#include <mm/mman.h>
#include <mm/vmm.h>
#include <proto/aurix.h>
#include <ui/ui.h>
#include <print.h>
void axboot_init()
@ -31,7 +29,5 @@ void axboot_init()
while (1);
}
aurix_load("\\System\\axkrnl");
while (1);
ui_init();
}