first (crude) implementation for Radeon console output

This commit is contained in:
Markus Fröschle
2016-11-18 17:00:04 +00:00
parent 24a7fab3ee
commit 656065553f
7 changed files with 687 additions and 55 deletions

View File

@@ -95,4 +95,6 @@ struct font_head {
void font_init(void); /* initialize BIOS font ring */
void font_set_default(void); /* choose the default font */
extern const struct font_head *fnt_st_8x16;
#endif /* FONT_H */