antifallobst
antifallobst pushed to master at noxos/kernel 2023-05-01 20:53:42 +00:00
99cd492570 feature (TTY): implemented a cursor
antifallobst pushed to master at nerdcult/homepage 2023-04-30 23:29:03 +00:00
a4d48780f3 noxos (docs): documented PS/2
antifallobst pushed to master at noxos/kernel 2023-04-30 23:14:59 +00:00
66e6b0d3f8 refacotr (TTY): removed not needed function tty_alloc
Compare 2 commits »
antifallobst pushed to master at nerdcult/homepage 2023-04-30 22:56:30 +00:00
0b5927f563 noxos (docs): documented tty
antifallobst pushed to master at noxos/kernel 2023-04-30 17:27:11 +00:00
820d3ed14a docs (readme): updated roadmap
antifallobst closed issue noxos/kernel#10 2023-04-30 15:30:09 +00:00
Keyboard handler
antifallobst commented on issue noxos/kernel#10 2023-04-30 15:30:06 +00:00
Keyboard handler

implemented in 2b8a39feacf3cec1e1272d160032da3c4f389ef2 & 33713a805a6a6416b4574560c98087437ad9c21b

antifallobst pushed to master at noxos/kernel 2023-04-30 15:26:02 +00:00
33713a805a feature (TTY): made tty easy linkable with process stdio/pipes
antifallobst pushed to master at noxos/kernel 2023-04-30 10:46:24 +00:00
328d48e381 fix (scheduler): fixed bug that caused double execution of the threads first cpu time
antifallobst pushed to master at noxos/kernel 2023-04-30 10:08:01 +00:00
2b8a39feac feature (PS/2): implemented a basic ps/2 keyboard driver and TTY
antifallobst pushed to master at noxos/kernel 2023-04-30 09:52:43 +00:00
aa5ca306ca fix (streams): fixed bug in max readable bytes calculation
antifallobst pushed to master at noxos/kernel 2023-04-28 17:00:57 +00:00
1777ca2150 refacotr (ahci): moved ahci.h from src to inc ^^
antifallobst pushed to master at nerdcult/homepage 2023-04-27 11:04:37 +00:00
9e63f336cf noxos (docs): documented pipes and new process operations (pause/start)
antifallobst pushed to master at noxos/kernel 2023-04-27 10:27:24 +00:00
31fd385d41 feature (proc): implemented basic pipes and whole process pausing
antifallobst pushed to master at noxos/kernel 2023-04-26 22:18:16 +00:00
a6e11d7e4e feature (sysconfig): implemented basic system configuration
antifallobst pushed to master at nerdcult/homepage 2023-04-26 21:48:19 +00:00
82228306c8 noxos (docs): documented logger DEBUG macro and PCI
antifallobst pushed to master at noxos/kernel 2023-04-26 18:14:34 +00:00
c1ec695ff6 feature (logger): implemented debug log macro which logs file and line number of its call in adition to a given format string
antifallobst pushed to master at noxos/kernel 2023-04-25 22:06:44 +00:00
6dc7e0a11e feature (AHCI): defined FIS stuff
antifallobst pushed to master at noxos/kernel 2023-04-25 21:14:25 +00:00
62816ebcbd fix (ELF): commented elf status messages out
antifallobst pushed to master at noxos/kernel 2023-04-25 21:03:11 +00:00
203a8c2049 feature (PCI): implemented a BASIC pci device manager