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
|
@ -73,6 +73,6 @@ struct elf_program_header {
|
|||
#define PF_W 0x2
|
||||
#define PF_R 0x4
|
||||
|
||||
uintptr_t elf_load(char *kernel, pagetable *pagemap);
|
||||
uintptr_t elf_load(char *kernel, uintptr_t *addr, pagetable *pagemap);
|
||||
|
||||
#endif /* _LOADER_ELF_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue