kernel-mode #1
@ -4,6 +4,7 @@ import typing
|
|||||||
|
|
||||||
from .ElfLoader import ElfExecutable
|
from .ElfLoader import ElfExecutable
|
||||||
|
|
||||||
|
|
||||||
class PrivMMU(MMU):
|
class PrivMMU(MMU):
|
||||||
def __init__(self, elf: ElfExecutable):
|
def __init__(self, elf: ElfExecutable):
|
||||||
super(PrivMMU, self).__init__(conf=RunConfig())
|
super(PrivMMU, self).__init__(conf=RunConfig())
|
||||||
@ -17,9 +18,3 @@ class PrivMMU(MMU):
|
|||||||
|
|
||||||
def allocate_section(self, name: str, req_size: int, flag: MemoryFlags):
|
def allocate_section(self, name: str, req_size: int, flag: MemoryFlags):
|
||||||
raise NotImplementedError("Not supported!")
|
raise NotImplementedError("Not supported!")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user