Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3674 5634 d 6 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
2927 5838 d 18 h decky /branches/dynload/ added dynload branch  
2250 6234 d 7 h jermar /trunk/boot/ Fix ticket #31.  
2071 6322 d 7 h jermar /trunk/ (c) versus (C)  
1894 6442 d 5 h jermar /trunk/ Add balloc() (a.k.a boot allocator):
- balloc() only needs to know how to allocate memory.
- Memory allocated via balloc() is supposed to be passed to kernel and never freed by boot itself.
- make kernel aware of boot allocations

More work on OFW device tree:
- use balloc() to efficiently and safely allocate memory for the canonical copy of the device tree

sparc64 boot:
- pass OFW device tree root node pointer to kernel