gint/src/kernel
Lephe e66b9083b4
kernel: do not copy data to on-chip memory on SH3
Avoids a crash at startup, but the application needs to be smart enough
to not use the data.
2020-09-28 14:06:29 +02:00
..
cpu.h kernel: do not rely on COMMON sections for GMAPPED refs 2020-09-22 15:17:31 +02:00
cpu.s kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
drivers.h move src/core to src/kernel 2020-07-26 11:49:33 +02:00
exch.c kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
exch.s kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
hardware.c move src/core to src/kernel 2020-07-26 11:49:33 +02:00
inth.S kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
kernel.c kernel: do SH3 initialization before context saves 2020-09-28 14:01:32 +02:00
kernel.h move src/core to src/kernel 2020-07-26 11:49:33 +02:00
mmu.c kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
osmenu.c move src/core to src/kernel 2020-07-26 11:49:33 +02:00
start.c kernel: do not copy data to on-chip memory on SH3 2020-09-28 14:06:29 +02:00
syscalls.S move src/core to src/kernel 2020-07-26 11:49:33 +02:00
tlbh.S kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
vbr.h kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00