Get Framebuffer and its modes
This commit is contained in:
parent
42cc0d9f40
commit
5c682c4209
5 changed files with 129 additions and 14 deletions
|
@ -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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue