]> 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)
commitfa14d583f9daea6069775efb814a975c98d65ea3
tree17a817d72b85e11ff62f16eb30b7855ab039a113
parentfecb6a365f76025789402fd4714f712f595532cf
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