mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 21:00:30 +00:00
Working context switching but far from stable. Changes needed to be made to the internals of cosmos to include mutex's in vital components (Heap, Thread Manager, ect). Context switching currently only switches the general registers and does not switch the MMX context, however this will be added in the future. Also when a thread currently dies it takes the whole system down, patches to the IDT handlers needed to be made to prevent system lockup in the future |
||
|---|---|---|
| .. | ||
| MemoryOperations | ||
| System | ||
| .editorconfig | ||
| Cosmos.Core_Plugs.csproj | ||
| GCImplementionImpl.cs | ||
| ReadMe.html | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<p>
Contains assembly code. Maybe this later can be merged directly into the main
asm since it only exists to fill in assembly code?</p>
</body>
</html>