banan-os/libc
Bananymous 1b7625581d Kernel: Add basic concept of Processes
We now create Shell as a process that has its own threads
2023-03-16 12:17:04 +02:00
..
arch Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
include Kernel: Add basic concept of Processes 2023-03-16 12:17:04 +02:00
stdio All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
stdlib All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
string LibC: strerror now always uses a buffer to which it copies the string 2023-03-02 22:13:08 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel+LibC: Add some errno codes 2023-03-02 21:10:44 +02:00
ctype.cpp LibC: Add is*() functions to libc 2023-01-16 20:05:51 +02:00