#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 dependency graph for torsion.cc:
Functions | |
int | main () |
Variables | |
Screen | screen |
Physical_memory | physical_mem |
Page_map | page_map |
Virtual_memory | virtual_mem |
PIC | pic |
Interrupts | interrupts |
Floppy | floppy |
Storage_system | storage_system |
Block_device | disk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Torsion Operating System, Copyright (C) 2000-2002 Dan Helfman