Page 177 of 262

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

Posted: Sun Nov 20, 2016 4:01 pm
by Ycep
octacone: EDP? You meant ESP?

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

Posted: Sun Nov 20, 2016 4:08 pm
by Ch4ozz
Lukand wrote:octacone: EDP? You meant ESP?
No he meant EBP

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

Posted: Mon Nov 21, 2016 8:00 am
by AMenard
octacone wrote:This topic is loosing its sense because of these ongoing discussions.

Basic OS Small Update:
-Added Blue Screen of Death System
-Capable of: dumping registers, showing your the error code and other important things such as what has happened to your OS
Personnaly I prefer the good old Guru Meditation error message over the BSOD :mrgreen:

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

Posted: Mon Nov 21, 2016 3:56 pm
by Octacone
AMenard wrote:
octacone wrote:This topic is loosing its sense because of these ongoing discussions.
Basic OS Small Update:
-Added Blue Screen of Death System
-Capable of: dumping registers, showing your the error code and other important things such as what has happened to your OS
Personnaly I prefer the good old Guru Meditation error message over the BSOD :mrgreen:
Lol :D
Ch4ozz wrote:
Lukand wrote:octacone: EDP? You meant ESP?
No he meant EBP
It says EDP. I guess it is EBP. :?: :?

Update:
+Added Printf function, my first one actually (never had one before), based on libk's implementation

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

Posted: Tue Nov 22, 2016 10:46 am
by osdever
octacone wrote:
AMenard wrote:
octacone wrote:This topic is loosing its sense because of these ongoing discussions.
Basic OS Small Update:
-Added Blue Screen of Death System
-Capable of: dumping registers, showing your the error code and other important things such as what has happened to your OS
Personnaly I prefer the good old Guru Meditation error message over the BSOD :mrgreen:
Lol :D
Ch4ozz wrote:
Lukand wrote:octacone: EDP? You meant ESP?
No he meant EBP
It says EDP. I guess it is EBP. :?: :?

Update:
+Added Printf function, my first one actually (never had one before), based on libk's implementation
Cool!

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

Posted: Tue Nov 22, 2016 4:00 pm
by Ycep
Added Printf function, my first one actually (never had one before), based on libk's implementation
Well, you should have implemented it earlier, for debugging purposes.
Through, basing simple functions on other implementations is really... awkward.

But anyways, keep going further!

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

Posted: Tue Nov 22, 2016 4:09 pm
by Octacone
catnikita255 wrote: Cool!
Thanks!
Lukand wrote: Well, you should have implemented it earlier, for debugging purposes.
Through, basing simple functions on other implementations is really... awkward.
But anyways, keep going further!
Yes, I know really awkward. Thanks!

I feel like I am the only one posting in here:
Update:
+PCI improvements:
*added device id field
*fixed wrong vendor id values, used to be represented as integers now they are represented as hexadecimal numbers

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

Posted: Tue Nov 22, 2016 4:50 pm
by matt11235
octacone wrote:
catnikita255 wrote: Cool!
Thanks!
Lukand wrote: Well, you should have implemented it earlier, for debugging purposes.
Through, basing simple functions on other implementations is really... awkward.
But anyways, keep going further!
Yes, I know really awkward. Thanks!

I feel like I am the only one posting in here:
Update:
+PCI improvements:
*added device id field
*fixed wrong vendor id values, used to be represented as integers now they are represented as hexadecimal numbers
Why doesn't the text line up? Are you not using a monospaced font?

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

Posted: Tue Nov 22, 2016 6:30 pm
by pcmattman
i did a thing

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

Posted: Wed Nov 23, 2016 6:32 am
by osdever
pcmattman wrote:i did a thing
Oh Bublin. Amazing OS!

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

Posted: Wed Nov 23, 2016 6:44 am
by klange
pcmattman wrote:i did a thing
Think you need to provide some details on this one, pcmattman.

pcmattman built a Linux syscall translation layer for Pedigree, so that's a Pedigree kernel running some sort of Debian userspace if I can grok the conversation on IRC correctly.

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

Posted: Wed Nov 23, 2016 10:22 am
by pcmattman
Yes, I added translation. If the POSIX subsystem detects a Linux syscall it switches into Linux ABI mode, which is sufficient to at least run an emergency shell in a Debian filesystem. The ABI switch is also exposed such that the subsystem can use the mode to change the behavior of certain syscalls if required.

The image itself is an ext2 disk image built from the Debian Lenny (5.0.10) livecd squashfs - so it's using sysvinit. It's still very much a WIP but it's a wild ride :)

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

Posted: Sat Nov 26, 2016 12:27 pm
by trolly
this is how my os looks now

it's written almost entirely in freebasic (and a little bit assembly for the init, and the interrupts bootstrap)

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

Posted: Sat Nov 26, 2016 1:48 pm
by osdever
Image masking in Surface, my graphical toolkit.
Image

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

Posted: Mon Nov 28, 2016 8:36 am
by Ycep
trolly wrote:this is how my os looks now

it's written almost entirely in freebasic (and a little bit assembly for the init, and the interrupts bootstrap)
Doesn't it copy a little bit of Classic Macintosh, huh? Anyways, great.