Hi,
I'm a computer science student, my O.S teacher asked us to write a operating system simulator in java, each group of students should write a piece of the simulator, like memory management, process scheduler, file system, etc.
My group needs to make the file system part, it's more like a visual thing, it doesn't have to be as complex as an a complete file system. I'm not sure how I would do it, how would be the visual, or how we would simulate the disk blocks, sectors and stuff.
Does anyone have any suggestions?