Page 267 of 267
Re: What does your OS look like? (Screen Shots..)
Posted: Sat Jun 20, 2026 8:47 am
by STARTIUMos
Okay. I started this operating system just two minutes ago, and its name is STARTIUM (formerly StartOS - StartMAX). This is currently the first build of STARTIUM. It's just a message on QEMU, but I'll definitely continue this project. STARTIUM OS is an operating system that uses the NECT (New Extended Core Technology) kernel (the kernel, like OS, is my writing). My goal is to create a closed-source, popular, and unique operating system, just like Windows. Right now, I'm sketching in a small notebook how my operating system might look in the future. When the project was offically finished, i can maybe sell it. Wish me luck! Thanks.

Re: What does your OS look like? (Screen Shots..)
Posted: Wed Jul 08, 2026 9:19 am
by DAEDGOAT17
Hello everyone,
I wanted to share my hobby operating system project, AOS. It is designed as an educational, monolithic 64-bit kernel built
using agentic coding and some parts are hand written .
[url=https://ibb.co/C34T2wKw][img]https://i.ibb.co/C34T2wKw/IMG20260408221923.jpg[/img][/url]
Current features implemented:
- [i]Pure [u]x86_64[/u] long mode execution[/i]
- [i]UEFI boot capability[/i]
- Dynamic memory management
- A custom networking stack (tested with e1000 emulation in QEMU)
- An interactive kernel shell interface
The build pipeline uses [b]GCC[/b], [b]NASM[/b], and custom linker scripts, bundled up with a run script to quickly launch an ISO image in QEMU.
This is my first time building a kernel. While it successfully boots via GRUB on [b][i][u]bare-metal hardware[/u][/i][/b], it currently lacks SATA support and several other standard storage drivers, which I plan to tackle next.
I would love to get any code reviews or constructive feedback on my architecture, especially regarding memory layout and network frame routing logic!
GitHub Repository: [url]https://github.com/DAEDGOAT17/AOS[/url]
Thanks for looking!
Re: What does your OS look like? (Screen Shots..)
Posted: Wed Jul 08, 2026 9:56 pm
by Octocontrabass
DAEDGOAT17 wrote: ↑Wed Jul 08, 2026 9:19 amcompletely from scratch.
Using a LLM to generate your OS is not "from scratch".
Re: What does your OS look like? (Screen Shots..)
Posted: Sun Aug 02, 2026 6:33 am
by kingcope
The new generation of LikeOS is now running xorg + ctwm, with bash, openssh and netsurf as you see in the screenshots. The code is in the github dev branch and will be soon commited to master after testing. LikeOS runs inside vmware, qemu, virtualbox and has been tested on real hardware, Lenovo Thinkpad P50 and Dell Pro 16 Plus notebooks. After building from the dev branch (and soon from the master branch) one can login into LikeOS with root:toor and launch xorg by typing startx. I am always looking for contributors, so if you want to introduce new code into LikeOS you can submit PRs, send patches or just drop me a note that you want to participate.

Re: What does your OS look like? (Screen Shots..)
Posted: Sat Aug 08, 2026 1:10 am
by TimothyARyazanov
After weeks of struggling, I finally got the C kernel to work.
DISCLAIMER:
This OS is partly written using AI and does not contain any "slop" in it. This is purely a scientific and experimental project.
Re: What does your OS look like? (Screen Shots..)
Posted: Tue Aug 11, 2026 11:54 am
by TimothyARyazanov
After days of relentless coding, the system got its code name. CPU and memory info are working.
Re: What does your OS look like? (Screen Shots..)
Posted: Wed Aug 12, 2026 5:13 am
by NeuroSamaOS
Neuro-SamaOS:
Its UEFI btw.
Boot:

Boot Finish:

Re: What does your OS look like? (Screen Shots..)
Posted: Fri Aug 21, 2026 2:37 pm
by TimothyARyazanov
Entered the GUI territory now. A Thunking Insane Extreme rollercoaster of days of coding and solving a plethora of errors, garbage, freezes and stuff.
The GUI currently looks almost the same as Windows 3.1 as of now. NeoOS did go through a lot of hassle.
Re: What does your OS look like? (Screen Shots..)
Posted: Thu Sep 24, 2026 10:14 am
by Kamal123
XenevaOS has received many improvements recently.
The kernel has been optimized for the AArch64 architecture, along with new GPU and networking support. The networking stack now supports IPv4/IPv6, TCP, UDP, ICMP, NDP, and routing.
One of the most interesting changes is the new real-time scheduler, using EDF with Round-Robin (RR). Earlier, XenevaOS used only RR, and the new scheduler has improved overall performance significantly.
Graphics have also improved a lot, with better glassmorphism support in the compositor and native OpenXR support.
Efforts are ongoing to port the OS to bare metal devices such as imx8mp based boards and RPI3B+.
Here’s how it looks:
https://github.com/manaskamal/XenevaOS
Re: What does your OS look like? (Screen Shots..)
Posted: Fri Sep 25, 2026 9:43 am
by AndrewAPrice
Assortment of Applications
UI Debugger
MusicBox

Re: What does your OS look like? (Screen Shots..)
Posted: Sat Sep 26, 2026 12:38 pm
by softwarewrighter
Re: What does your OS look like? (Screen Shots..)
Posted: Sat Sep 26, 2026 6:52 pm
by softwarewrighter
MLOS (a.k.a. sw-os-ml)
booted on Apple Silicon QEMU, shell:
booted on x86-64 QEMU, shell:
An experimental OS that manages ML data, intended for distributed CPU/GPU use on Apple Silicon and Intel/AMD ISAs.
https://github.com/sw-ml-study/sw-os-ml