Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add scheduler and calls from dispatch interrupt. | Patrick Williams | 2010-06-07 | 3 | -1/+7 |
| | |||||
* | Implement task saving and dispatching. | Patrick Williams | 2010-06-03 | 3 | -1/+47 |
| | |||||
* | Import register constants from KIS codebase, update start.S to use. | Patrick Williams | 2010-06-03 | 1 | -0/+124 |
| | |||||
* | Initial cpu / task structs. | Patrick Williams | 2010-06-02 | 6 | -0/+142 |
| | |||||
* | malloc / free support | Patrick Williams | 2010-05-21 | 3 | -0/+24 |
| | |||||
* | Add transaction counters to upper word of lockfree-stack head, to prevent ↵ | Patrick Williams | 2010-05-21 | 1 | -7/+17 |
| | | | | ABA issues. | ||||
* | Add heap manager for allocations up to 2040 bytes | Patrick Williams | 2010-05-21 | 1 | -0/+39 |
| | |||||
* | Move pagemgr to generic lock free structure. | Patrick Williams | 2010-05-21 | 2 | -2/+50 |
| | |||||
* | Create page manager. | Patrick Williams | 2010-05-20 | 3 | -0/+56 |
| | |||||
* | Full vargs printk. | Patrick Williams | 2010-05-19 | 3 | -5/+15 |
| | |||||
* | Create simple console. | Patrick Williams | 2010-05-18 | 4 | -0/+77 |