Finished Aurix Protocol, AxBoot logs to file now
This commit is contained in:
parent
b1d59e02eb
commit
d1a5d7d43d
37 changed files with 744 additions and 221 deletions
|
@ -24,8 +24,8 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
enum fb_format {
|
||||
FB_RGBA,
|
||||
FB_BGRA
|
||||
FB_RGBA = 0,
|
||||
FB_BGRA = 1
|
||||
};
|
||||
|
||||
struct fb_mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue