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
Показать файл Открыть проект

Защищенные методы

Метод Описание
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