gint-with-thread/include
Lephe 4ad2110efc
core: accept large add-ins and setup TLB management (UNSTABLE)
This change modifies the fx-CG 50 linker script to allow add-ins up to
2M and no longer complains about add-ins that don't fit in the TLB.

It also exposes the __TLB_LoadPTEH() syscall (%003 on fx9860g, %00c on
fxcg50) that answers TLB misses. This syscall can be called manually
from an add-in to load some pages and seems to work without problem.

However, this version does not provide any automatic TLB management,
some key areas of the kernel are still under TLB and some user code
(such as timer callbacks) is not! This version is suitable only for
add-ins smaller than 220k!
2020-06-14 11:01:27 +02:00
..
core core: accept large add-ins and setup TLB management (UNSTABLE) 2020-06-14 11:01:27 +02:00
display bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
gint core: accept large add-ins and setup TLB management (UNSTABLE) 2020-06-14 11:01:27 +02:00