tac0S
Template Affectional Command Operating System
|
Routines to simulate a physical disk device More...
Macros | |
#define | MagicNumber 0x456789ab |
#define | MagicSize sizeof(int) |
#define | DiskSize (MagicSize + (NumSectors * SectorSize)) |
Routines to simulate a physical disk device
Disk operations are asynchronous, so we have to invoke an interrupt handler when the simulated operation completes.
DO NOT CHANGE – part of the machine emulation
Copyright (c) 1992-1993 The Regents of the University of California. All rights reserved. See copyright.h for copyright notice and limitation of liability and disclaimer of warranty provisions.