Age | Commit message (Expand) | Author |
---|---|---|
2025-09-15 | kern: io: Implement initial console logic | Ian Moffett |
2025-09-15 | kern: os: Add initial kalloc subsystem | Ian Moffett |
2025-09-14 | project: Correct copyright author | Ian Moffett |
2025-09-14 | os: vm: Add physical memory manager | Ian Moffett |
2025-09-14 | os: Add early boot message | Ian Moffett |
2025-09-14 | build: Do not have per subsystem libs | Ian Moffett |
2025-09-13 | os: boot: Add boot variable information | Ian Moffett |
2025-09-13 | os: init: Panic at end of kernel | Ian Moffett |
2025-09-13 | os: Add syslog logging | Ian Moffett |
2025-09-13 | os: Add spinlock support | Ian Moffett |
2025-09-13 | os: kern_init -> os_init.c | Ian Moffett |
2025-09-13 | kern/amd64: cpu: Initialize GDT | Ian Moffett |
2025-09-13 | build: TARGET -> TARGET_LIB | Ian Moffett |
2025-09-13 | project: 'kern' -> 'os' | Ian Moffett |