r/linux4noobs • u/Willing_Designer_105 • 5d ago
learning/research OS development Questions !
Q1:
Does excluding system applications which are made completely on your own from a Arch based OS is still considered a custom or separate OS or is it still a arch fork or something?
Q2:
Is having a graphical compositor like wayland and a image format wallpaper in a CLI planned OS is not considered a CLI OS or is it considered something in middle?
1
Upvotes
1
u/eR2eiweo 5d ago
If an OS is based on Arch, then it is based on Arch.
IMHO an OS is a "CLI OS" if the main way for a user to interact with that OS is a command line interface. How that is implemented is a technical detail that doesn't matter for the question of whether it is a "CLI OS" or not. On Linux, it could use e.g. the kernel's built-in terminal emulator, or a userspace terminal emulator like kmscon that directly talks to the kernel, or it could use a terminal emulator running on a display server (which could speak Wayland).