C# 클래스 Mosa.Platform.x86.Stages.Multiboot0695Stage

Writes a multiboot v0.6.95 header into the generated binary.
This compiler stage writes a multiboot header into the the data section of the binary file and also creates a multiboot compliant entry point into the binary. The header and entry point written by this stage is compliant with the specification at http://www.gnu.org/software/grub/manual/multiboot/multiboot.html.
상속: Mosa.Compiler.Framework.BaseCompilerStage, ICompilerStage, IPipelineStage
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 메소드들

메소드 설명
RunPostCompile ( ) : void
RunPreCompile ( ) : void
Setup ( ) : void

비공개 메소드들

메소드 설명
WriteMultibootHeader ( ) : void

Writes the multiboot header.

메소드 상세

RunPostCompile() 보호된 메소드

protected RunPostCompile ( ) : void
리턴 void

RunPreCompile() 보호된 메소드

protected RunPreCompile ( ) : void
리턴 void

Setup() 보호된 메소드

protected Setup ( ) : void
리턴 void