Page 197 of 262

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

Posted: Wed Apr 12, 2017 2:26 pm
by obiwac
0.o

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

Posted: Thu Apr 13, 2017 3:34 pm
by Ankeraout
Still working on paging for now...

Image

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

Posted: Fri Apr 14, 2017 3:01 am
by Korona
pcmattman wrote:Pedigree kernel + Debian userspace + Xnest on the system running QEMU. :-)

I'm cheating a little bit by booting to single-user mode, mostly just to test the basics (e.g. xclock, xterm) before letting the userspace try and run gdm and its own X server.
I'm not sure I understand what is going on. Is your OS running Xnest which redirects the X output to the host OS? Did you port stuff like an init system, ifup/down and the ALSA user-space to your OS? That is quite a remarkable achievement! Did you have to implement many Linux specific system calls/interfaces in order to be able to do that? :D

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

Posted: Sat Apr 15, 2017 6:50 am
by Octacone
Post Update: Thank you guys for pointing out that my values were wrong, it is all fixed now.
A brand new and improved panic screen (updated picture):
NewPanicScreenUpdated.png
Started working on some memory management:
MemoryMap.png

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

Posted: Sat Apr 15, 2017 7:18 am
by Ch4ozz
Your Stack-Selector looks wrong though

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

Posted: Sat Apr 15, 2017 8:21 am
by zaval
i wasn't into x86 too long, don't even know if this possible for a 16-bit register to hold a 24-bit value.) btw, it definitely points to some code near the current IP.

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

Posted: Sat Apr 15, 2017 9:49 am
by Octacone
Ch4ozz wrote:Your Stack-Selector looks wrong though
Update: it is all good, because of ring 0
zaval wrote:i wasn't into x86 too long, don't even know if this possible for a 16-bit register to hold a 24-bit value.) btw, it definitely points to some code near the current IP.
Update: All the values are 32 bit, 16 bit values are properly translated.

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

Posted: Sat Apr 15, 2017 12:57 pm
by zaval
I meant SS. Your printing code prints something else instead of SS.)

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

Posted: Wed Apr 19, 2017 1:36 am
by osdever
Finally! Now include files for U365 apps are in the FS itself.

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

Posted: Wed Apr 19, 2017 3:21 am
by mariuszp
osdeverr wrote:Finally! Now include files for U365 apps are in the FS itself.
FYI, "cat" should run without arguments, if you are implementing POSIX. It should cat from stdin in that case, not throw an error and exit.

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

Posted: Wed Apr 19, 2017 3:45 am
by Octacone
osdeverr wrote:Finally! Now include files for U365 apps are in the FS itself.
That is really cool! Now add some color. :D (for syntax highlighting)

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

Posted: Wed Apr 19, 2017 10:39 am
by osdever
mariuszp wrote:
osdeverr wrote:Finally! Now include files for U365 apps are in the FS itself.
FYI, "cat" should run without arguments, if you are implementing POSIX. It should cat from stdin in that case, not throw an error and exit.
I know, I was just lazy :P

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

Posted: Wed Apr 19, 2017 10:50 am
by osdever
octacone wrote:
osdeverr wrote:Finally! Now include files for U365 apps are in the FS itself.
That is really cool! Now add some color. :D (for syntax highlighting)
But it's a cat...

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

Posted: Wed Apr 19, 2017 9:32 pm
by SeeSoftware
I dont really have an os yet but i created something fun in the error screen :)

Image

Yep, Snake in the error screen :D
btw its running on my old nearly broken laptop !

funfact: the error screen has more function then the os itself !

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

Posted: Thu Apr 20, 2017 8:36 am
by TopSekret
Currently, FemtOS 0.1.0-PRE looks like that:

Image