|
|
091830e508
|
Added constructor to x86 context
|
2023-11-07 12:37:33 -06:00 |
|
|
|
166841da51
|
Added usermode interrupt handling
|
2022-12-21 11:37:13 -06:00 |
|
|
|
bacedbea86
|
Rewrote physical memory allocator
The physical memory allocator now uses a buddy allocator instead of a stack.
Also moved some of the platform-independent context code to kernel.c.
|
2022-08-23 13:00:26 -05:00 |
|
|
|
bfb56fcbb3
|
Added functions to portably manipulate process context
|
2022-08-17 01:41:59 -05:00 |
|
|
|
5c7d002bbf
|
Moved PCB for each process to kernel heap
|
2022-07-03 13:17:06 -05:00 |
|
|
|
a52f06f81e
|
Massive backlog of changes
|
2022-06-15 15:59:31 -05:00 |
|