C# 클래스 Mosa.DeviceSystem.DiskGeometry

Disk Geometry (Heads, Cylinders, SectorsPerTrack)
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cylinders ushort
Heads byte
SectorsPerTrack ushort

공개 메소드들

메소드 설명
DiskGeometry ( ushort cylinders, byte heads, ushort sectorsPerTrack )

Initializes a new instance of the DiskGeometry struct.

GuessGeometry ( ulong lba ) : void

Guesses the geometry.

메소드 상세

DiskGeometry() 공개 메소드

Initializes a new instance of the DiskGeometry struct.
public DiskGeometry ( ushort cylinders, byte heads, ushort sectorsPerTrack )
cylinders ushort The cylinders.
heads byte The heads.
sectorsPerTrack ushort The sectors per track.

GuessGeometry() 공개 메소드

Guesses the geometry.
public GuessGeometry ( ulong lba ) : void
lba ulong The lba.
리턴 void

프로퍼티 상세

Cylinders 공개적으로 프로퍼티

Cylinder
public ushort Cylinders
리턴 ushort

Heads 공개적으로 프로퍼티

Head
public byte Heads
리턴 byte

SectorsPerTrack 공개적으로 프로퍼티

Sector
public ushort SectorsPerTrack
리턴 ushort