summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/i386ex/README
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-01 17:40:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-01 17:40:16 +0000
commit8986eb3674f73ce5343160273e23faed563a786e (patch)
tree4daa817c7676074a4025713700435d36b13bb5a6 /c/src/lib/libbsp/i386/i386ex/README
parentAdd config.h.in (diff)
downloadrtems-8986eb3674f73ce5343160273e23faed563a786e.tar.bz2
Remove (Abandoned).
Diffstat (limited to 'c/src/lib/libbsp/i386/i386ex/README')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/README27
1 files changed, 0 insertions, 27 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/README b/c/src/lib/libbsp/i386/i386ex/README
deleted file mode 100644
index 240975c3b0..0000000000
--- a/c/src/lib/libbsp/i386/i386ex/README
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# $Id$
-#
-
-This board support package works with the uti386ex, designed and built in
-house at the University of Toronto. It should also be compatible the an
-Intel Evaluation board.
-
-There are no decisions to be made at link time. The BSP reserves ALL
-available space between the end of the bss section and the start of the
-RTEMS Workspace for the heap. If you wish to add network support, then
-you will not need to modify the heap size.
-
-
-See startup/linkcmds and bsp_start.c for details.
-
-The clock is generated from an internal i386ex timer counter. The console
-uses COMM2 -- configured as 9600 n,8,1. COMM1 is available, also
-configured as 9600,n,8,1.
-
-In general, all modification needed to support another i386ex based
-platform should be restricted to start.s. Since there is no real-time
-clock on the Intel eval board, if RTclock support is required, then adding
-rtclock driver support is necessary.
-
-Hope this helps!
-