#include "copyright.h"#include "disk.h"#include "system.h"Go to the source code of this file.
Functions | |
| void | PrintSector (bool writing, int sector, char *data) |
Variables | |
| const int | MagicNumber = 0x456789ab |
| const int | MagicSize = sizeof(int) |
| const int | DiskSize = (MagicSize + (NumSectors * SectorSize)) |
|
|
Disk::PrintSector() Dump the data in a disk read/write request, for debugging. Definition at line 82 of file disk.cc. Referenced by Disk::ReadRequest(), and Disk::WriteRequest().
|
|
|
|
|
|
|
|
|
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001