OS/161 is a simplified operating system Harvard uses for teaching the undergraduate operating systems class.
I am learning the different types of memory management. I don't understand the point of having an offset bits in …
operating-system page-numbering page-size os161At first I thought there is only one page table for the whole system. But there are actually one page …
operating-system os161I just started studying about system calls. I would like to know what causes overhead when a system call is …
process operating-system system-calls context-switch os161