impl translate

This commit is contained in:
Moysan Gabriel
2023-03-15 00:32:58 +01:00
parent ea309ab124
commit 77f28d029d
2 changed files with 39 additions and 6 deletions

View File

@ -15,7 +15,7 @@ pub enum ExceptionType {
//SYSCALL_EXCEPTION,//A program executed a system call.
PAGEFAULT_EXCEPTION,//Page fault exception
READONLY_EXCEPTION,//Write attempted to a page marked "read-only" */
//BUSERROR_EXCEPTION,
BUSERROR_EXCEPTION,
/* translation resulted
in an invalid physical
address (mis-aligned or