65c816: fix documentation
authorAlan Cox <alan@linux.intel.com>
Thu, 7 Dec 2017 15:11:24 +0000 (15:11 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 7 Dec 2017 15:11:24 +0000 (15:11 +0000)
Kernel/platform-v65c816/README
Kernel/platform-v65c816/devtty.c

index 9892100..058cca8 100644 (file)
@@ -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
index 84e9092..abc9c33 100644 (file)
@@ -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)
 {