“Interact with the command-line interface to execute commands and view output”
A command line interface has not been implemented. It just prints a bootup message.
“Some basic examples of usage include: Running a simple "Hello World" program
Viewing system information such as memory usage and process list”
None of this has been implemented.
Was this vibe coded? Asking because the README disconnect with the code is weird.
Seems to be written in Zig 0.13. That’s about a year old. 0.15 has breaking changes so it’ll need to be ported if you’re going to do anything with this.
I die inside whenever I see something like this. Not even a word that this is a reference to the "Operating System in 1,000 Lines" which someone else linked in this thread. The worst part is that OP probably learned nothing about operating systems from this project.
A command line interface has not been implemented. It just prints a bootup message.
“Some basic examples of usage include: Running a simple "Hello World" program Viewing system information such as memory usage and process list”
None of this has been implemented.
Was this vibe coded? Asking because the README disconnect with the code is weird.
Seems to be written in Zig 0.13. That’s about a year old. 0.15 has breaking changes so it’ll need to be ported if you’re going to do anything with this.