Übungen zu BST (SS 2015)
main.cc-Dateireferenz
Enthält mit den main() und main_ap() Funktionen den Startpunkt für das System. Mehr ...
#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 "syscall/guarded_keyboard.h"#include "guard/guard.h"#include "thread/scheduler.h"#include "thread/thread.h"#include "device/watch.h"#include "meeting/bellringer.h"#include "thread/idlethread.h"
Include-Abhängigkeitsdiagramm für main.cc:

Funktionen | |
| IdleThread | idle_thread (idle_stack+IDLE_STACK_SIZE) |
| void | setupIdleThread () |
| Application | appl () |
| Loop | loop1 () |
| Loop | loop2 () |
| Loop | loop3 () |
| Keyboard_Loop | kbdloop () |
| Bell_Loop | bellloop () |
| int | main () |
| Einsprungpunkt ins System. | |
Variablen | |
| CGA_Stream | kout (0, 79, 0, 15, true) |
| CGA_Stream | dout (0, 79, 16, 23) |
| Plugbox | plugbox |
| IOAPIC | ioapic |
| Guarded_Keyboard | keyboard |
| Guard | guard |
| Watch | watch |
| Bellringer | bellringer |
| const unsigned long | IDLE_STACK_SIZE = 4096 |
| void * | multiboot_addr = 0 |
Ausführliche Beschreibung
Enthält mit den main() und main_ap() Funktionen den Startpunkt für das System.

