You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented in memory file system for XINU with standard file system primitives. Devised a shared memory Inter-Process Communication (IPC) in XINU using UDP to establish a network communication between the XINU and Virtual Machine.
Copy the file config/Makedefs.EXAMPLE to config/Makedefs and make appropriate changes if necessary.
Details
This was part of Advanced Operating system coursework. Please refer to course's WIKI.
About
Implemented in memory file system for XINU with standard file system primitives. Devised a shared memory Inter-Process Communication (IPC) in XINU using UDP to establish a network communication between the XINU and Virtual Machine.