X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=108a05d97539c835445774c91bcc9773a02de425;hb=d6ddd153f6b4bfb1c2973d3d3232ce122634028d;hp=a1dd761d8089f4743efe994ca3c801919a515712;hpb=b3563c2ef34e52288c8cf7a68db0f7ae3b2f9b69;p=pintos-anon diff --git a/TODO b/TODO index a1dd761..108a05d 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,13 @@ -*- text -*- +* In grading scripts, warn when a fault is caused by an attempt to + write to the kernel text segment. (Among other things we need to + explain that "text" means "code".) + * Reconsider command line arg style--confuses everyone. * Internal tests. -* Add serial input support. Also, modify tests to redirect input from - /dev/null, to avoid stray keystrokes getting sent into the VM. - * Godmar: Introduce memory leak robustness tests - both for the well-behaved as well as the mis-behaved case - that tests that the kernel handles low-mem conditions well.