Added TrueType base and HDA driver
This commit is contained in:
parent
aa3f734406
commit
42cc0d9f40
30 changed files with 7120 additions and 35 deletions
|
@ -20,6 +20,7 @@
|
|||
#ifndef _MEM_MEMMAP_H
|
||||
#define _MEM_MEMMAP_H
|
||||
|
||||
#include <mm/vmm.h>
|
||||
#include <stdint.h>
|
||||
|
||||
enum AxBootMemMapType {
|
||||
|
@ -45,6 +46,6 @@ typedef struct _axboot_memmap {
|
|||
int type;
|
||||
} axboot_memmap;
|
||||
|
||||
axboot_memmap *get_memmap();
|
||||
axboot_memmap *get_memmap(pagetable *pm);
|
||||
|
||||
#endif /* _MEM_MEMMAP_H */
|
5079
boot/include/ui/stb_truetype.h
Normal file
5079
boot/include/ui/stb_truetype.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue