]> git.corax.cc Git - corax/commit
Add simple kernel queue implementation to klibc
authorMatthias Kruk <m@m10k.eu>
Mon, 3 Feb 2020 22:31:16 +0000 (07:31 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 3 Feb 2020 22:31:16 +0000 (07:31 +0900)
commit191ffb7f2f724ae5d5d4cb36d02318ee96e4624e
treed97ba2ff342350ef66f59238c375714f22c64e6d
parent9710282b371d7f5f47eccb76fe0379141c54cf94
Add simple kernel queue implementation to klibc
kernel/include/kq.h [new file with mode: 0644]
kernel/klibc/Makefile
kernel/klibc/kq.c [new file with mode: 0644]