#include <arch/ia32_marrow.h>
#include <marrow.h>
#include <arch/apic.h>
#include <arch/idt.h>
#include <arch/ioapic.h>
#include <arch/mps.h>
#include <arch/multiboot.h>
#include <arch/pagetable.h>
#include <arch/types.h>
#include <freestore.h>
#include <iomanip>
#include <iostream>
#include <kiostream.h>
#include <pageframetable.h>
#include <arch/vgastreambuf.h>
Include dependency graph for marrow.cpp:
Functions | |
void | _cppRuntimeInit () |
C++ runtime initialization. | |
Zygoma::Marrow * | Zygoma::Marrow::autoDiscover () |
The IA-32 implementation of the Marrow autodiscovery factory function. | |
Zygoma::ia32::IA32_Marrow::IA32_Marrow () | |
Constructs the IA-32-specific marrow. | |
Variables | |
void * | __text |
The beginning of the executive's executable code (text) section. | |
void * | __etext |
The end of the executive's executable code section. | |
void * | __edata |
The beginning of the executive's initialized data section. | |
void * | __end |
The end of the executive's allocated memory at load time. | |
void * | __symtab |
|
C++ runtime initialization.
|
|
Constructs the IA-32-specific marrow.
Here is the call graph for this function: |
|
The IA-32 implementation of the Marrow autodiscovery factory function.
|
|
The beginning of the executive's initialized data section.
|
|
The end of the executive's allocated memory at load time.
|
|
The end of the executive's executable code section.
|
|
|
|
The beginning of the executive's executable code (text) section.
|