What does your OS look like? (Screen Shots..)
- CorruptedByCPU
- Member
- Posts: 79
- Joined: Tue Feb 11, 2014 4:59 pm
Re: What does your OS look like? (Screen Shots..)
Cyjon OS v0.835
Last edited by CorruptedByCPU on Thu Mar 23, 2017 2:28 pm, edited 1 time in total.
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
Re: What does your OS look like? (Screen Shots..)
^ 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.
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.
- sleephacker
- Member
- Posts: 97
- Joined: Thu Aug 06, 2015 6:41 am
- Location: Netherlands
Re: What does your OS look like? (Screen Shots..)
You entered the full URL instead of the video IDakasei wrote:Cyjon OS v0.835
- CorruptedByCPU
- Member
- Posts: 79
- Joined: Tue Feb 11, 2014 4:59 pm
Re: What does your OS look like? (Screen Shots..)
Even with only ID cidKvpEcpH0, nothing changes :/sleephacker wrote:You entered the full URL instead of the video IDakasei wrote:Cyjon OS v0.835
So, full link.
https://www.youtube.com/watch?v=cidKvpEcpH0
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
Re: What does your OS look like? (Screen Shots..)
akasei wrote:
This crappy option doesn't work at all.
Re: What does your OS look like? (Screen Shots..)
That video works for me. I see layered alpha blended windows. Nice work.
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Re: What does your OS look like? (Screen Shots..)
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:
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..)
Now you just need CSS support... Go!klange wrote:
Re: What does your OS look like? (Screen Shots..)
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.
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..)
Dude. I just blew my own mind for a second.klange wrote:
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...
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Re: What does your OS look like? (Screen Shots..)
That would just be silly...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...
Re: What does your OS look like? (Screen Shots..)
I decided to face my fears and use C++. Here it is:
It will take me forever to copy and adjust all the code, but it will be well worth it.OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: What does your OS look like? (Screen Shots..)
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.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Re: What does your OS look like? (Screen Shots..)
The joke is on you. I wasn't joking.Schol-R-LEA wrote:Good for you. Happy April First!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.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader