Currently running a simple GUI theme but hoping to implement a compositing window manager soon.
Re: What does your OS look like? (Screen Shots..)
Posted: Sun Sep 01, 2024 4:40 am
by Kamal123
Hello everyone, after a long time. XenevaOS got many improvements and new features like Shell inbuilt commands, basic networking, graphical updates..etc. XenevaOS v1.1 is on the way. Here's a screenshot of current version.
I accidentally ported node.js to Sortix. It's extremely unstable but the most basic uses actually work.
How long have you been working on Sortix? It looks absolutely insane to me that anyone was able to do that
Re: What does your OS look like? (Screen Shots..)
Posted: Tue Oct 08, 2024 6:15 pm
by no92
managarm can now handle multitouch - as tested with USB passthrough (for screenshotting purposes) on my ThinkPad:
Coming soon to a PR near you!
Re: What does your OS look like? (Screen Shots..)
Posted: Wed Oct 09, 2024 2:45 am
by Korona
no92 wrote: ↑Tue Oct 08, 2024 6:15 pm
managarm can now handle multitouch - as tested with USB passthrough (for screenshotting purposes) on my ThinkPad:
Managarm also just turned 10 years old. I'm glad that it now has a lot of active contributors. 10 years ago when I started the project together with a friend of mine I wouldn't have imagined that we'd get to a point where we can receive multitouch input events from a laptop touchscreen and visualize them using a JavaScript application that runs in a browser (WebKitGTK in this case). Great work by everyone involved!
Re: What does your OS look like? (Screen Shots..)
Posted: Sun Oct 13, 2024 9:54 pm
by zaval
congratulations on the anniversary. your project is one of the most successful here and always has been thus a strong motivation and inspiration.
Re: What does your OS look like? (Screen Shots..)
Posted: Tue Oct 15, 2024 11:58 am
by nexos
Progress update on NexNix. Things has progressed fairly slowly over the past year, but now I've reached the pre-multitasking milestone. Currently it consists of a complete bootloader that has a basic scripting language, BIOS/EFI support, multi-platform support, and quite a bit more. The kernel also features a WIP memory manager that is heavily inspired off of Mach and UVM, a slab allocator that's almost a complete implementation of the original Bonwick paper, support for proper resource management, tickless event support, support for most PC hardware that's relevant to a microkernel, including things like invariant TSC, HPET, ACPI, APIC, etc, support for any 386+ CPU, and an interrupt manager with proper prioritization, proper support for interrupt chaining, and other features too. Next up is multitasking!
Re: What does your OS look like? (Screen Shots..)
Posted: Wed Nov 27, 2024 11:46 am
by venos
I got to userspace today for the first time, not just in this kernel but in all the attempts I've ever had in making one. So much has to go right up to this point, and that has me very excited.
Next up, I might work on actual ELF loading, followed by better syscall support and at least rudamentary support for multitasking.
Re: What does your OS look like? (Screen Shots..)
Posted: Tue Dec 10, 2024 4:04 pm
by CorruptedByCPU
Update after so, long time.
Making UI elements like: checkbox, input, radio, scroll etc...