home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4479 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.8 KB  |  36 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!sun4nl!utrcu1!klamer
  3. From: klamer@mi.el.utwente.nl (Klamer Schutte)
  4. Subject: Re: 680x0 version of 386BSD?? [Was: Re: Mac version of 386BSD??]
  5. Message-ID: <klamer.714298926@mi.el.utwente.nl>
  6. Sender: news@utwente.nl (USENET News System)
  7. Organization: University of Twente, BSC-El
  8. References: <1992Aug18.105723.13123@olymp.informatik.uni-bonn.de> <1992Aug18.174205.23671@news.iastate.edu> <1992Aug19.093937.14857@olymp.informatik.uni-bonn.de> <1992Aug19.155359.629@athena.mit.edu>
  9. Date: Thu, 20 Aug 1992 08:22:06 GMT
  10. Lines: 24
  11.  
  12. In <1992Aug19.155359.629@athena.mit.edu> bri@pegasus.mit.edu (Brian D. Carlstrom) writes:
  13.  
  14. >In article <1992Aug19.093937.14857@olymp.informatik.uni-bonn.de> volker@sfb256.iam.uni-bonn.de ( Volker A. Brandt ) writes:
  15. >>In article <1992Aug18.174205.23671@news.iastate.edu> niko@iastate.edu (Nikolaus E Schuessler) writes:
  16. >>>Since most of the source is written in C, I believe that most of the time
  17. >>>is going to be spent writing drivers for disks, displays, etc...
  18.  
  19. >i just had an interesting thought. wouldn't ib be a bit easier to port 
  20. >to the 68k apollos, since they use an ISA bus, which is supported by
  21. >386bsd? i realize that the video cards they use are not standard, but
  22. >you could at least get it up and going by using a pc card and monitor.
  23.  
  24. One word of caution: beware of the byte order in words! On a 80x86
  25. (PC style) it is little endian, and on a 68K it is big endian.
  26. Which means it is just the other way around... And which means that
  27. the same code accessing word-size registers on I/O cards almost
  28. certainly fails, if it is not aware of this problem. (and not
  29. efficient if it does...)
  30.  
  31. Klamer
  32. --
  33. Klamer Schutte            Tel: +31-53-892778    Fax: +31-53-340045
  34. Faculty of electrical engineering -- University of Twente, The Netherlands
  35. preferred: klamer@mi.el.utwente.nl     SMTP: klamer@utelmi01.el.utwente.nl
  36.