This website requires JavaScript.
Explore
Help
Sign In
github
/
AROS-v0
Watch
1
Star
0
Fork
0
You've already forked AROS-v0
mirror of
https://github.com/deadw00d/AROS.git
synced
2025-12-08 06:20:50 +00:00
Code
Issues
Releases
Wiki
Activity
Files
b0da8860b63e6e0f3f07f5c34b99c0dfb5eeb9c0
AROS-v0
/
arch
/
i386-pc
/
kernel
History
Kalamatee
66d076b347
# adapt arch specific kernel/exec code to use the new macros from mmake, when generating and consuming the necessary include directives for the build.cfg.in # remove the hard coded exec/kernel private header directives from the config files. # detect if the at symbol can be used instead of the hash symbol to silence section attrib warnings. # provide a correct cpu context for the riscv build, and various other definitions needed. # implement enough boilerplate code to at least get make && make distfiles to complete for the riscv target for now.
2024-05-02 16:24:50 +02:00
..
core_interrupts.s
…
kernel_cpu.c
…
kernel_cpu.h
set the correct context size on i386. synch the platform init with x86_64 changes.
2024-04-23 18:08:58 +02:00
kernel_debug.c
…
kernel_intern.h
…
kernel_startup.c
…
mmakefile.src
# adapt arch specific kernel/exec code to use the new macros from mmake, when generating and consuming the necessary include directives for the build.cfg.in # remove the hard coded exec/kernel private header directives from the config files. # detect if the at symbol can be used instead of the hash symbol to silence section attrib warnings. # provide a correct cpu context for the riscv build, and various other definitions needed. # implement enough boilerplate code to at least get make && make distfiles to complete for the riscv target for now.
2024-05-02 16:24:50 +02:00
platform_init.c
set the correct context size on i386. synch the platform init with x86_64 changes.
2024-04-23 18:08:58 +02:00
smpbootstrap.s
…
utils.c
…
utils.h
…