From b833381c4ac56d2e3331ee93e415bb75ebda6f66 Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Mon, 10 Aug 2009 11:02:43 +0100 Subject: [PATCH] The todo in this todo file is now done. --- loader/todo.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 loader/todo.txt diff --git a/loader/todo.txt b/loader/todo.txt deleted file mode 100644 index 8aafc72..0000000 --- a/loader/todo.txt +++ /dev/null @@ -1,8 +0,0 @@ - -TODO: -1) The build system could auto-copy all images to here, -then autogenerate kernel.S from these images. -Then autogenerate a function that loads all given images in main.c - -This would allow you to, say, build a custom combination of images -and not worry about how they will be loaded.