minor bug fixes + bmp first try (not working)

This commit is contained in:
xamidev
2024-09-06 16:32:11 +02:00
parent acbcc54e51
commit f55723c227
6 changed files with 103 additions and 8 deletions

View File

@@ -38,4 +38,6 @@ void program_reboot();
void program_ls();
void program_cat();
void display_bmp(uint32_t* fb, int pitch, int bpp, uint8_t* initrd);
#endif