Can someone help me write a Disk Simulation in C?

by bertop
Question by johhnn: Can someone help me write a Disk Simulation in C?
Can someone help me write a Disk Simulation in C? I've written a memory management in C and have no clue how to approach writing this disk simulation. Here is my memory management program. I really want to use the same concept with this disk simulation(input file wise). but using sectors, seek time, write/read delay. Any help would be great.


#include
#include
#include
#include

int main(){

Time and Attendance Management more ...