Commit Graph

13 Commits

Author SHA1 Message Date
Matthew Leach
29f52efe13 syscalls: implement chdir
Implement chdir(2).
2025-11-21 23:03:14 +00:00
Matthew Leach
8abda6dd9c syscalls: umask: implement
implement umask(2).
2025-11-21 23:03:14 +00:00
Matthew Leach
c70e44c9c5 Merge pull request #2 from BjornTheProgrammer/master
Improve build system
2025-11-21 23:01:10 +00:00
Bjorn Beishline
7f68b0afca Remove sudo add check if test.img exists 2025-11-21 15:39:32 -07:00
Steve Biedermann
e98c6668ef fix build scripts and add additional pre-requesites to readme 2025-11-21 15:19:27 -07:00
Matthew Leach
9b82966f11 fops, pipe: fix deadlock
Fix deadlock when read/write{v,} is called with a size of zero.
2025-11-21 20:22:26 +00:00
Bjorn Beishline
71475803e3 Add generation of img file 2025-11-21 02:19:12 -07:00
Bjorn Beishline
d1807c72fa Add readme to include NixOS command 2025-11-21 02:19:12 -07:00
Bjorn Beishline
1ccd810de1 Add rust-toolchain.toml and add docs about prereqs 2025-11-21 02:19:12 -07:00
Matthew Leach
fae19e3cba main: remove unused unstable feature format_args_nl
The function that used this feature has been replaced and the feature is
no longer required.
2025-11-21 07:58:31 +00:00
Matthew Leach
c10468346b README: remove typo 2025-11-21 07:58:05 +00:00
Matthew Leach
b8a4f29694 README: new
Add a basic README.md
2025-11-20 16:06:21 +00:00
Matthew Leach
ca6fdd0da5 Initial Commit
Initial commit of arm64 bring-up code, kernel core (libkernel) and build
infrastructure.
2025-11-16 20:15:01 +00:00