]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
refactor: rename arch_start to arch_early_setup
authorTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 15:50:34 +0000 (12:50 -0300)
committerTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 15:50:34 +0000 (12:50 -0300)
commit535511f23e320ad0c19a3803cf68b08bb6555c96
tree7ad5f73678844d5eb9cc449d295dc502ade189db
parenta6aae05db7d5991b5ac5d9e17eff82d378c45531
refactor: rename arch_start to arch_early_setup
15 files changed:
README.md
include/arch/arch_early_setup.h [new file with mode: 0644]
include/arch/arch_start.h [deleted file]
src/arch/arm/arch_early_setup.c [new file with mode: 0644]
src/arch/arm/arch_start.c [deleted file]
src/arch/arm/boot.S
src/arch/mips/arch_early_setup.c [new file with mode: 0644]
src/arch/mips/arch_start.c [deleted file]
src/arch/mips/boot.S
src/arch/riscv/arch_early_setup.c [new file with mode: 0644]
src/arch/riscv/arch_start.c [deleted file]
src/arch/riscv/boot.S
src/arch/x86/arch_early_setup.c [new file with mode: 0644]
src/arch/x86/arch_start.c [deleted file]
src/arch/x86/boot.S