Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.06 KB

File metadata and controls

29 lines (24 loc) · 1.06 KB

UW CSE351 Virtual Memory Simulator

A Virtual Memory simulator web app deployed in CSE 351, the computer organization course offered at the University of Washington.

A deployed instance of the code can be found in the link below https://courses.cs.washington.edu/courses/cse351/vmsim/

Citation

Please consider our paper where applicable. Thank you!

@inproceedings{10.1145/3626253.3635435,
    author = {Dai, Kunchen and Hsia, Justin},
    title = {UWCSE351 Virtual Memory Simulator},
    year = {2024},
    isbn = {9798400704246},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    url = {https://doi.org/10.1145/3626253.3635435},
    doi = {10.1145/3626253.3635435},
    booktitle = {Proceedings of the 55th ACM Technical Symposium on Computer Science Education V. 2},
    pages = {1924},
    numpages = {1},
    keywords = {address translation, educational tools, simulator, virtual memory},
    location = {<conf-loc>, <city>Portland</city>, <state>OR</state>, <country>USA</country>, </conf-loc>},
    series = {SIGCSE 2024}
}