antifallobst
antifallobst pushed to master at noxos/kernel 2023-05-07 21:13:51 +00:00
b8cafaf24d feature (MBR): implemented MBR
antifallobst pushed to master at noxos/kernel 2023-05-07 12:13:33 +00:00
7d104a2745 feature (AHCI): implemented port reading
antifallobst pushed to master at noxos/kernel 2023-05-07 10:39:26 +00:00
20112833d5 feature (AHCI): implemented port initialization
antifallobst pushed to master at noxos/kernel 2023-05-06 23:17:01 +00:00
caacc16f35 feature (processes): implemented signals and the 'nx_psignal' syscall
antifallobst pushed to master at noxos/kernel 2023-05-06 22:34:52 +00:00
c0e1b688a4 feature (syscalls): implemented 'nx_pcreate'
12ff4ec3dd feature (status): added a few more error status codes
Compare 2 commits »
antifallobst pushed to master at noxos/kernel 2023-05-06 22:32:28 +00:00
c02fdd7249 fix (processes): changed process spawning to copy the null terminator at the end of the name
antifallobst pushed to master at noxos/kernel 2023-05-06 14:34:21 +00:00
8edd425fee refactor (build-system): added libnx and shell to build pipeline
antifallobst pushed to master at noxos/kernel 2023-05-04 11:29:13 +00:00
091220ac71 feature (AHCI): implemented ahci controllers and ahci controller device enumeration
antifallobst pushed to master at noxos/kernel 2023-05-04 09:30:42 +00:00
62bbc52205 feature (renderer): implemented cursor moving ascii extension
antifallobst pushed to master at noxos/kernel 2023-05-03 20:49:27 +00:00
f2584f7754 refactor (PS/2 keyboard): removed debug logs when handling cursor keys
antifallobst pushed to master at noxos/kernel 2023-05-03 20:46:27 +00:00
be508dae9f feature (strings): implemented the noxos ascii extension
antifallobst pushed to master at noxos/kernel 2023-05-03 20:01:39 +00:00
fb66944b0e feature (PS/2): finished up initialization process
antifallobst pushed to master at nerdcult/homepage 2023-05-02 20:49:54 +00:00
3264604b0a noxos (docs): defined ascii extension
antifallobst pushed to master at noxos/libraries 2023-05-02 19:23:55 +00:00
e0179b067c implemented a few utils
antifallobst pushed to master at noxos/kernel 2023-05-02 19:21:29 +00:00
c5cbf51e75 feature (shell): implemented basic interactions
antifallobst pushed to master at noxos/kernel 2023-05-02 19:20:24 +00:00
0d36dac39b refactor (build-system): renamed cmake project
antifallobst pushed to master at noxos/kernel 2023-05-02 19:19:50 +00:00
6709aa9de5 feature (threads): added default end point for thread execution
antifallobst pushed to master at noxos/kernel 2023-05-02 16:07:53 +00:00
23af4ccdab feature (syscalls): changed 'nx_fread' and 'nx_fwrite' to match updated sysabi
406dc0ee9e feature (VFS): returning amount of written/read bytes
Compare 2 commits »
antifallobst pushed to master at nerdcult/homepage 2023-05-02 16:07:33 +00:00
a76303dd10 noxos (docs): updated sysabi
antifallobst pushed to master at noxos/kernel 2023-05-01 22:44:42 +00:00
ce905f1a36 feature (shell): starting shell on startup
1101b83939 refactor (syscalls): removed debug logs when writing to stdout
18a0fc3eb7 fix (scheduler): fixed PF when pausing the running thread
d493ebc64f fix (stream): fixed bug that allowed reading nonexistent data
0c084d00c0 fix (renderer): fixed possible PF when printing \n
Compare 6 commits »