Übungen zu BS - Aufgaben (WS 2013/14)
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"
#include "thread/thread.h"
#include "device/watch.h"
#include "thread/assassin.h"
Include-Abhängigkeitsdiagramm für main.cc:

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, 24) |
CGA_Stream | dout_CPU3 (40, 79, 21, 24) |
Plugbox | plugbox |
IOAPIC | ioapic |
Keyboard | keyboard |
Guard | guard |
Watch | watch (16666) |
Assassin | assassin |
APICSystem | system |