Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move malloc code from pmm.c to new files malloc.c and malloc.h. | Kevin O'Connor | 2013-09-18 | 10 | -2/+12 |
* | Move romfile definitions from util.h to new file romfile.h. | Kevin O'Connor | 2013-09-18 | 6 | -0/+6 |
* | Move stacks.c definitions from util.h to new file stacks.h. | Kevin O'Connor | 2013-09-18 | 3 | -0/+3 |
* | Rename util.c to string.c and introduce string.h. | Kevin O'Connor | 2013-09-18 | 12 | -4/+15 |
* | Split x86 specific functions out of util.c/h to new files x86.c/h. | Kevin O'Connor | 2013-09-18 | 9 | -1/+10 |
* | Move code cenetered around firmware initialization to src/fw/ | Kevin O'Connor | 2013-09-02 | 34 | -0/+8121 |