Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SMT support. | Patrick Williams | 2010-07-07 | 1 | -1/+15 |
* | Start virtual memory management. | Patrick Williams | 2010-07-02 | 1 | -0/+2 |
* | Create init process, fix scheduler bugs. | Patrick Williams | 2010-06-07 | 1 | -1/+16 |
* | Implement task saving and dispatching. | Patrick Williams | 2010-06-03 | 1 | -0/+4 |
* | Initial cpu / task structs. | Patrick Williams | 2010-06-02 | 1 | -0/+8 |
* | Add new/delete operators. | Patrick Williams | 2010-05-21 | 1 | -1/+1 |
* | malloc / free support | Patrick Williams | 2010-05-21 | 1 | -1/+4 |
* | Add heap manager for allocations up to 2040 bytes | Patrick Williams | 2010-05-21 | 1 | -1/+2 |
* | Create page manager. | Patrick Williams | 2010-05-20 | 1 | -5/+13 |
* | Call default constructors. | Patrick Williams | 2010-05-19 | 1 | -5/+28 |
* | Full vargs printk. | Patrick Williams | 2010-05-19 | 1 | -0/+4 |
* | Add thread safe guard variable code. | Patrick Williams | 2010-05-18 | 1 | -1/+1 |
* | Create simple console. | Patrick Williams | 2010-05-18 | 1 | -0/+4 |
* | Improve make infrastructure. | Patrick Williams | 2010-05-18 | 1 | -0/+6 |