Added TrueType base and HDA driver

This commit is contained in:
Jozef Nagy 2025-04-20 16:43:59 +02:00
parent aa3f734406
commit 42cc0d9f40
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
30 changed files with 7120 additions and 35 deletions

View file

@ -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 */

File diff suppressed because it is too large Load diff