OSDev.org

The Place to Start for Operating System Developers
It is currently Mon Apr 29, 2024 1:48 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 166, 167, 168, 169, 170, 171, 172 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Oct 03, 2016 11:38 pm 
Offline
Member
Member

Joined: Tue Mar 04, 2014 5:27 am
Posts: 1108
crunch wrote:
Didn't want to port NASM etc

FASM should be very easy to port and it can generate executable ELFs directly.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Oct 04, 2016 2:12 am 
Offline
Member
Member

Joined: Sun Feb 01, 2009 6:11 am
Posts: 1070
Location: Germany
crunch wrote:
What's even cooler in my mind, is that the ELF executable was assembled and made into flat ELF format by the assembler I wrote running in my kernel.

This is completely crazy. In the most positive sense of the word. :)

_________________
Developer of tyndur - community OS of Lowlevel (German)


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Oct 05, 2016 9:19 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Image

_________________
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 Oct 05, 2016 9:28 am 
Offline
Member
Member
User avatar

Joined: Mon Dec 28, 2015 11:11 am
Posts: 401
klange: You ported Bochs? OMG, that's amazing!
00:00:31 on the clock in Bochs - *** Sleeping is for pussies *** :)


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Oct 05, 2016 10:44 am 
Offline
Member
Member

Joined: Wed Jun 17, 2015 9:40 am
Posts: 501
Location: Athens, Greece
Hi,


It would be fun to try to make a "Boot ToaruOS from inside ToaruOS" loop. After 5 iterations of this loop you could post the resulting screenshot. :)


Regards,
glauxosdever


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Oct 05, 2016 10:52 am 
Offline
Member
Member
User avatar

Joined: Mon Dec 28, 2015 11:11 am
Posts: 401
glauxman: I done that with Win 98: installed VM where VM was installed in VM in another VM on my computer which runs Win 98.
I used PCem, since it supports Win 98.
So basically, I made 4 Security Protection Layers with antivirus on my computer :) .


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Oct 05, 2016 11:02 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
klange wrote:
snip


@klange never replies.
It is awesome.

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader


Last edited by Octacone on Thu Oct 06, 2016 10:04 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Oct 05, 2016 11:22 am 
Offline
Member
Member
User avatar

Joined: Wed Aug 17, 2016 4:55 am
Posts: 251
I'm disappointed that the screenshot isn't Bochs running inside Bochs ( '-') Then we could claim bochsception.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Oct 05, 2016 9:29 pm 
Offline
Member
Member
User avatar

Joined: Wed Mar 21, 2012 3:01 pm
Posts: 930
It has come to the attention of the Sortix project that miscreants in our community have been emulating our precious Sortix operating system. In particular, the ToaruOS developers have been found guilty of Sortix Emulation by Bochs.

This will not stand.

The Sortix project is hereby responding with swift and disproportional retaliation.

We already struck first by emulating you back in 2013 with Bochs, but it did not stop you from emulating right back.

Belligerents! Behold the port of Qemu:

Image

The Sortix system can engage in acts of recursion by running itself inside Qemu:

Image

Your sovereign system is now subject to our emulation:

Image

Yes! Let that be a lesson.

We have even ported your desktop environment to run natively on Sortix. That's even a beautiful new vim port with your vim theme of choice.

We'll have no choice but to take away your unique features one by one until you cease your gross acts of emulation. Be warned, networking will be next.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Oct 05, 2016 9:42 pm 
Offline
Member
Member
User avatar

Joined: Wed Aug 31, 2016 9:53 pm
Posts: 81
Location: San Diego, CA
Sortie, that may be the best post I've seen on this forum in a long time.

_________________
Some of my open-source projects:
Ext2/ELF32 bootloader
Lightweight x86 assembler, designed to be portable for osdev
Scheme in under 1000 lines of C


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Oct 06, 2016 7:12 am 
Offline
Member
Member

Joined: Sun Feb 01, 2009 6:11 am
Posts: 1070
Location: Germany
sortie wrote:
Belligerents! Behold the port of Qemu

This is impressive. Did you patch it a lot or do you actually implement all the APIs that qemu uses? I once ported bochs, but qemu always seemed a little too hard.

_________________
Developer of tyndur - community OS of Lowlevel (German)


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Oct 06, 2016 8:31 am 
Offline
Member
Member
User avatar

Joined: Sat Dec 27, 2014 9:11 am
Posts: 901
Location: Maadi, Cairo, Egypt
I leave this forum for a few days, and people start showing off Bochs and QEMU ports! :shock: =D>

_________________
You know your OS is advanced when you stop using the Intel programming guide as a reference.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Oct 06, 2016 8:38 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
sortie wrote:
It has come to the attention of the Sortix project that miscreants in our community have been emulating our precious Sortix operating system. In particular, the ToaruOS developers have been found guilty...


Sortie, you are such an evil genius. :D

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Oct 06, 2016 9:14 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Lukand wrote:
klange: You ported Bochs? OMG, that's amazing!
00:00:31 on the clock in Bochs - *** Sleeping is for pussies *** :)


I have had a bochs port for a while; this is mostly demonstrating the network stack downloading large files.

I've actually been spamming different iterations of the same screenshot of bochs, vim, and yasm since apparently 2013 based on the version number in that first one, though I think sortie beat me to the punch by a couple of months as my screenshots are from March and the version number of ToaruOS in his indicates January or thereabouts.

@sortie: congrats on qemu! Gotta get a Yutani SDL backend so you can run it windowed ;)

_________________
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: Thu Oct 06, 2016 9:58 am 
Offline
Member
Member
User avatar

Joined: Fri Apr 03, 2015 9:41 am
Posts: 492
Week of the best OSes on this forum, Sortix and ToaruOS :D

_________________
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 166, 167, 168, 169, 170, 171, 172 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], SemrushBot [Bot] and 9 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