]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
kernel: move arch-specific init into arch_platform hooks
authorTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 16:21:47 +0000 (13:21 -0300)
committerTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 16:21:47 +0000 (13:21 -0300)
commitc152017ca7418d1567ff470d4a4c94538e5ce957
tree4fc92e9c8b2aaf63dcdd191e1c9825ae70b5023c
parent999d2c6b2d365ab0e789f49f3a2c3170aa178a00
kernel: move arch-specific init into arch_platform hooks
include/arch/arch_platform.h [new file with mode: 0644]
src/arch/arm/arch_platform.c [new file with mode: 0644]
src/arch/mips/arch_platform.c [new file with mode: 0644]
src/arch/riscv/arch_platform.c [new file with mode: 0644]
src/arch/x86/arch_platform.c [new file with mode: 0644]
src/kernel/main.c