C# 클래스 Mosa.Kernel.x86.PageTable

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
GetPhysicalAddressFromVirtual ( uint virtualAddress ) : uint

Gets the physical memory.

MapVirtualAddressToPhysical ( uint virtualAddress, uint physicalAddress, bool present = true ) : void

Maps the virtual address to physical.

Setup ( ) : void

Sets up the PageTable

메소드 상세

GetPhysicalAddressFromVirtual() 공개 정적인 메소드

Gets the physical memory.
public static GetPhysicalAddressFromVirtual ( uint virtualAddress ) : uint
virtualAddress uint The virtual address.
리턴 uint

MapVirtualAddressToPhysical() 공개 정적인 메소드

Maps the virtual address to physical.
public static MapVirtualAddressToPhysical ( uint virtualAddress, uint physicalAddress, bool present = true ) : void
virtualAddress uint The virtual address.
physicalAddress uint The physical address.
present bool
리턴 void

Setup() 공개 정적인 메소드

Sets up the PageTable
public static Setup ( ) : void
리턴 void