main.cc-Dateireferenz
Enthält mit den 
main() und 
main_ap() Funktionen den Startpunkt fĂĽr das System. 
Mehr ...
#include "machine/apicsystem.h"
#include "device/cgastr.h"
#include "object/debug.h"
#include "user/appl.h"
#include "machine/ioapic.h"
#include "machine/cpu.h"
#include "machine/plugbox.h"
#include "device/keyboard.h"
#include "guard/guard.h"
#include "thread/scheduler.h"
|  | 
| 
 Funktionen | 
| int | main () | 
|  | Einsprungpunkt ins System. 
 | 
| int | main_ap () | 
|  | Einsprungpunkt fĂĽr Applikationsprozessoren. 
 | 
| 
 Variablen | 
| CGA_Stream | kout (0, 79, 0, 15, true) | 
| CGA_Stream | dout_CPU0 (0, 39, 16, 20) | 
| CGA_Stream | dout_CPU1 (40, 79, 16, 20) | 
| CGA_Stream | dout_CPU2 (0, 39, 21, 25) | 
| CGA_Stream | dout_CPU3 (40, 79, 21, 25) | 
| Plugbox | plugbox | 
| IOAPIC | ioapic | 
| CPU | cpu | 
| Keyboard | keyboard | 
| Guard | guard | 
| Scheduler | scheduler | 
| APICSystem | system | 
AusfĂĽhrliche Beschreibung
Enthält mit den 
main() und 
main_ap() Funktionen den Startpunkt fĂĽr das System.