What does your OS look like? (Screen Shots..)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
thewrongchristian
Member
Member
Posts: 415
Joined: Tue Apr 03, 2018 2:44 am

Re: What does your OS look like? (Screen Shots..)

Post by thewrongchristian »

BenLunt wrote: It has been an interesting project though. Also, another interesting thing is that I am using an emulator (QEMU) to emulate my OS which in turn is emulating another x86 machine. :-)
Ooh, I can beat that.

At University, we had a new lab of PowerMac 6100 (it was a few years ago :), and on there we ran:

- PowerPC emulating m68k to run MacOS
- MacOS emulating x86 to run Windows
- Windows emulating x86 DOS
- DOS running a m68k emulator to learn m68k assembler.
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: What does your OS look like? (Screen Shots..)

Post by klange »

Image

What's old is new again - a few years back, my userspace and GUI apps were written in Python, but I abandoned them / rewrote a lot of them in C on my quest for a fully DIY ecosystem. Now that I've spent countless hours building my own Python-like language, it's time to bring back the old apps!


More screenshots:

Image

Image
User avatar
eekee
Member
Member
Posts: 872
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by eekee »

@klange: Nice! :) I have a question though: With one instance of Kuroko, can you receive events in the created window(s) and on the console too? The lack of that held be back from understanding toolkit programming in Linux in the 90s. (I was more confused back then.)
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
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: What does your OS look like? (Screen Shots..)

Post by klange »

eekee wrote:@klange: Nice! :) I have a question though: With one instance of Kuroko, can you receive events in the created window(s) and on the console too? The lack of that held be back from understanding toolkit programming in Linux in the 90s. (I was more confused back then.)
Building UIs in the REPL like this isn't really the intended workflow, and there's currently no way to asynchronously handle events while the REPL prompt is waiting for input - but it would be possible to hack something together with poll() to support that.
User avatar
eekee
Member
Member
Posts: 872
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by eekee »

klange wrote:
eekee wrote:@klange: Nice! :) I have a question though: With one instance of Kuroko, can you receive events in the created window(s) and on the console too? The lack of that held be back from understanding toolkit programming in Linux in the 90s. (I was more confused back then.)
Building UIs in the REPL like this isn't really the intended workflow, and there's currently no way to asynchronously handle events while the REPL prompt is waiting for input - but it would be possible to hack something together with poll() to support that.
Ah, so it's the same as most other systems. Thanks. I want to get away from this in my system, but I'm still not quite sure how. Perhaps I do want all input to be event-based, which is the opposite of what I once thought.
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
ilmmatias
Member
Member
Posts: 35
Joined: Fri Jun 02, 2017 3:01 pm
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by ilmmatias »

I have been working on my EFI loader (again), to remove the dependency on GNU-EFI and add a boot selection interface.
It's also now working on AArch64 (the screenshot was taken on my Raspberry Pi 3b), though I still haven't readded the kernel loading code.
(Using the url tag instead of the img tag as the screenshot will probably appear to big, as it is 1920x1080)

https://i.imgur.com/n6o9xxp.png
Structure
Posts: 8
Joined: Tue Aug 25, 2020 8:56 am

Re: What does your OS look like? (Screen Shots..)

Post by Structure »

Image
:shock:
Image
8)
Image
:roll:
PeterX
Member
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: What does your OS look like? (Screen Shots..)

Post by PeterX »

Well, that looks rather strange! :(

Greetings
Peter
Structure
Posts: 8
Joined: Tue Aug 25, 2020 8:56 am

Re: What does your OS look like? (Screen Shots..)

Post by Structure »

Image
PeterX
Member
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: What does your OS look like? (Screen Shots..)

Post by PeterX »

That looks better because now in this higher resolution I can see and understand the windows. Can you already do advanced stuff with the windows, like moving? Can applications already take use of the GUI?

Greetings
Peter
Structure
Posts: 8
Joined: Tue Aug 25, 2020 8:56 am

Re: What does your OS look like? (Screen Shots..)

Post by Structure »

Can you already do advanced stuff with the windows, like moving?
:arrow: https://video.okelyon.com/forms3.mp4
:arrow: https://video.okelyon.com/forms4.mp4

Image
PeterX
Member
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: What does your OS look like? (Screen Shots..)

Post by PeterX »

It moves! ;) Nice one.
Structure
Posts: 8
Joined: Tue Aug 25, 2020 8:56 am

Re: What does your OS look like? (Screen Shots..)

Post by Structure »

Image
PeterX
Member
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: What does your OS look like? (Screen Shots..)

Post by PeterX »

Looks interesting. And sure is a different path than other OSs! :)

Greetings
Peter
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: What does your OS look like? (Screen Shots..)

Post by Octacone »

@Structure

Very interesting! What solar system are you from? :D
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Post Reply