Kernel - So... should remember to initialise structures
authorJohn Hodge <[email protected]>
Sun, 23 Jan 2011 13:34:53 +0000 (21:34 +0800)
committerJohn Hodge <[email protected]>
Sun, 23 Jan 2011 13:34:53 +0000 (21:34 +0800)
commit9143c184873d0b55444dc1c1084f3e9f3f2614bf
tree10c7bfe528b16b8046351995709ea0775faa248f
parent9ed2477f5f7e5b01501368719e93259aa336932f
Kernel - So... should remember to initialise structures

- Forgot to clear the ret->Lock in IOCache_Create
 > Caused random locks if the lock protector was not 0 when
   malloc'd
- Set up fractal mappings from boot
 > Exposed by trying to use Log_Debug before VMem was fully initialised
AcessNative/ld-acess_src/syscalls.c
AcessNative/syscalls.h
Kernel/arch/x86/lib.c
Kernel/arch/x86/start.asm
Kernel/drv/iocache.c
Kernel/logging.c
Kernel/threads.c

UCC git Repository :: git.ucc.asn.au