antifallobst
antifallobst pushed to master at nerdcult/homepage 2023-04-20 14:49:19 +00:00
818279be46 noxos (docs): documented the new standard file descriptors
antifallobst pushed to master at noxos/kernel 2023-04-20 14:47:13 +00:00
18be33952f feature (file_descriptors): added a few more standard file descriptors
antifallobst pushed to master at nerdcult/homepage 2023-04-20 14:32:21 +00:00
66fba6b20f noxos (docs): set status to implemented for the syscalls nx_fdelete and nx_flist
antifallobst pushed to master at noxos/kernel 2023-04-20 14:26:28 +00:00
e3d3faf8e0 feature (syscalls): implemented syscalls (nx_fdelete, nx_flist)
antifallobst pushed to master at noxos/kernel 2023-04-20 14:07:48 +00:00
2fa608ac41 fix (VFS): added node destruct call on node deletion
antifallobst pushed to master at noxos/kernel 2023-04-20 13:30:28 +00:00
2105446463 feature (VFS): implemented a general 'vfs_node_delete'
antifallobst pushed to master at nerdcult/homepage 2023-04-20 12:56:10 +00:00
0580bd7cbb noxos (docs): updates sysabi specification for file syscalls
antifallobst pushed to master at noxos/kernel 2023-04-18 23:02:56 +00:00
6d102f6520 feature (syscalls): implemented basic file syscalls (nx_fopen, nx_fclose, nx_fread, nx_fwrite)
antifallobst pushed to master at noxos/kernel 2023-04-18 22:29:29 +00:00
88c46a8f38 fix (utils): fixed bug in memory_compare, that lead to not comparing the 64-bit stuff
antifallobst pushed to master at nerdcult/homepage 2023-04-18 21:48:18 +00:00
39cab6adbf noxos (sysabi): fixed argument 3 register definition
antifallobst pushed to master at noxos/kernel 2023-04-18 17:19:28 +00:00
45edbfb64e fix (proc): changed fd_array chunk size back to 32. I forgot this after testing.
antifallobst closed issue noxos/kernel#15 2023-04-18 17:12:00 +00:00
Memory-related Refactor
antifallobst pushed to master at noxos/kernel 2023-04-18 17:06:34 +00:00
c14013efaa feature (proc): implemented file descriptors
antifallobst pushed to master at noxos/kernel 2023-04-18 15:06:57 +00:00
af95bd2ba1 refactor (syscalls): improved syscall handling infrastructure
antifallobst pushed to master at noxos/kernel 2023-04-18 14:24:12 +00:00
d9c3b4060b fix (build-system): fixed cmake build & source directory
antifallobst pushed to master at noxos/kernel 2023-03-22 12:09:05 +00:00
7fe93891b0 feature (acpi): implemented FADT
antifallobst pushed to master at noxos/kernel 2023-03-21 23:03:19 +00:00
ed977586a5 feature (acpi): implemented acpi table lookup
antifallobst pushed to master at noxos/kernel 2023-03-19 15:03:23 +00:00
148dfe5a62 docs: removed '.wiki' directory from git
antifallobst pushed to master at noxos/kernel 2023-03-19 14:52:31 +00:00
e9cd7c63b6 docs: removed '.wiki' directory
antifallobst pushed to main at nerdcult/nemu-old 2023-03-19 09:45:39 +00:00
6ae32ac2f2 base (clock): implemented a basic clocking structure