From bf32f911071105df75364b13f01c2e1d55101249 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 6 Jan 2015 12:12:23 +0000 Subject: [PATCH] TODO: update for things done --- Kernel/TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Kernel/TODO b/Kernel/TODO index b14d247d..804f77f3 100644 --- a/Kernel/TODO +++ b/Kernel/TODO @@ -16,7 +16,7 @@ NA RTC setting DONE Lock clock to RTC seconds o Can we make the mount point buffers writable to disk too so we can drop the quiet ones when busy ? -o Simplify exec logic and split into multiple functions +IP Simplify exec logic and split into multiple functions o Add "shared lib" (or more accurately copied lib) support for libc to keep binary size small o Can we make inodes partially pageable given our on disk guarantees ? @@ -24,8 +24,8 @@ o Can we make inodes partially pageable given our on disk guarantees ? objects and less memory usage. Might be nicer alternative to the BSD inode shrinking hack (although that would fix the time_t question!) o Finish the cpm emulator port -o Make object alignments 16bit friendly -o Add fields to binaries giving load page (so can load Z80 0x8000 +IP Make object alignments 16bit friendly +DONE Add fields to binaries giving load page (so can load Z80 0x8000 binaries safely etc) Big Speed Up Points @@ -44,7 +44,7 @@ o Different magic for "big" fs - 32bit block numbers only on raw devices. Split blkno_t into blkno_t blknodev_t or similar DONE Carrier handling for tty devices o Revoke 8) -IP Uptime/loadaverage/swapfree etc data +DONE Uptime/loadaverage/swapfree etc data o Virtual device hooks for networking o Pty/tty devices o Finish select/poll -- 2.34.1