source: rtems/c/src/lib/libbsp/i386/pc386/README @ 4e36a2f

4.104.114.84.95
Last change on this file since 4e36a2f was e62488d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/21/98 at 01:29:19

New file from Emmanuel Raguet <raguet@…>.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#
2#  $Id$
3#
4
5#
6# This board support package works with a target PC
7#
8# Decisions to be made a link-edit time are:
9#     - The size of the memory allocator heap.  The default value is
10#       64 kbytes.  If the network package is used the heap
11#       should be at least 256 kbytes.  If your network is large, or
12#       busy, the heap should be even larger.
13#       To choose a heap size of 256 kbytes,
14#       CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0x40000
15
16BSP NAME:           pc386
17BOARD:              PC
18BUS:                none
19CPU FAMILY:         386, 486, 586, 686
20COPROCESSORS:       none
21MODE:               not applicable
22
23DEBUG MONITOR:     
24
25PERIPHERALS
26===========
27TIMERS:             8254 Programmable Interval Timer
28RESOLUTION:         
29SERIAL PORTS:       COM1, COM2
30REAL-TIME CLOCK:
31DMA:               
32VIDEO:              VGA
33SCSI:               
34NETWORKING:         external Ethernet controller based on WD8003.
35
36DRIVER INFORMATION
37==================
38CLOCK DRIVER:       8254 Programmable Interval Timer
39IOSUPP DRIVER:     
40SHMSUPP:           
41TIMER DRIVER:       
42
43STDIO
44=====
45PORT:               
46ELECTRICAL:         
47BAUD:               
48BITS PER CHARACTER:
49PARITY:             
50STOP BITS:         
51
52NOTES
53=====
54
55Board description
56-----------------
57clock rate:     
58bus width:     
59ROM:           
60RAM:           
61
62Host System
63-----------
64Linux
Note: See TracBrowser for help on using the repository browser.