Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/TODO

1TODO List for Chameleon Boot Loader
2====================================
3
4- Implement the bundles
5
6- Implement a pool allocator, so each module will run and allocate memory in there own pool, de-alloc all allocated memory by the module,
7 will be done simply by destroying the pool
8
9- (re-)Implement a watchdog library set (clear the watchdog , can avoid infinite loop made for unknow reasons by the compiler or cpu reset)
10
11- Implement a Host like in bits to avoid some return issues
12
13- Implement snprintf to avoid buffer overflow in some case
14
15- It seems that nvram variables must be set thru efiRuntimeServices->SetVariable(...),
16 then, the /options node is filled by kernel depending on the Runtime Services.
17 If true, this requires a more complete EFI implementation (perhaps in a module, or a kext).
18
19- Make an OS X server icon for LoginToLion

Archive Download this file

Revision: 1887