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.
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:
<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
Re: What does your OS look like? (Screen Shots..)
Posted: Mon Mar 27, 2017 7:48 am
by AMenard
klange wrote:
Now you just need CSS support... Go!
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.
Re: What does your OS look like? (Screen Shots..)
Posted: Tue Mar 28, 2017 1:56 am
by SpyderTL
klange 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...
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...
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.
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.