It's UWAweek 42 (2nd semester, week 12)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 738 articles.
Currently 179 other people reading this forum.


 UWA week 42 (2nd semester, week 12) ↓
SVG not supported

Login to reply

👍?
helpful
8:47am Tue 15th Oct, Joshua N.

ANONYMOUS wrote:
> Hello, I would like to ask regarding the output file we should write to, is there any particular format we need to follow besides the format of the page table and RAM?
Just what is written in the spec. each page table entry on a new line. Followed by the RAM contents with each page semi-colon separated. You also need to explicitly print out the empty slots of RAM (You can just print "empty" for that slot).
> 0, 2, 99, 99 > 1, 99, 5, 99 > 3, 99, 99, 4 > 99, 99, 7, 6 > 0, 0, 3; 0, 0, 3; 2, 2, 5; 2, 2, 5; ... > > Should we put a space in between the page table and RAM, or maybe add some indications on which one is which, or anything niche like that.
You don't have to.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy