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
/
exec
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
..
cache.S
…
cachecleare.c
arch: detabbed
2021-05-02 14:22:22 +02:00
debug_init.c
…
debug.c
Disambiguate parameter size as long has different size 32 vs 64 bit
2022-06-02 15:23:33 +02:00
memoryrawio.c
arch: detabbed
2021-05-02 14:22:22 +02:00
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
userstate.s
…