OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 11:45 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 192, 193, 194, 195, 196, 197, 198 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 23, 2017 9:42 am 
Offline
Member
Member
User avatar

Joined: Tue Feb 11, 2014 4:59 pm
Posts: 74
Cyjon OS 8) v0.835


_________________
https://blackdev.org/ - system programming, my own 64 bit kernel and software.


Last edited by akasei on Thu Mar 23, 2017 2:28 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 23, 2017 12:19 pm 
Offline
Member
Member
User avatar

Joined: Fri Feb 17, 2017 4:01 pm
Posts: 640
Location: Ukraine, Bachmut
^ 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).


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 23, 2017 1:41 pm 
Offline
Member
Member
User avatar

Joined: Thu Aug 06, 2015 6:41 am
Posts: 97
Location: Netherlands
akasei wrote:
Cyjon OS 8) v0.835
You entered the full URL instead of the video ID


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 23, 2017 2:30 pm 
Offline
Member
Member
User avatar

Joined: Tue Feb 11, 2014 4:59 pm
Posts: 74
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.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 23, 2017 2:56 pm 
Offline
Member
Member
User avatar

Joined: Fri Feb 17, 2017 4:01 pm
Posts: 640
Location: Ukraine, Bachmut
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).


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Mar 23, 2017 7:58 pm 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Mar 24, 2017 6:20 am 
Offline
Member
Member
User avatar

Joined: Fri Feb 17, 2017 4:01 pm
Posts: 640
Location: Ukraine, Bachmut
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:

<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).


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Mar 26, 2017 8:04 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Image

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Mar 27, 2017 7:48 am 
Offline
Member
Member

Joined: Mon Aug 25, 2014 1:27 pm
Posts: 67
klange wrote:
Image


Now you just need CSS support... Go! :mrgreen:


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Mar 27, 2017 6:15 pm 
Offline
Member
Member
User avatar

Joined: Wed Aug 17, 2016 4:55 am
Posts: 251
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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Mar 28, 2017 1:56 am 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Mar 28, 2017 3:02 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
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...

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Apr 01, 2017 5:14 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
I decided to face my fears and use C++. Here it is:
Attachment:
HelloCpp.png
HelloCpp.png [ 4.56 KiB | Viewed 4240 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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Apr 01, 2017 10:11 am 
Offline
Member
Member
User avatar

Joined: Fri Oct 27, 2006 9:42 am
Posts: 1925
Location: Athens, GA, USA
Code:
    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.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Apr 02, 2017 5:05 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
Schol-R-LEA wrote:
Code:
    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)
Attachment:
Proof;).png
Proof;).png [ 9.27 KiB | Viewed 4136 times ]

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 192, 193, 194, 195, 196, 197, 198 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], Octocontrabass, SemrushBot [Bot] and 86 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group