summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-21 01:29:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-21 01:29:19 +0000
commite62488d4dd9d269a828614240bfc7727e8c850b9 (patch)
treef96c0c88bb1839bf37b161f80877f21bcff21fb6 /c/src/lib
parentPatch from Eric Norum <eric@skatter.usask.ca>: (diff)
downloadrtems-e62488d4dd9d269a828614240bfc7727e8c850b9.tar.bz2
New file from Emmanuel Raguet <raguet@crf.canon.fr>.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libbsp/i386/pc386/README64
1 files changed, 64 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/README b/c/src/lib/libbsp/i386/pc386/README
new file mode 100644
index 0000000000..00f3263a99
--- /dev/null
+++ b/c/src/lib/libbsp/i386/pc386/README
@@ -0,0 +1,64 @@
+#
+# $Id$
+#
+
+#
+# This board support package works with a target PC
+#
+# Decisions to be made a link-edit time are:
+# - The size of the memory allocator heap. The default value is
+# 64 kbytes. If the network package is used the heap
+# should be at least 256 kbytes. If your network is large, or
+# busy, the heap should be even larger.
+# To choose a heap size of 256 kbytes,
+# CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0x40000
+
+BSP NAME: pc386
+BOARD: PC
+BUS: none
+CPU FAMILY: 386, 486, 586, 686
+COPROCESSORS: none
+MODE: not applicable
+
+DEBUG MONITOR:
+
+PERIPHERALS
+===========
+TIMERS: 8254 Programmable Interval Timer
+RESOLUTION:
+SERIAL PORTS: COM1, COM2
+REAL-TIME CLOCK:
+DMA:
+VIDEO: VGA
+SCSI:
+NETWORKING: external Ethernet controller based on WD8003.
+
+DRIVER INFORMATION
+==================
+CLOCK DRIVER: 8254 Programmable Interval Timer
+IOSUPP DRIVER:
+SHMSUPP:
+TIMER DRIVER:
+
+STDIO
+=====
+PORT:
+ELECTRICAL:
+BAUD:
+BITS PER CHARACTER:
+PARITY:
+STOP BITS:
+
+NOTES
+=====
+
+Board description
+-----------------
+clock rate:
+bus width:
+ROM:
+RAM:
+
+Host System
+-----------
+Linux