Revised task initialisation, revising mmap yet.

This commit is contained in:
Bahadir Balban
2008-03-06 20:55:46 +00:00
parent 5681f3d1cb
commit 783904574d
12 changed files with 589 additions and 308 deletions

View File

@@ -19,6 +19,7 @@
struct initdata {
struct bootdesc *bootdesc;
struct page_bitmap page_map;
struct list_head boot_file_list;
};
extern struct initdata initdata;