Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrections : | Alex Auvolat | 2014-12-05 | 3 | -60/+66 |
* | First implementation of slab allocator. Needs more testing and polishing | Alex Auvolat | 2014-12-04 | 1 | -4/+40 |
* | Formatting fixes | Alex Auvolat | 2014-12-04 | 3 | -3/+3 |
* | Make paging work ! \o/ | Alex Auvolat | 2014-12-04 | 7 | -103/+175 |
* | Improve region allocator with an idea to break dependency cycle | Alex Auvolat | 2014-12-03 | 2 | -11/+72 |
* | Implement kernel memory region allocator. | Alex Auvolat | 2014-12-02 | 3 | -1/+333 |
* | Begin implementation of paging | Alex Auvolat | 2014-12-02 | 3 | -3/+146 |
* | Add physical page (frame) allocator. | Alex Auvolat | 2014-12-02 | 2 | -2/+88 |
* | Small adjustments: | Alex Auvolat | 2014-12-01 | 4 | -68/+64 |
* | Advance HH, GDT, IDT (details below) | Alex Auvolat | 2014-12-01 | 6 | -48/+424 |
* | More library functions & renaming. | Alex Auvolat | 2014-11-30 | 1 | -1/+1 |
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 3 | -122/+205 |
* | Bare bones. | Alex Auvolat | 2014-11-30 | 2 | -0/+195 |