What does your OS look like? (Screen Shots..)
-
- Posts: 1
- Joined: Sat Jan 25, 2020 4:54 am
Re: What does your OS look like? (Screen Shots..)
A simple barebones 64-bit higher-half kernel for x86_64. At least it works.
Re: What does your OS look like? (Screen Shots..)
this is my OS:
- Attachments
-
- screenshot.png (111.38 KiB) Viewed 6815 times
Re: What does your OS look like? (Screen Shots..)
Last time I posted here, I was showing off kmscon running on Managarm. While terminal emulators, editors, and all that are good to have, they're boring. Managarm offered nothing to entertain, until recently. We ported SDL2, which opened many possibilities for porting games and such. Initially it only worked under the KMSDRM video target, but yesterday I got it working under Wayland. I first wanted to port DOOM, but I couldn't decide on the source port to use, so we ported tyr-quake instead. After finishing the porting, we decided to do something about the poor graphics performance and worked on finishing the LLVM port and compiling Mesa with the llvmpipe driver instead of the slow softpipe driver. After VVVVVV was open-sourced it also got ported (Serenity OS beat us by a day or two though :^) ).
The picture shows both the VVVVVV port and the tyr-quake port running at once with good performance, on a VM with a single core.
The picture shows both the VVVVVV port and the tyr-quake port running at once with good performance, on a VM with a single core.
Working on managarm.
Re: What does your OS look like? (Screen Shots..)
VVVVVV is absolutely not open source.qookie wrote:After VVVVVV was open-sourced it also got ported
Re: What does your OS look like? (Screen Shots..)
You are right, I did use the wrong term. By open-sourced I meant the source being released under a license that would allow us to port it.klange wrote:VVVVVV is absolutely not open source.
Working on managarm.
- Thunderbirds747
- Member
- Posts: 83
- Joined: Sat Sep 17, 2016 2:14 am
- Location: Moscow, Russia
Re: What does your OS look like? (Screen Shots..)
Here's a very primitive kernel of ExpOS, made on a virtual machine running Windows XP SP3 and Bochs 2.6.10,
A lot of functions are to be implemented soon.
A lot of functions are to be implemented soon.
Coffee is not airplane fuel.
Re: What does your OS look like? (Screen Shots..)
Last week I've been working on a slab allocator heap and integrating a wasm compiler (Cranelift) inside my kernel.
This is a simple wasm program executing and writing a fibonacci value to its memory slice, then the kernel reads it to verify.
This is a simple wasm program executing and writing a fibonacci value to its memory slice, then the kernel reads it to verify.
osdev project, goal is to run wasm as userspace: https://github.com/kwast-os/kwast
Re: What does your OS look like? (Screen Shots..)
been busy rewriting my user interface code
- Thunderbirds747
- Member
- Posts: 83
- Joined: Sat Sep 17, 2016 2:14 am
- Location: Moscow, Russia
Re: What does your OS look like? (Screen Shots..)
Your OS seems quite impressive due to the fact that you implemented an advanced GUI. Looks awesome!nakst wrote:been busy rewriting my user interface code
Coffee is not airplane fuel.
- zesterer
- Member
- Posts: 59
- Joined: Mon Feb 22, 2016 4:40 am
- Libera.chat IRC: zesterer
- Location: United Kingdom
- Contact:
Re: What does your OS look like? (Screen Shots..)
That's absolutely amazing. It looks like a modern UI mockup, not a real GUI running on a hobby OS. Superb work!nakst wrote:been busy rewriting my user interface code
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
http://zesterer.homenet.org/projects.shtml
Re: What does your OS look like? (Screen Shots..)
Managarm running mednafen. Most of the work was done by qookie (including the pthread implementation). I focus more on core improvements right now.
managarm: Microkernel-based OS capable of running a Wayland desktop (Discord: https://discord.gg/7WB6Ur3). My OS-dev projects: [mlibc: Portable C library for managarm, qword, Linux, Sigma, ...] [LAI: AML interpreter] [xbstrap: Build system for OS distributions].
Re: What does your OS look like? (Screen Shots..)
I can imagine few things more awesome than this (in the original sense: awe-inspiring). Good work!Korona wrote:Managarm running mednafen. Most of the work was done by qookie (including the pthread implementation). I focus more on core improvements right now.
Carpe diem!
- sleephacker
- Member
- Posts: 97
- Joined: Thu Aug 06, 2015 6:41 am
- Location: Netherlands
Re: What does your OS look like? (Screen Shots..)
I recently got back into osdev. I've started again from scratch and this time I'm doing it the right way ( = what I said before my previous attempt). I've completed most of the work on my bootloader, this time it actually does all the things you'd expect from it so that the kernel, when I have a kernel, can be completely agnostic of the firmware. It even has menu's! Some pics of it running on real hardware:
Re: What does your OS look like? (Screen Shots..)
@sleephacker: Sweet! But is the kernel really <= 4096 bytes? $b000 - $a000 = 4096.
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie