Commit Graph

20 Commits

Author SHA1 Message Date
Maschell 34fcfd06b6 Export KernelSetupDefaultSyscalls 2024-04-24 19:46:19 +02:00
Maschell f0a7015033 Bump version to 0.2.2 2024-04-24 19:46:19 +02:00
Maschell e6fbc8591d Bump version 2023-07-19 18:36:11 +02:00
Maschell e1fba44a91 Log the module version on each application start 2023-03-28 20:44:20 +02:00
Maschell 9a9ece838d Preserve r2/r13 on kern_write 2023-03-26 15:43:22 +02:00
Maschell dc6d6f9957 Add support for writing SR 6 and 7 2022-06-04 20:12:54 +02:00
Maschell 99cfeb2584 Format the code via clang-format 2022-02-04 17:39:03 +01:00
Maschell 05e721560a WUMS 0.3.1 support 2022-01-26 13:19:11 +01:00
Maschell b80f82e2ab Export the PatchSyscall function 2021-10-31 16:06:42 +01:00
Maschell a7ea190c2f Minor formatting 2021-09-24 16:48:16 +02:00
Maschell 4d7af5d641 Update Dockerfile to use WUMS 0.2 2021-09-17 18:34:23 +02:00
Maschell 53f5b4abee Use WUMS_MODULE_SKIP_WUT_INIT 2021-02-19 17:01:58 +01:00
Maschell d0fc24b77c Rename WUMS_MODULE_INIT_BEFORE_ENTRYPOINT => WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK, add WUMS_MODULE_SKIP_ENTRYPOINT 2020-12-26 15:52:59 +01:00
Maschell 8b425bd3d4 Make sure to call the init hook before the entrypoint. 2020-06-07 13:59:41 +02:00
Maschell 5250d120b0 Use C++ instead of C 2020-06-06 17:57:58 +02:00
Maschell 3214cfd66f Formatting 2020-06-06 17:57:07 +02:00
Maschell 9e015bf531 Remove the main function, it's not needed anymore 2020-06-03 19:28:55 +02:00
Maschell 8f9f196c8e Add support for KernelReadSRs and KernelWriteSRs 2020-05-29 19:26:27 +02:00
Maschell 59d982a4b2 Call the `kernelInitialize();` inside the `WUMS_INITIALIZE` hook 2020-05-29 17:38:48 +02:00
Maschell 92d751f1e7 first commit 2020-05-28 21:52:29 +02:00