From dc5c3855de547575d5e5dcfcee69c67eda28dacc Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Thu, 20 Jan 2011 20:01:23 -0600 Subject: [PATCH] [docs] Update readme, paging is done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e83e3646..5e313d49 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Some things are far easier said than done, but I like to say them anyway. The ti Currently, I have a kernel capable of reading its multiboot parameters, which is terribly un-useful. The current, ordered, plan of attack is as follows: * Finish James M's tutorial (second half), which covers: - * Paging + * Paging *done* * Heap * VFS * Initial RAM Disk (except I'll probably use my own format for the directory structure)