home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / 3b1 / 3834 < prev    next >
Encoding:
Internet Message Format  |  1992-11-16  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rphroy!albert!tkacik
  2. From: tkacik@hobbes.cs.gmr.com (Tom Tkacik CS50)
  3. Newsgroups: comp.sys.3b1
  4. Subject: Re: Unix system V question
  5. Message-ID: <93473@rphroy.ph.gmr.com>
  6. Date: 16 Nov 92 15:17:49 GMT
  7. References: <1992Nov14.214445.24434@athena.mit.edu>
  8. Sender: news@rphroy.ph.gmr.com
  9. Reply-To: tkacik@hobbes.cs.gmr.com
  10. Organization: GM Research Labs
  11. Lines: 19
  12. Nntp-Posting-Host: albert.cs.gmr.com
  13.  
  14. In article 24434@athena.mit.edu, hhc@athena.mit.edu (Hong-Hsiang Chen) writes:
  15. > BTW, who knows what MMU chip the 3b1 is using?  I've poked around the
  16. > hardware but can't seem to identify the MMU...
  17.  
  18. The 3b1 uses a home brew memory management scheme.  There is no MMU.  It is done
  19. using some memory chips and TTL logic.  It implements simple 1 level memory
  20. mapping, with the memory chips as the page table.
  21.  
  22. There are 1024 4K pages, thus giving the 4MB virtual memory limit.
  23. Along with the 12 address bits for each page, there are 4 other protection bits.
  24. I believe these are read, write, and execute permission, plus a page modified bit.  
  25.  
  26.  
  27. --
  28. Tom Tkacik
  29. GM Research Labs
  30. tkacik@hobbes.cs.gmr.com
  31.  
  32.  
  33.