From: Alan Cox Date: Thu, 7 Dec 2017 15:11:24 +0000 (+0000) Subject: 65c816: fix documentation X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8e8294f3f1f51bcc78565eff75677a62b31af28e;p=FUZIX.git 65c816: fix documentation --- diff --git a/Kernel/platform-v65c816/README b/Kernel/platform-v65c816/README index 9892100d..058cca8e 100644 --- a/Kernel/platform-v65c816/README +++ b/Kernel/platform-v65c816/README @@ -36,13 +36,9 @@ the emulator. TODO ---- -- Debug fork and task switching - Fix brk() checking [right now its busted entirely] - Make discard sane so we can discard for buffers - Test signal handling paths -- Fix signal when not loaded at PROGBASE -- Fix execl() execle() in userspace (so init can be fully tested) -- Add pre-emption logic to the interrupt return path - Add swap logic - Relocatable binaries - cc65 stubs optimized for 65c816 diff --git a/Kernel/platform-v65c816/devtty.c b/Kernel/platform-v65c816/devtty.c index 84e9092d..abc9c33a 100644 --- a/Kernel/platform-v65c816/devtty.c +++ b/Kernel/platform-v65c816/devtty.c @@ -19,8 +19,6 @@ struct s_queue ttyinq[NUM_DEV_TTY + 1] = { /* ttyinq[0] is never used */ PTY_QUEUES }; -/* tty1 is the screen tty2 is the serial port */ - /* Output for the system console (kprintf etc) */ void kputchar(uint8_t c) {