source: rtems/c/src/lib/libbsp/i386/pc386/README @ 8467c31

5
Last change on this file since 8467c31 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

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