Page 195 of 262

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

Posted: Thu Mar 23, 2017 9:42 am
by CorruptedByCPU
Cyjon OS 8) v0.835


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

Posted: Thu Mar 23, 2017 12:19 pm
by zaval
^ nothing's seen

My FW already can configure PLL's. Now it's time for the timer. Then interrupt controller and SDRAM!
The screenshot looks almost the same, but the real difference is considerable.
Image

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

Posted: Thu Mar 23, 2017 1:41 pm
by sleephacker
akasei wrote:Cyjon OS 8) v0.835
You entered the full URL instead of the video ID

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

Posted: Thu Mar 23, 2017 2:30 pm
by CorruptedByCPU
sleephacker wrote:
akasei wrote:Cyjon OS 8) v0.835
You entered the full URL instead of the video ID
Even with only ID cidKvpEcpH0, nothing changes :/

So, full link.
https://www.youtube.com/watch?v=cidKvpEcpH0

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

Posted: Thu Mar 23, 2017 2:56 pm
by zaval
akasei wrote:

This crappy option doesn't work at all.

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

Posted: Thu Mar 23, 2017 7:58 pm
by SpyderTL
That video works for me. I see layered alpha blended windows. Nice work.

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

Posted: Fri Mar 24, 2017 6:20 am
by zaval
the funny thing about that option is that when I cut the appropriate block of tags off and pasted them into a plain new html document, it worked. I have plugins disabled and it showed me a disabled plugin window. When I enabled them, the window started to show the video as it should.
What I did, I removed "class" attributes from the wrapping divs of the video. This works:

Code: Select all


<div>
 <div>akasei wrote:</div>
 <div></div>
 <br />
 <object type="application/x-shockwave-flash" data="http://www.youtube.com/v/cidKvpEcpH0" width="425" height="350">
  <param name="movie" value="http://www.youtube.com/v/cidKvpEcpH0" />
  <param name="wmode" value="transparent" />
 </object>
 <br />This crappy option doesn't work at all.
</div>

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

Posted: Sun Mar 26, 2017 8:04 am
by klange
Image

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

Posted: Mon Mar 27, 2017 7:48 am
by AMenard
klange wrote:Image
Now you just need CSS support... Go! :mrgreen:

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

Posted: Mon Mar 27, 2017 6:15 pm
by Sik
The slackiness can't be understated. At least scrolling through the list works now. Now what I need is file syscalls to show a real file listings (so far the filesystem support was just the bare minimum to let Indigo load processes and nothing else).

Also getting this to work is harder than it seems, since this program will have to go through the directory one file at a time, without knowing ahead of time how many files exist (so I can't make an array of pointers to filenames directly), and I need to keep the full filenames (so the files can be opened) meaning I can't just allocate a fixed size for each filename unless I want either short ones only or waste lots of memory (limiting heavily how many files can show up)... er there's quite a lot of stuff to explain =D A modern system probably would have much less trouble at this by being able to just ask for more memory when needed.

Image

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

Posted: Tue Mar 28, 2017 1:56 am
by SpyderTL
klange wrote:Image
Dude. I just blew my own mind for a second.

What if you posted a screenshot of your own OS displaying a browser window, displaying the "What does your OS look like?" thread?

Seems like that should lock up the site due to recursion or something...

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

Posted: Tue Mar 28, 2017 3:02 am
by klange
SpyderTL wrote:Dude. I just blew my own mind for a second.

What if you posted a screenshot of your own OS displaying a browser window, displaying the "What does your OS look like?" thread?

Seems like that should lock up the site due to recursion or something...
That would just be silly...

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

Posted: Sat Apr 01, 2017 5:14 am
by Octacone
I decided to face my fears and use C++. Here it is:
HelloCpp.png
HelloCpp.png (4.56 KiB) Viewed 4457 times
It will take me forever to copy and adjust all the code, but it will be well worth it.

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

Posted: Sat Apr 01, 2017 10:11 am
by Schol-R-LEA

Code: Select all

    I must not fear. 
    Fear is the mind-killer. 
    Fear is the little-death that brings total obliteration. 
    I will face my fear. 
    I will permit it to pass over me and through me. 
    And when it has gone past I will turn the inner eye to see its path. 
    Where the fear has gone there will be nothing. Only I will remain.
Good for you. Happy April First!

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

Posted: Sun Apr 02, 2017 5:05 am
by Octacone
Schol-R-LEA wrote:

Code: Select all

    I must not fear. 
    Fear is the mind-killer. 
    Fear is the little-death that brings total obliteration. 
    I will face my fear. 
    I will permit it to pass over me and through me. 
    And when it has gone past I will turn the inner eye to see its path. 
    Where the fear has gone there will be nothing. Only I will remain.
Good for you. Happy April First!
The joke is on you. I wasn't joking. :lol: 8)
Proof;).png
Proof;).png (9.27 KiB) Viewed 4353 times