Bananymous
|
5806a6484f
|
cat: use 1025 buffer. this allows reads to be 1024 byte
reading from disk currently returns ENOTSUP if buffer size is not
multiple of sector size.
|
2023-08-16 09:33:14 +03:00 |
Bananymous
|
ee8de77a90
|
Userspace: fix return values of cat and echo
|
2023-06-10 17:34:10 +03:00 |
Bananymous
|
cb359a05dc
|
BuildSystem: link libraries when they change
This also fixed the need for manual linkin on firt build
|
2023-05-31 23:01:40 +03:00 |
Bananymous
|
0ab3332ad3
|
Userspace: Start work on shell
|
2023-05-26 22:31:21 +03:00 |
Bananymous
|
f33e78882e
|
Kernel: Add argc and argv to process entry
|
2023-05-16 00:27:49 +03:00 |