summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-27 17:52:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-27 17:52:48 +0000
commit11edb53f852eb9ff2c8c6c7f69445ba15e67824d (patch)
tree26a0771e4a042e7ca6ec1dc0db96759114718a18 /c/src/lib/libbsp/m68k/sim68000/README
parent2000-11-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-11edb53f852eb9ff2c8c6c7f69445ba15e67824d.tar.bz2
2000-11-27 Joel Sherrill <joel@OARcorp.com>
* README, sim68000.setup, clock/clockdrv.c: Modified to add support for timer as clock tick source. Compiles but untested.
Diffstat (limited to 'c/src/lib/libbsp/m68k/sim68000/README')
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/sim68000/README b/c/src/lib/libbsp/m68k/sim68000/README
index 6509e7a1b9..5db6f31b18 100644
--- a/c/src/lib/libbsp/m68k/sim68000/README
+++ b/c/src/lib/libbsp/m68k/sim68000/README
@@ -4,7 +4,10 @@
BSP for the BSVC 68000 simulator. This is definitely under construction.
The initialization/setup script for BSVC is the part that likely needs
-work.
+work. I have written the timer based on the timer sample included with
+bsvc 2.1.
+
+At this point, hello does not even print.
--joel
1 August 2000