From 5d87a5860dc74ba334bc8fff77d69334cc1916c8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 10 Sep 2018 13:56:37 +0100 Subject: [PATCH] sam: update TODO list --- Kernel/platform-sam/README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Kernel/platform-sam/README b/Kernel/platform-sam/README index 1b956e24..c300ef8c 100644 --- a/Kernel/platform-sam/README +++ b/Kernel/platform-sam/README @@ -39,6 +39,14 @@ and all the bank juggling tricks Stub code is in the low parts of the low banks and the top of the high banks so we have two copier routines one for each half. + - Fix signal handling crashes + - Sometimes we seem to pre-empt in the middle of a pre-empt + and crash ?? we see a kprintf from an interrupt interrupted + Need to check all our IRQ save/restore logic is sound on + video especially ! + - AtomIDE detect fails if ROM present (select dev 0 first ?) +DONE - Run out of pages - suggests child exit/bank32 isn't cleaning + up right DONE - Move fonts to video bank after frame buffer - Floppy driver (at least for read) DONE - Get to init (but not much further) -- 2.34.1