antifallobst
antifallobst pushed to master at trinitrix/core 2023-06-14 22:10:18 +00:00
9253966139 docs: added initial docs (README, LICENSE, commit message style)
antifallobst created branch master in trinitrix/core 2023-06-14 21:49:36 +00:00
antifallobst pushed to master at trinitrix/core 2023-06-14 21:49:36 +00:00
ff8a6e66eb initial commit
antifallobst created repository trinitrix/core 2023-06-14 21:34:32 +00:00
antifallobst pushed to master at noxos/kernel 2023-06-10 13:35:20 +00:00
f0bf8ac3f5 docs (README): fixed documentation reference
antifallobst pushed to master at noxos/kernel 2023-06-10 13:30:38 +00:00
b498cb2c98 docs (roadmap): updated progress
antifallobst pushed to master at noxos/documentation 2023-06-10 13:29:03 +00:00
ed1bc366d6 docs (kernel): updated roadmap and SysABI progress
antifallobst pushed to master at noxos/kernel 2023-06-10 13:08:38 +00:00
81fc9ca9fc feature (syscalls): implemented 'nx_proc_create'
antifallobst pushed to master at nerdcult/homepage 2023-06-07 09:52:10 +00:00
a8a7b238d0 updated nerdcult website (added services and removed noxos docs)
antifallobst pushed to master at noxos/libraries 2023-06-07 08:45:20 +00:00
62d0f7be06 feature (libnx): implemented basic string utils
antifallobst pushed to master at noxos/libraries 2023-06-07 08:13:17 +00:00
21290535d4 feature (libnx): implemented basic math utils
antifallobst pushed to master at noxos/libraries 2023-06-06 22:04:05 +00:00
b8c7dd8a4d feature (libnx): implemented basic file operations
antifallobst pushed to master at noxos/kernel 2023-06-06 21:20:29 +00:00
91f7aa4009 feature (drivers): created infrastructure to config drivers to load on startup
antifallobst pushed to master at noxos/kernel 2023-06-06 20:27:14 +00:00
d7c79e1bdf feature (symbol tables): upgraded symbol tables from static lists to hashmaps
antifallobst pushed to master at noxos/kernel 2023-06-06 20:26:04 +00:00
ae0ef5c85d fix (hashmaps): fixed bug that caused PFs and GPFs while handling collisions
antifallobst pushed to master at noxos/kernel 2023-06-06 20:03:40 +00:00
8c273f4dc7 refactor (kernel): removed unused and unfinished modules system. The new drivers system performs the same task
antifallobst pushed to master at noxos/documentation 2023-06-06 19:43:14 +00:00
42d2dd71b2 docs (kernel): updated 'nx_drv_register' sycall status and arguments
antifallobst pushed to master at noxos/kernel 2023-06-06 19:41:45 +00:00
b00b57b180 feature (syscalls): implemented 'nx_drv_register'
antifallobst pushed to master at noxos/documentation 2023-06-06 19:22:43 +00:00
d6c5dc4334 refactor (kernel): removed unnecessary definitions from SysABI
antifallobst pushed to master at noxos/kernel 2023-06-06 19:18:55 +00:00
4070959736 refactor (syscalls): refactored syscalls to match the documented SysABI