Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-16 | kern: proc: Add initial proc init + PCB code | Ian Moffett | |
This commit introduces the initial logic for putting process descriptors in an initialized state. This commit also introduces the process control block definition. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-14 | kern/amd64: cpu: Add routine to get current core | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-13 | os/amd64: Add panic() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |