antifallobst
antifallobst pushed to master at noxos/kernel 2023-04-25 19:56:44 +00:00
b3d06f829e feature (PCI): added subclass strings
antifallobst pushed to master at noxos/kernel 2023-04-24 16:41:20 +00:00
8dd28a6bf6 feature (font): Ported Erics monocle font :)
antifallobst closed issue noxos/kernel#16 2023-04-24 15:16:53 +00:00
ACPI Table not found warning not working
antifallobst commented on issue noxos/kernel#16 2023-04-24 15:16:48 +00:00
ACPI Table not found warning not working

fixed

antifallobst pushed to master at noxos/kernel 2023-04-24 15:12:31 +00:00
da46a78219 feature (PCI): implemented basic PCI enumerating
antifallobst pushed to master at noxos/libraries 2023-04-21 12:23:58 +00:00
810e322d55 refacotr (base): renamed from libc to libnx
antifallobst renamed repository from libc to noxos/libraries 2023-04-21 12:20:03 +00:00
antifallobst pushed to master at noxos/kernel 2023-04-21 11:46:11 +00:00
cae02e598d feature (syscalls): implemented basic stdout printing
antifallobst pushed to master at noxos/libraries 2023-04-20 22:04:03 +00:00
a26fb4035e feature (base): started basic libc setup
antifallobst pushed to master at noxos/libraries 2023-04-20 21:16:24 +00:00
0f52c02435 feature (build system): setup a build system
antifallobst pushed to master at noxos/kernel 2023-04-20 21:01:05 +00:00
766110435a refactor (kernel): refactored the directory structure
antifallobst pushed to master at noxos/libraries 2023-04-20 20:44:20 +00:00
4dc0bd6477 Update 'LICENSE'
antifallobst created repository noxos/libraries 2023-04-20 20:43:23 +00:00
antifallobst pushed to master at nerdcult/homepage 2023-04-20 20:39:11 +00:00
5a4c42635c noxos (docs): documented streams
antifallobst pushed to master at noxos/kernel 2023-04-20 20:10:12 +00:00
eaf189b545 feature (utils): implemented streams
antifallobst pushed to master at nerdcult/homepage 2023-04-20 16:55:44 +00:00
f3bd5cd0e7 noxos (docs): set status to implemented for the syscalls nx_mmap and nx_munmap
antifallobst pushed to master at noxos/kernel 2023-04-20 16:53:08 +00:00
2544dc2346 feature (syscalls): implemented syscalls (nx_mmap, nx_munmap)
antifallobst pushed to master at nerdcult/homepage 2023-04-20 16:32:10 +00:00
470a9ce887 noxos (docs): documented 'page_map_check_memory'
antifallobst pushed to master at noxos/kernel 2023-04-20 16:29:30 +00:00
1b7be49c34 feature (page maps): implemented a function to check if a page is mapped or not
antifallobst pushed to master at nerdcult/homepage 2023-04-20 15:20:13 +00:00
3f353f7bf2 noxos (docs): defined basic memory syscalls