A simple library for the 3DO which provides access to kernel functions to be used in supervisor mode since the symbols are not publicly available.
svc
on ARM stands for supervisor mode.
The ordering of the functions relative to the KernelBase
object can
be found in
folio.c.
See svc_mem_device for a usage example. Note that the functions must be called from supervisor mode.
- Get 3do-devkit
source 3do-devkit/activate-env
make
make install
will install the header and library into 3do-devkit