The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arch/cesfic/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2011-05-23 18:04:21
Folder cesfic/ 2006-12-19 21:19:01
Folder compile/ 2006-12-19 21:19:02
Folder conf/ 2006-12-19 21:19:02
Folder dev/ 2006-12-19 21:19:02
Folder include/ 2006-12-19 21:19:03
File Makefile 109 bytes 2003-01-06 17:40:25
File README 1005 bytes 2003-12-04 13:05:16

    1 $NetBSD: README,v 1.2 2003/12/04 13:05:16 keihan Exp $
    2 
    3 This is a port of NetBSD to the FIC8234 VME processor board, made by the
    4 swiss company CES (Geneve). These boards are (or have been) popular in
    5 high energy physics data acquisition (think of CERN!). See
    6 http://www.ces.ch/Products/CPUs/FIC8234/FIC8234.html
    7 for some technical data.
    8 
    9 The highlights:
   10 - MC68040 processor at 25 MHz (optional dual-processor)
   11 - 8 or 32 MByte RAM
   12 - 2 serial ports on Z85c30
   13 - 79c900 (ILACC) ethernet
   14 - 53c710 SCSI
   15 
   16 The port is quite rudimentary at the moment. The kernel is started out of
   17 a running OS-9 system. SCSI support is not present yet, so it only works
   18 diskless with NFS (or ramdisk - not tested) root.
   19 It is good enough for multiuser, self-hosting etc. however.
   20 
   21 To start it:
   22 - make OS image by "objcopy --output-target=binary netbsd <imagename>"
   23 - load image to physical address 0x20100000 (RAM start + 1M)
   24 - jump to 0x20100400
   25 
   26 For questions and contributions, contact Matthias Drochner
   27 (drochner@NetBSD.org).

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.