From bc7fee5221a19e60b93152e02fd7826b515f5c59 Mon Sep 17 00:00:00 2001 From: transistor Date: Sun, 3 Oct 2021 10:00:58 -0700 Subject: [PATCH] Updated readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69bc4f4..011694d 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,13 @@ Moa ###### *Started September 26, 2021* -An emulator for m68k CPUs and devices +An emulator for m68k CPUs and devices. I originally started this project to +distract myself while recovering from a bout of sickness. The idea was to +emulate the computer I had built as part of the +[computie project](https://github.com/transistorfet/computie). + +Currently it can run the monitor program and load the kernel across serial +(or the kernel can be loaded directly into memory), and it can boot the kernel, +but an error occurs as soon as the kernel runs. It doesn't yet have interrupt +support, but that will be the next thing added.