#include "screen.h"#include "physmem.h"#include "pagemap.h"#include "virtmem.h"#include "pic.h"#include "irq.h"#include "floppy.h"#include "blockdev.h"#include "storage.h"#include "timer.h"#include "sched.h"#include "keyboard.h"#include "console.h"Include dependency graph for torsion.cc:

Functions | |
| void | checkpoint_task () |
| int | main () |
Variables | |
| Virtual_memory * | virtual_mem = NULL |
| Screen | screen |
| Page_map | page_map |
| Physical_memory | physical_pages |
| Floppy * | floppy |
| PIC | pic |
| Interrupts | interrupts |
| Storage_system | storage_system |
| Timer | timer |
| Scheduler | scheduler |
| Keyboard * | keyboard |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman