Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4055 5548 d 19 h trochtova /branches/dd/ changes in trunk (rev 4054) merged into dd branch  
3022 5831 d 21 h decky /branches/dd/ device drivers branch  
2250 6241 d 11 h jermar /trunk/boot/ Fix ticket #31.  
2071 6329 d 12 h jermar /trunk/ (c) versus (C)  
1894 6449 d 10 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