Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4605 5475 d 0 h decky /branches/snapshot/ add task snapshoting branch  
3672 5683 d 18 h jermar /trunk/ Merge sparc branch to trunk.  
2250 6283 d 17 h jermar /trunk/boot/ Fix ticket #31.  
2071 6371 d 17 h jermar /trunk/ (c) versus (C)  
1894 6491 d 15 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