simplified MMU code. Still hangs somewhere in EmuTOS

This commit is contained in:
Markus Fröschle
2014-01-19 18:27:05 +00:00
parent 0f5942436a
commit bf8cea26ab
2 changed files with 132 additions and 121 deletions

View File

@@ -82,8 +82,9 @@ struct map_flags
{
unsigned cache_mode:2;
unsigned protection:1;
unsigned page_id:8;
unsigned access:3;
unsigned unused:26;
unsigned unused:18;
};
/*