From 7957e7672498a03407efaa4dcd77f3d70b62b78d Mon Sep 17 00:00:00 2001 From: sjg Date: Sun, 10 Mar 2013 10:53:12 -0700 Subject: [PATCH] --- docs/developer/ProjectsPage.mdwn | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/developer/ProjectsPage.mdwn b/docs/developer/ProjectsPage.mdwn index 98010814..1e166d5b 100644 --- a/docs/developer/ProjectsPage.mdwn +++ b/docs/developer/ProjectsPage.mdwn @@ -122,6 +122,8 @@ Projects that can be clearly used for Google Code-In are marked with their categ * clean up buildworld/kernel compilation warnings * Port DTrace * Port Linux emulation to x86-64 +* Bring BSD-licensed ext2fs from FreeBSD. + ### Code to port/sync from FreeBSD * PCI code (to take advantage of power saving features) @@ -143,9 +145,7 @@ Projects that can be clearly used for Google Code-In are marked with their categ ### Implement boot cache * Effectively a smart readahead. -* Store the pattern of incoming read requests of the boot disk. (Likely into an array structure for better linear readback, We mmap() the whole thing into RAM on boot.) -* Sort pattern into a playback list. (Burstsort or a simple quick sort to get things going?) -* Provide feedback of boot cache playback list hit rate for better adaptiveness. +* Store the pattern of incoming read requests of the boot disk. ### Improve kernel boot speed * Research source of delays in boot process, keyboard init, scsi? @@ -164,7 +164,6 @@ Projects that can be clearly used for Google Code-In are marked with their categ * Add timeout functionality to lwkt_waitmsg(). ### Filesystem extended attributes -* Bring BSD-licensed ext2fs from FreeBSD. * Generic VFS attributes layer * Emulate attributes ala Darwin * Allow filesystems to define their own attribute vop ops -- 2.41.0