From 1850f0ab9d44da5548bca97312d1b198ae02ebd0 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 23 Dec 2014 21:06:04 +0000 Subject: [PATCH] TODO: rtc done(ish) --- Kernel/TODO | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Kernel/TODO b/Kernel/TODO index 6d9d7a60..b14d247d 100644 --- a/Kernel/TODO +++ b/Kernel/TODO @@ -12,8 +12,8 @@ o Core dumps o time_t bits hidden in inode o n_openw() - as n_open but errors on R/O mount or media, getinodew ?? and update setftime ? -o RTC setting -o Lock clock to RTC seconds +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 @@ -24,6 +24,9 @@ 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 + binaries safely etc) Big Speed Up Points ------------------- -- 2.34.1