From 910ead13fa91fc35663644769b937702cfede9f3 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 2 Feb 2017 14:31:56 +0000 Subject: [PATCH] kernel: update TODO --- Kernel/TODO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Kernel/TODO.md b/Kernel/TODO.md index 3b1fc7e0..82d84ec9 100644 --- a/Kernel/TODO.md +++ b/Kernel/TODO.md @@ -1,7 +1,7 @@ Big TODO Items Before 0.1 Release --------------------------------- -- [x] BSD groups can be done but do we care ? (yes but Level 2 only) +- [x] BSD groups can be done but do we care ? (yes but Level 2 only) - [x] Termios and speed hooks to tty drivers @@ -13,7 +13,7 @@ Big TODO Items Before 0.1 Release - [x] SYS5 signal holding -- [x] ptrace +- [ ] ptrace - [IP] Core dumps @@ -39,9 +39,9 @@ Big TODO Items Before 0.1 Release objects and less memory usage. Might be nicer alternative to the BSD inode shrinking hack (although that would fix the time_t question!) -- [ ] Finish the cpm emulator port +- [x] Finish the cpm emulator port -- IP Make object alignments 16bit friendly +- [x] Make object alignments 16bit friendly - [x] Add fields to binaries giving load page (so can load Z80 0x8000 binaries safely etc) @@ -84,7 +84,7 @@ Maybe Other ----- -- [ ] Check safety of changes to allow interrupts during swapper +- [IP] Check safety of changes to allow interrupts during swapper - [ ] Check we don't have any races of the form kill() -- 2.34.1