Bananymous
|
10d9b72da1
|
LibC: syscall() now returns -1 on error and updates errno
|
2023-05-07 01:51:39 +03:00 |
Bananymous
|
2fe9af7165
|
Kernel/LibC: add free function for FixedWidthAllocator
I have to rework the syscall API and allocators in process. For
now this works well enough :)
|
2023-05-07 01:21:50 +03:00 |
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 |
Bananymous
|
7b19d6e479
|
LibC: fread() now does a single syscall
|
2023-04-25 12:38:08 +03:00 |
Bananymous
|
1b4c744974
|
LibC: syscalls have now proper argument order
|
2023-04-22 15:29:15 +03:00 |
Bananymous
|
fe87c08a02
|
LibC: add needed stubs to build executables with our compiler
|
2023-04-12 17:53:02 +03:00 |
Bananymous
|
e760bafeeb
|
LibC: add stubs for a lot of functions
|
2023-04-05 23:58:40 +03:00 |