antifallobst
antifallobst pushed to master at noxos/documentation 2023-05-28 21:16:07 +00:00
e32788d8d4 updated sysabi
antifallobst pushed to master at noxos/kernel 2023-05-28 19:06:16 +00:00
6ddd4587cf refactor (drivers): applied driver directory change to include statements
antifallobst pushed to master at noxos/kernel 2023-05-28 18:55:14 +00:00
4227ea131a fix (build-system): fixed error with iso directory
antifallobst pushed to master at noxos/documentation 2023-05-28 18:01:13 +00:00
1e393b765f added README.md and moved kernel docs into a seperate directory
antifallobst pushed to master at noxos/documentation 2023-05-28 17:49:36 +00:00
956a207ea7 documented commit message style
antifallobst pushed to master at noxos/documentation 2023-05-28 17:20:19 +00:00
a6f4c7457d ported data from nerdcult.net wiki
antifallobst created repository noxos/documentation 2023-05-28 15:49:35 +00:00
antifallobst pushed to master at noxos/kernel 2023-05-26 22:32:55 +00:00
f554c96469 docs: updated roadmap progress
antifallobst pushed to master at noxos/kernel 2023-05-26 19:24:32 +00:00
007851c0ea feature (crypto): implemented SHA-1
antifallobst pushed to master at noxos/kernel 2023-05-26 14:49:23 +00:00
fc81e9f458 feature (sysconfig): connected sysconfig to 'noxos.json'
antifallobst pushed to master at noxos/kernel 2023-05-26 12:53:45 +00:00
2ffbaa5322 feature (JSON parser): implemented AST
antifallobst pushed to master at noxos/kernel 2023-05-19 00:19:18 +00:00
a5233b7fe1 fix (boot config): removed JSON parser test values from noxos.json
antifallobst pushed to master at noxos/kernel 2023-05-19 00:17:24 +00:00
3ec2729755 feature (JSON parser): implemented a tokenizer
antifallobst pushed to master at noxos/kernel 2023-05-18 23:51:07 +00:00
c60e8f9564 feature (utils): implemented function to check if a char is a special character
antifallobst pushed to master at noxos/kernel 2023-05-18 23:20:25 +00:00
abf22ba917 fix (heap): fixed bug that caused invalid addresses as result of memory allocations
antifallobst pushed to master at noxos/kernel 2023-05-16 22:17:20 +00:00
9a35aa6648 feature (modules): started work on kernel modules
antifallobst pushed to master at noxos/kernel 2023-05-16 21:37:11 +00:00
7f711d853e feature (drive manager): added device pointer to drive struct
antifallobst pushed to master at noxos/kernel 2023-05-15 16:12:59 +00:00
0bed26ff26 feature (drive manager): implemented a manager for drives/storage media
antifallobst pushed to master at noxos/kernel 2023-05-08 15:29:44 +00:00
7e5fee1437 feature (GPT): improved GPT decoding and GUID representation in code
antifallobst pushed to master at noxos/kernel 2023-05-07 22:18:43 +00:00
c9d57639c1 feature (GPT): implemented basic GPT decoding