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-07 05:53:26 +00:00
Code
Issues
Releases
Wiki
Activity
Files
0583195ec79f6221495af66143754b6cca1b1249
AROS-v0
/
arch
/
all-unix
History
Kalamatee
2b63f30f6b
split AROS_DIR_ARCH so that it only defines the actual arch, and use a separate variable to reflect the path under boot/. use AROS_DIR_BOOTARCH in existing places.
2024-05-02 17:39:39 +02:00
..
battclock
…
boot
split AROS_DIR_ARCH so that it only defines the actual arch, and use a separate variable to reflect the path under boot/. use AROS_DIR_BOOTARCH in existing places.
2024-05-02 17:39:39 +02:00
bootstrap
split AROS_DIR_ARCH so that it only defines the actual arch, and use a separate variable to reflect the path under boot/. use AROS_DIR_BOOTARCH in existing places.
2024-05-02 17:39:39 +02:00
devs
newer versions of glibc do not provide a definition for _STAT_VER, and will not provide it in future. It is advised to define it ourselves, so do this.
2022-06-24 10:32:49 +02:00
exec
# 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
filesys
/emul_handler
Make sure ed_Comment is empty string, not NULL
2024-03-04 15:54:44 +01:00
hidd
Rename -nolibc to -noclibs
2022-02-03 19:39:52 +01:00
kernel
# 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
libs
/oss
…
timer
timer.device requires aros/config in certain situations
2022-02-04 09:25:51 +01:00
mmakefile
…