ReactOS 0.4.15-dev-7994-gb388cb6
_ARM_BOARD_CONFIGURATION_BLOCK Struct Reference

#include <osloader.h>

Collaboration diagram for _ARM_BOARD_CONFIGURATION_BLOCK:

Public Attributes

ULONG MajorVersion
 
ULONG MinorVersion
 
ULONG BoardType
 
ULONG ClockRate
 
ULONG TimerRegisterBase
 
ULONG UartRegisterBase
 
ULONG MemoryMapEntryCount
 
PBIOS_MEMORY_MAP MemoryMap
 
CHAR CommandLine [256]
 
PVOID ConsPutChar
 
PVOID ConsKbHit
 
PVOID ConsGetCh
 
PVOID VideoClearScreen
 
PVOID VideoSetDisplayMode
 
PVOID VideoGetDisplaySize
 
PVOID VideoGetBufferSize
 
PVOID VideoSetTextCursorPosition
 
PVOID VideoHideShowTextCursor
 
PVOID VideoPutChar
 
PVOID VideoCopyOffScreenBufferToVRAM
 
PVOID VideoIsPaletteFixed
 
PVOID VideoSetPaletteColor
 
PVOID VideoGetPaletteColor
 
PVOID VideoSync
 
PVOID GetTime
 

Detailed Description

Definition at line 44 of file osloader.h.

Member Data Documentation

◆ BoardType

ULONG _ARM_BOARD_CONFIGURATION_BLOCK::BoardType

Definition at line 48 of file osloader.h.

Referenced by ArmInit(), LlbBuildArmBlock(), and MachInit().

◆ ClockRate

ULONG _ARM_BOARD_CONFIGURATION_BLOCK::ClockRate

Definition at line 49 of file osloader.h.

Referenced by LlbBuildArmBlock().

◆ CommandLine

CHAR _ARM_BOARD_CONFIGURATION_BLOCK::CommandLine[256]

Definition at line 54 of file osloader.h.

Referenced by ArmInit(), and LlbSetCommandLine().

◆ ConsGetCh

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::ConsGetCh

Definition at line 57 of file osloader.h.

Referenced by LlbBuildArmBlock(), and MachInit().

◆ ConsKbHit

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::ConsKbHit

Definition at line 56 of file osloader.h.

Referenced by LlbBuildArmBlock(), and MachInit().

◆ ConsPutChar

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::ConsPutChar

Definition at line 55 of file osloader.h.

Referenced by LlbBuildArmBlock(), and MachInit().

◆ GetTime

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::GetTime

Definition at line 70 of file osloader.h.

Referenced by LlbBuildArmBlock(), and MachInit().

◆ MajorVersion

ULONG _ARM_BOARD_CONFIGURATION_BLOCK::MajorVersion

Definition at line 46 of file osloader.h.

Referenced by ArmInit(), and LlbBuildArmBlock().

◆ MemoryMap

PBIOS_MEMORY_MAP _ARM_BOARD_CONFIGURATION_BLOCK::MemoryMap

Definition at line 53 of file osloader.h.

Referenced by ArmMemGetMemoryMap(), and LlbBuildArmBlock().

◆ MemoryMapEntryCount

ULONG _ARM_BOARD_CONFIGURATION_BLOCK::MemoryMapEntryCount

Definition at line 52 of file osloader.h.

Referenced by ArmMemGetMemoryMap(), and LlbAllocateMemoryEntry().

◆ MinorVersion

ULONG _ARM_BOARD_CONFIGURATION_BLOCK::MinorVersion

Definition at line 47 of file osloader.h.

Referenced by ArmInit(), and LlbBuildArmBlock().

◆ TimerRegisterBase

ULONG _ARM_BOARD_CONFIGURATION_BLOCK::TimerRegisterBase

Definition at line 50 of file osloader.h.

Referenced by LlbBuildArmBlock().

◆ UartRegisterBase

ULONG _ARM_BOARD_CONFIGURATION_BLOCK::UartRegisterBase

Definition at line 51 of file osloader.h.

Referenced by LlbBuildArmBlock().

◆ VideoClearScreen

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoClearScreen

Definition at line 58 of file osloader.h.

Referenced by LlbBuildArmBlock(), and MachInit().

◆ VideoCopyOffScreenBufferToVRAM

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoCopyOffScreenBufferToVRAM

Definition at line 65 of file osloader.h.

◆ VideoGetBufferSize

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoGetBufferSize

Definition at line 61 of file osloader.h.

◆ VideoGetDisplaySize

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoGetDisplaySize

Definition at line 60 of file osloader.h.

Referenced by LlbBuildArmBlock(), and MachInit().

◆ VideoGetPaletteColor

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoGetPaletteColor

Definition at line 68 of file osloader.h.

◆ VideoHideShowTextCursor

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoHideShowTextCursor

Definition at line 63 of file osloader.h.

◆ VideoIsPaletteFixed

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoIsPaletteFixed

Definition at line 66 of file osloader.h.

◆ VideoPutChar

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoPutChar

Definition at line 64 of file osloader.h.

Referenced by LlbBuildArmBlock(), and MachInit().

◆ VideoSetDisplayMode

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoSetDisplayMode

Definition at line 59 of file osloader.h.

Referenced by LlbBuildArmBlock(), and MachInit().

◆ VideoSetPaletteColor

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoSetPaletteColor

Definition at line 67 of file osloader.h.

◆ VideoSetTextCursorPosition

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoSetTextCursorPosition

Definition at line 62 of file osloader.h.

◆ VideoSync

PVOID _ARM_BOARD_CONFIGURATION_BLOCK::VideoSync

Definition at line 69 of file osloader.h.


The documentation for this struct was generated from the following file: