gint/src/kernel
Lephe 2e5e56f82e
hardware: expose filesystem type in the hardware info
Filesystem type is detected with a trivial heuristic:
* fx-9860G: CASIOWIN, unless Fugue in the G-III series (OS >= 3.00)
* fx-CG 50: Always Fugue
2021-12-06 21:31:00 +01:00
..
exch.c kernel: add crash details on illegal instructions 2021-06-17 14:33:45 +02:00
exch.s kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
hardware.c hardware: expose filesystem type in the hardware info 2021-12-06 21:31:00 +01:00
inth.S kernel: fix incorrect interrupt save/restore for MAC on SH3 2021-11-25 14:02:04 +01:00
kernel.c kernel: increase stack size to 12 kB on SH4 fx-9860G 2021-12-05 21:15:41 +01:00
kernel.h move src/core to src/kernel 2020-07-26 11:49:33 +02:00
osmenu.c replace gint/std headers with standard ones 2021-06-08 11:01:27 +02:00
start.c kernel: implement _Exit to support exit 2021-05-29 16:29:50 +02:00
syscalls.S bfile: use non-smem syscalls for Fugue 2021-09-25 15:59:47 +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
world.c replace gint/std headers with standard ones 2021-06-08 11:01:27 +02:00