Commit Graph

5 Commits

Author SHA1 Message Date
karina 39b2af7626 wip: IPC and Runtime 2026-05-03 21:57:20 +04:00
karina 2c7396353c Readme and license 2026-05-03 13:05:55 +04:00
karina e49af76aef ref: renamed types.h to Types.h for match naming convention; also added Align.h and Bytes.h with helpers 2026-04-25 09:56:17 +04:00
karina f469da7e0b refactor(kernel): minor refactor. Changed naming convention 2026-04-23 22:22:13 +04:00
karina 502413b9ab feat(kernel): add PL011 UART console and arch I/O helpers
- Add IOSerial: PL011 (0x0900_0000) TX with FIFO-full polling, yield while waiting
- Add Arch/IO.h (32-bit MMIO with DSB) and Arch/CPU.h (yield, WFI)
- Extend types.h (e.g. ASCII, Address, Int/UInt aliases)
- Wire KernelMain to IOSerialPutString for early boot output
- Drop .sourcekit-lsp config; note IO glob in CMake (commented)
2026-04-23 21:25:15 +04:00