Home | History | Annotate | Line # | Download | only in x68k
hardware revision 1.2
      1  1.1  oki NetBSD/x68k 1.2 runs on the Sharp X68030 series PCs with TRUE
      2  1.1  oki MC68030 MPU (not MC68EC030) and FPU.  Since the processor of
      3  1.2  oki the X68030 series is MC68EC030, you need to replace it with
      4  1.2  oki MC68030 (Simply remove the old chip and put the new one instead.
      5  1.1  oki instead.  The largest difficulty might be to open your X68030).
      6  1.1  oki 
      7  1.1  oki In addition, some accelerators are supported:
      8  1.1  oki 
      9  1.2  oki    Xellent30 series
     10  1.1  oki    040turbo
     11  1.1  oki    Jupiter-X (040 / 060)
     12  1.1  oki 
     13  1.1  oki This means all models of X680x0 series PC except for CZ-600C
     14  1.1  oki and CZ-674C, by using the appropriate accelerator, can run NetBSD!!
     15  1.2  oki Note that the processor of Xellent30 series is MC68EC030, so
     16  1.1  oki you need to replace your processor as well as for X68030.
     17  1.1  oki 
     18  1.1  oki The minimal configuration requires 4M of RAM and about 65M of
     19  1.1  oki disk space.  To install the entire system requires much more disk space,
     20  1.1  oki and to run X or compile the system, more RAM is recommended.
     21  1.1  oki 
     22  1.1  oki Here is a table of recommended HD partition sizes for a full install:
     23  1.1  oki 	partition:	advise,	with X,	needed,	with X
     24  1.1  oki 	root (/)	15M	15M	10M	10M
     25  1.1  oki 	user (/usr)	65M	100M	45M 	80M
     26  1.1  oki 	swap		----- 2M for every M ram -----
     27  1.1  oki 	local (/local)	up to you
     28  1.1  oki 
     29  1.1  oki As you may note the recommended size of /usr is 20M greater than
     30  1.1  oki needed. This is to leave room for a kernel source and compile tree
     31  1.1  oki as you will probably want to compile your own kernel. (ALL is
     32  1.1  oki large and bulky to accommodate all people).
     33  1.1  oki 
     34  1.1  oki Supported devices include:
     35  1.1  oki     - Sharp genuine SCSI interface (builtin / optional)
     36  1.1  oki 	* SCSI harddisks, CD-ROM drives, tape drives, scanners,...
     37  1.1  oki     - The builtin floppy drives
     38  1.1  oki     - The builtin frame buffer (both of the text and graphics screen)
     39  1.1  oki     - The builtin serial (RS-232C)
     40  1.1  oki     - The builtin parallel (Centronics printer interface)
     41  1.1  oki     - The standard keyboard
     42  1.1  oki     - The mouse / trackball
     43  1.1  oki     - NS16550 serial
     44  1.1  oki     - Neptune-X ethernet
     45  1.1  oki 
     46  1.1  oki Hopefully, the AD-PCM sound device and the Mankai SCSI interface
     47  1.1  oki (Mach-2) will be supported on the next release.
     48