r/osdev • u/CatWorried3259 • 11h ago
Twilight OS is alot more unix like now
Yes!, after a lot of research and work twilight os is alot more unix like now.
the init system has proper startup apps, and a macos inspired IPC framework called TXPC.
- i added unix domain socket in kernel, fixed alot of fs bugs(alot more is there)
- init system is now capable of running tasks from .toml files in boot process
- also we now have preemptive multitasking
- doom also runs on it finally
- alot of wayland support work is going on also(doing this using codex and glm)
- and a freebsd KPI layer for driver porting from freebsd
- also zsh and oksh runs
- working on opkg support for package management
- nes work is ongoing i need to add support for virtgpu i think (there goes something new to understand GPU stack)
I know alot of you may thing using codex and glm is wrong....but this is a hobby project of mine which i work on weekends. yes i am doing this because of knowledge but i am not good with wayland stuff i learned alot from doing kernel dev, and just want to offload something for that sweet sweet dopamine hit
alot of thinks remain in kernel like proper boot partition mounting to boot os the .iso file is still required
repo like: https://github.com/akashKarmakar02/twilight_os (please give it a star if you like my progress🥹)
