runs until EmuTOS scrolls the welcome screen?

This commit is contained in:
Markus Fröschle
2014-09-25 18:41:26 +00:00
parent 8d67a33c75
commit 3a198db460
3 changed files with 293 additions and 197 deletions

View File

@@ -90,6 +90,6 @@ extern long video_tlb;
extern long video_sbt;
extern void mmu_init(void);
extern int mmu_map_page(uint32_t adr);
extern int mmu_map_8k_page(uint32_t adr);
#endif /* _MMU_H_ */