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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
CorruptedByCPU
Member
Member
Posts: 75
Joined: Tue Feb 11, 2014 4:59 pm

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

Post by CorruptedByCPU »

Cyjon OS 8) 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.
User avatar
zaval
Member
Member
Posts: 647
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

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

Post 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
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
User avatar
sleephacker
Member
Member
Posts: 97
Joined: Thu Aug 06, 2015 6:41 am
Location: Netherlands

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

Post by sleephacker »

akasei wrote:Cyjon OS 8) v0.835
You entered the full URL instead of the video ID
User avatar
CorruptedByCPU
Member
Member
Posts: 75
Joined: Tue Feb 11, 2014 4:59 pm

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

Post 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
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
User avatar
zaval
Member
Member
Posts: 647
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

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

Post by zaval »

akasei wrote:

This crappy option doesn't work at all.
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
User avatar
SpyderTL
Member
Member
Posts: 1074
Joined: Sun Sep 19, 2010 10:05 pm

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

Post by SpyderTL »

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
User avatar
zaval
Member
Member
Posts: 647
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

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

Post 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>
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

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

Post by klange »

Image
AMenard
Member
Member
Posts: 67
Joined: Mon Aug 25, 2014 1:27 pm

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

Post by AMenard »

klange wrote:Image
Now you just need CSS support... Go! :mrgreen:
User avatar
Sik
Member
Member
Posts: 251
Joined: Wed Aug 17, 2016 4:55 am

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

Post 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
User avatar
SpyderTL
Member
Member
Posts: 1074
Joined: Sun Sep 19, 2010 10:05 pm

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

Post 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...
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
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

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

Post 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...
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

I decided to face my fears and use C++. Here it is:
HelloCpp.png
HelloCpp.png (4.56 KiB) Viewed 4452 times
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
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

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

Post 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!
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.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post 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 4348 times
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Post Reply