This website requires JavaScript.
Explore
Help
Sign In
Sinipelto
/
banan-os
Watch
1
Star
0
Fork
0
You've already forked banan-os
forked from
Bananymous/banan-os
Code
Pull Requests
Activity
Files
ff5bcd4416f021d541c3e54ed157bd8fab07cfaf
banan-os
/
libc
History
Bananymous
ff5bcd4416
Kernel: Add basic fixed width allocator for userspace
...
We have to move process stacks to the general heap and maybe map kernel to higher half.
2023-05-06 19:58:08 +03:00
..
include
LibC: add proper stdlib.h header
2023-04-27 15:14:03 +03:00
.gitignore
Initial commit. We have a booting kernel
2022-11-12 21:04:47 +02:00
CMakeLists.txt
LibC: Write mostly functioning stdio
2023-04-23 14:32:37 +03:00
ctype.cpp
LibC: Add is*() functions to libc
2023-01-16 20:05:51 +02:00
fcntl.cpp
LibC: Write mostly functioning stdio
2023-04-23 14:32:37 +03:00
stdio.cpp
LibC: Fix some bugs
2023-04-25 13:27:01 +03:00
stdlib.cpp
Kernel: Add basic fixed width allocator for userspace
2023-05-06 19:58:08 +03:00
string.cpp
LibC: Write mostly functioning stdio
2023-04-23 14:32:37 +03:00
unistd.cpp
Kernel: Add basic fixed width allocator for userspace
2023-05-06 19:58:08 +03:00