Page 147 of 262

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

Posted: Sat Jun 18, 2016 10:14 am
by dseller
akasei wrote:Every process gets random time to work?
Yes. It's a lottery scheduler.

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

Posted: Sat Jun 18, 2016 3:15 pm
by mariuszp
My GUI is coming along well, it now has curved windows and some transparency. The screenshot shows the terminal, and a "hello world" application testing text rendering, and performance.
Glidix.png

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

Posted: Tue Jun 21, 2016 5:04 am
by Ycep
Cool for now, mariuszp!
But, you could work little bit on close, maximize and minimize buttons, after that it will be great!

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

Posted: Sat Jun 25, 2016 10:34 am
by Mikaku
Hello everybody,

This is my first post and I'd want to contribute to this screen-shots round with my UNIX-like kernel called Fiwix (currently at v0.8.2) booting on a floppy disk with the Minix v1 filesystem and using a Busybox environment.

Image

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

Posted: Sun Jun 26, 2016 3:52 am
by glauxosdever
Hi,


Your screenshots are very interesting and I wish my OS was such advanced...

I have to compromise with implementing a basic scheduler.
1466934350.png
1466934350.png (6.59 KiB) Viewed 5390 times

Regards,
glauxosdever

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

Posted: Tue Jun 28, 2016 8:53 am
by mariuszp
glauxosdever wrote:Hi,


Your screenshots are very interesting and I wish my OS was such advanced...

I have to compromise with implementing a basic scheduler.
1466934350.png

Regards,
glauxosdever
Are you allocating enough time to each task?

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

Posted: Tue Jun 28, 2016 9:07 am
by glauxosdever
Hi,


I allocate enough time. It just does not seem much because I update the screen (for now) on every log_printf call. Here log_printf is called for every letter.


Regards,
glauxosdever

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

Posted: Thu Jun 30, 2016 4:45 am
by CorruptedByCPU
Something new :)

Image

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

Posted: Thu Jun 30, 2016 12:25 pm
by BrightLight
Did you write a web server for your OS? Cool!

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

Posted: Thu Jun 30, 2016 9:58 pm
by CorruptedByCPU
omarrx024 wrote:Did you write a web server for your OS? Cool!
Yes, answer for GET / HTML1.1 (200) and error 404 File not found, if anything else.

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

Posted: Fri Jul 01, 2016 2:41 am
by Techel
Having a working network module is still the best thing to have 8)

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

Posted: Sun Jul 03, 2016 6:33 am
by CorruptedByCPU
I did not expect to run...

Image

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

Posted: Fri Jul 08, 2016 9:12 am
by Octacone
Finally!!! After hours of debugging, coding, sadness... I finally made it work! :D
It is a "simple" code but makes me happy. :)
ASM can be tough.

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

Posted: Fri Jul 08, 2016 9:36 am
by BrightLight
thehardcoreOS: did you write a firmware? Or is that an OS dependent on the BIOS?

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

Posted: Fri Jul 08, 2016 9:43 am
by Octacone
omarrx024 wrote:thehardcoreOS: did you write a firmware? Or is that an OS dependent on the BIOS?
This is just a simple "bootloader".
It is not really a bootloader since it can only print some cool looking text.
I want to develop this further and make so it can boot my kernel.