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/app1/appl.h"#include "user/app2/kappl.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 "syscall/guarded_semaphore.h"
Include-Abhängigkeitsdiagramm für main.cc:

Funktionen | |
| IdleThread | idle_thread (idle_stack+IDLE_STACK_SIZE) |
| void | setupIdleThread () |
| int | main () |
| Einsprungpunkt ins System. Mehr ... | |
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 |
| Guarded_Semaphore | koutsem (1) |
Ausführliche Beschreibung
Enthält mit den main() und main_ap() Funktionen den Startpunkt für das System.
Dokumentation der Funktionen
| int main | ( | ) |
Einsprungpunkt ins System.




