antifallobst
antifallobst pushed to master at noxos/kernel 2023-05-30 22:15:08 +00:00
bb19ff02e1 feature (ELF): defined structs to parse dynamic section
antifallobst pushed to master at noxos/kernel 2023-05-30 20:25:43 +00:00
82af1f195b feature (drivers): started work on a driver handler / loader
7e53ab9e7c feature (drivers): setup a small driver to test stuff
Compare 2 commits »
antifallobst pushed to master at noxos/libraries 2023-05-30 20:15:38 +00:00
e73f99c75e feature (libnxdrv): stetup structure for libnxdrv - the linkable definitions of the driver API
6d8a0efdad fix (libnx): fixed header regex in cmake configuration
Compare 2 commits »
antifallobst pushed to master at noxos/kernel 2023-05-30 18:46:25 +00:00
0732a19f8a fix (VFS): fixed path resolving bug, that caused random strings to be resolved as part of the path
antifallobst pushed to master at noxos/libraries 2023-05-30 17:51:04 +00:00
5663ddbdd5 fix (libnx): removed '#' that threw a compiler error xD
antifallobst renamed repository from libnoxos to noxos/libraries 2023-05-29 22:45:54 +00:00
antifallobst pushed to master at noxos/libraries 2023-05-29 16:41:41 +00:00
d5ed088f54 feature (libnx): updated syscall bindings to match the documented SysABI
antifallobst pushed to master at noxos/documentation 2023-05-29 16:38:30 +00:00
860fb468a9 added 'nx_drv_init' to SysABI
antifallobst pushed to master at noxos/libraries 2023-05-29 16:20:30 +00:00
22778ccf21 fix (libnx): fixed cmake project configuration
antifallobst pushed to master at noxos/libraries 2023-05-29 16:17:30 +00:00
60445162a5 feature (libnx): implemented syscall functions
antifallobst pushed to master at noxos/libraries 2023-05-29 15:40:59 +00:00
5dfffaa811 refactor (libnx): refactored the whole codebase
antifallobst pushed to master at noxos/kernel 2023-05-29 14:23:16 +00:00
713ffbc089 feature (hashmaps): implemented hashmaps (NOT TESTED YET)
antifallobst pushed to master at noxos/kernel 2023-05-29 12:40:54 +00:00
cd5737dba7 feature (drivers): started work on a generic driver interface / driver manager
antifallobst pushed to master at noxos/documentation 2023-05-29 12:27:19 +00:00
763349e2f4 improved config for USB device drivers
antifallobst pushed to master at noxos/documentation 2023-05-29 00:28:54 +00:00
25d7b99ea6 improved config for PCI device drivers
antifallobst pushed to master at noxos/documentation 2023-05-29 00:18:02 +00:00
d82ea1bb5d fixed type SIGMATHAULT -> SIGMATHFAULT
antifallobst pushed to master at noxos/documentation 2023-05-29 00:14:01 +00:00
2c605cff1b added more information on how to call a syscall
antifallobst pushed to master at noxos/documentation 2023-05-29 00:10:52 +00:00
0b1d3d7c04 documented kernel syscalls
antifallobst pushed to master at noxos/documentation 2023-05-29 00:05:11 +00:00
b19b1c353d documented process configuration and driver syscalls
antifallobst pushed to master at noxos/documentation 2023-05-28 22:23:43 +00:00
a0bf5b6917 updated roadmap