Bananymous
|
f6c312a6b3
|
BuildSystem: using sysroot doesn't need root privileges anymore!
Sysroot is now created with fakeroot. This allows root access to be
only needed for disk image creation, since it uses loopback devices.
|
2023-11-04 17:50:43 +02:00 |
Bananymous
|
4a01e4c3b4
|
Userspace: Use printf length modifiers when printing
|
2023-09-28 11:49:31 +03:00 |
Bananymous
|
80e7a89f67
|
BuildSystem: Base sysroot is now distributed as a tar ball
This allows file and directory permissions work as intended.
cmake is now filled with 'sudo' but with sudo timeout this should be
fine.
|
2023-08-23 10:38:21 +03:00 |
Bananymous
|
77ff585248
|
Userspace: implement basic stat
I tried to format the output pretty much how linux does, except for
uid and git -> name resolution which is not implemented
|
2023-08-11 10:30:50 +03:00 |