C# Class 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.
Inheritance: Mosa.Compiler.Framework.BaseCompilerStage, ICompilerStage, IPipelineStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
RunPostCompile ( ) : void
RunPreCompile ( ) : void
Setup ( ) : void

Private Methods

Méthode Description
WriteMultibootHeader ( ) : void

Writes the multiboot header.

Method Details

RunPostCompile() protected méthode

protected RunPostCompile ( ) : void
Résultat void

RunPreCompile() protected méthode

protected RunPreCompile ( ) : void
Résultat void

Setup() protected méthode

protected Setup ( ) : void
Résultat void