From 0622d54073a2268533a5cef62a11db28215a32c1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 16 Sep 2004 06:40:22 +0000 Subject: [PATCH] Update. --- src/TODO | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/src/TODO b/src/TODO index 67813b3..d3d8303 100644 --- a/src/TODO +++ b/src/TODO @@ -1,18 +1,33 @@ -* Should we use a task gate for hardware interrupts? Then we could - dedicate a stack to interrupt handling and not worry about interrupt - usage of kernel stacks. +* Write user test programs. -* Filesystem dumps should include filehdrs? +* Write, test join. -* Cygwin support: - - PE linker scripts? Doesn't seem to support ELF ones. - - .S files need _ prefixes on symbols. +* Write, test user programs. + +* Figure out PD/PT management API. + - We should document what's in mmu.h. + +* Write, test VM. * Implement `jitter'. +* Test list, hash ADTs. + * Compile and install gdb, dbg versions. - Test gdb version. +* Write "tour". + +* Get rid of 16550a.h header. + +---------------------------------------------------------------------- + +* Cygwin support: + - PE linker scripts? Doesn't seem to support ELF ones. + - .S files need _ prefixes on symbols. + +* Filesystem dumps should include filehdrs? + * Cross-compile notes: cd /tmp -- 2.30.2