OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 5:33 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 228, 229, 230, 231, 232, 233, 234 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Jan 25, 2020 5:01 am 
Offline

Joined: Sat Jan 25, 2020 4:54 am
Posts: 1
A simple barebones 64-bit higher-half kernel for x86_64. At least it works.
Attachment:
os_feels.png
os_feels.png [ 26.31 KiB | Viewed 5651 times ]


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Jan 27, 2020 1:44 am 
Offline

Joined: Mon Jan 27, 2020 1:08 am
Posts: 5
this is my OS:

Attachment:
The attachment screenshot.png is no longer available


Attachments:
screenshot.png
screenshot.png [ 111.38 KiB | Viewed 5632 times ]
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Jan 28, 2020 4:40 pm 
Offline
Member
Member
User avatar

Joined: Sun Apr 30, 2017 12:16 pm
Posts: 68
Location: Poland
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.

Image

_________________
Working on managarm.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Jan 28, 2020 6:27 pm 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
qookie wrote:
After VVVVVV was open-sourced it also got ported

VVVVVV is absolutely not open source.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Jan 29, 2020 10:35 am 
Offline
Member
Member
User avatar

Joined: Sun Apr 30, 2017 12:16 pm
Posts: 68
Location: Poland
klange wrote:


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.

_________________
Working on managarm.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Feb 01, 2020 4:11 am 
Offline
Member
Member
User avatar

Joined: Sat Sep 17, 2016 2:14 am
Posts: 83
Location: Moscow, Russia
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.


Attachments:
scr1-min.PNG
scr1-min.PNG [ 65.99 KiB | Viewed 5355 times ]

_________________
Coffee is not airplane fuel.
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Feb 06, 2020 7:09 pm 
Offline
Member
Member
User avatar

Joined: Sun Apr 05, 2015 3:15 pm
Posts: 31
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.
Image

_________________
osdev project, goal is to run wasm as userspace: https://github.com/kwast-os/kwast


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Feb 15, 2020 3:39 pm 
Offline
Member
Member
User avatar

Joined: Sun Jan 17, 2016 7:57 am
Posts: 51
been busy rewriting my user interface code 8)
Image


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Feb 24, 2020 5:05 am 
Offline
Member
Member
User avatar

Joined: Sat Sep 17, 2016 2:14 am
Posts: 83
Location: Moscow, Russia
nakst wrote:
been busy rewriting my user interface code 8)
Image

Your OS seems quite impressive due to the fact that you implemented an advanced GUI. Looks awesome!

_________________
Coffee is not airplane fuel.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Mar 04, 2020 6:46 pm 
Offline
Member
Member
User avatar

Joined: Mon Feb 22, 2016 4:40 am
Posts: 59
Location: United Kingdom
nakst wrote:
been busy rewriting my user interface code 8)
Image


That's absolutely amazing. It looks like a modern UI mockup, not a real GUI running on a hobby OS. Superb work!

_________________
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Mar 11, 2020 12:23 pm 
Offline
Member
Member

Joined: Sat Nov 21, 2009 5:11 pm
Posts: 852
Added an on-screen debugger.


Attachments:
osd.png
osd.png [ 29.62 KiB | Viewed 4081 times ]
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 12, 2020 1:02 pm 
Offline
Member
Member

Joined: Thu May 17, 2007 1:27 pm
Posts: 999
Managarm running mednafen. Most of the work was done by qookie (including the pthread implementation). I focus more on core improvements right now.

Image

Image Image

_________________
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].


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 12, 2020 1:18 pm 
Offline
Member
Member

Joined: Wed Aug 30, 2017 8:24 am
Posts: 1593
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.

I can imagine few things more awesome than this (in the original sense: awe-inspiring). Good work!

_________________
Carpe diem!


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 19, 2020 2:22 pm 
Offline
Member
Member
User avatar

Joined: Thu Aug 06, 2015 6:41 am
Posts: 97
Location: Netherlands
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:


Attachments:
20200319_201155_small.jpg
20200319_201155_small.jpg [ 93.23 KiB | Viewed 3819 times ]
20200319_191215_small.jpg
20200319_191215_small.jpg [ 42.94 KiB | Viewed 3819 times ]
20200319_191221_small.jpg
20200319_191221_small.jpg [ 47.36 KiB | Viewed 3819 times ]
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Mar 20, 2020 10:38 am 
Offline
Member
Member
User avatar

Joined: Mon May 22, 2017 5:56 am
Posts: 812
Location: Hyperspace
@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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 228, 229, 230, 231, 232, 233, 234 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 75 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group