emu.html 669 B

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <title>emu</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>emu</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. emu - emulator pass-through filesystem
  9. <h3>Synopsis</h3>
  10. device emu* at lamebus*
  11. <h3>Description</h3>
  12. emu, also known as emufs, is a driver for a special-purpose System/161
  13. device that provides access to the filesystem System/161 is running
  14. atop. It provides the appearance of a mounted filesystem.
  15. <p>
  16. It is not recommended to access the same underlying files through
  17. different instances of emufs.
  18. <h3>Files</h3>
  19. <tt>emu0:</tt>, <tt>emu1:</tt>, etc.
  20. <h3>See Also</h3>
  21. <A HREF=lamebus.html>lamebus</A>
  22. </body>
  23. </html>