Replies: 3 comments 4 replies
-
Hi @xplshn, can you define usable for you? Would you mind listing what's missing for that? I'm really interested about getting feedback on what I'm building. For me the next important milestone for the kernel is finishing the work to allow userspace programs to allocate memory. But I don't want the OS to be just a small kernel that can run the usual Unix tools. I want to create a polished terminal environment without the constrain of being a direct clone of Unix or anything else. I grew up coding in BASIC on an IBM PC running DOS, and I'm fascinated by the history of Unix, ITS, and Lisp. I'm also inspired by the idea of permacomputing so I'm targeting computers from around 2010 that are now pretty cheap and still powerful enough to do everything we might want from a terminal. That's why I'm also spending time coding a lisp-like language, a text editor, network tools, and many other things inside the OS. But MOROS is just a hobby, it won’t be big and professional like Linux. There's plenty of other bigger and better alternative operating systems already! One important goal is to inspire other people to start their own hobby OS to increase the diversity of the ecosystem. |
Beta Was this translation helpful? Give feedback.
-
I thought you had the objective of making MOROS a minimalist, computing OS. For simple tasks. If this were to be a usable in the day to day OS, it'd hove at least a WM like Sway, or something more complicated to port like Xorg, and a minimalistic package manager to build recipes or download binaries. An important addition would be a web browser, like netsurf or neosurf, a TUI mail client, a terminal emulator like foot. An image viewer like swayimg, all little utilities. I think that the important bit of a project, is that the creator likes it. After all, its all yours. |
Beta Was this translation helpful? Give feedback.
-
Nonetheless, this is an awesome project and I can't believe one person buil t it all in Rust |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions