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

I redesigned the login widget for my GUI. It now uses placeholders instead of labels, and has much more visually-appealing controls.

Image

You can see it in action, alongside some other visual improvements, here:

https://www.youtube.com/watch?v=2N8QwsYTPfQ
User avatar
makerimages
Member
Member
Posts: 27
Joined: Sun Dec 28, 2014 11:16 am
Libera.chat IRC: Makerimages
Location: Estonia

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

Post by makerimages »

And it still runs in that black bg box? Yuck.

Anyways, Exetwezz and I figured out some bugs in OSZin, causing.....wait for it...Interrupts and PIT that actually work! And then we discovered a gotcha in my kputsf which was also fixed.. So here you go: Memory map printout and a line of h -s being printed on 1sec interval. Image
Working on SinusOS.
User avatar
nielsd
Member
Member
Posts: 31
Joined: Sun Apr 05, 2015 3:15 pm

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

Post by nielsd »

That's looking very good klange! No "log in" button instead of pressing enter? :P
osdev project, goal is to run wasm as userspace: https://github.com/kwast-os/kwast
User avatar
Cpcdos
Member
Member
Posts: 35
Joined: Sat Feb 02, 2013 4:16 pm
Location: France [Lyon]

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

Post by Cpcdos »

My CraftyOS Operating System, based on my Cpcdos OSx co-Kernel, written only in CpcdosC+ (French) For x86 only
Image

Login with transparent wallpaper
Image
Last edited by Cpcdos on Wed Apr 08, 2015 1:43 am, edited 2 times in total.
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient .. :)
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

Cpcdos wrote:My CraftyOS Operating System, based on my co-Cpcdos OSx Kernel, written only in CpcdosC+ (French)
It looks very good. Do you have a website, or an online repository?
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
Cpcdos
Member
Member
Posts: 35
Joined: Sat Feb 02, 2013 4:16 pm
Location: France [Lyon]

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

Post by Cpcdos »

Thank you :-)

Yes, CraftyOS is here http://craftyos.e-monsite.com/pages/download.html ( Vbox version, the mouse resolution is strange, but it's work )
Cpcdos Kernel is here http://cpcdos.e-monsite.com/

It's a French project, the next version (CraftyOS & Cpcdos) will integrate the English language
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient .. :)
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

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

Post by max »

Cpcdos wrote:My CraftyOS Operating System, based on my co-Cpcdos OSx Kernel, written only in CpcdosC+ (French)

Login with transparent wallpaper
Awesome work!! :) Can't read a thing on the cpcdos-Website but it looks very good and elaborate. Do you have an english page too?

EDIT: Oh sorry I didn't read your next post :) Looking forward to reading your english page
User avatar
Cpcdos
Member
Member
Posts: 35
Joined: Sat Feb 02, 2013 4:16 pm
Location: France [Lyon]

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

Post by Cpcdos »

Thank you very much :-D
Do you have an english page too?
For this moment You can test to read my website with google traductor (Isn't ideal for english grammar)
CraftyOS web site:
http://translate.google.fr/translate?ac ... DK-93GoHPQ

Cpcdos coKernel web site :
http://translate.google.fr/translate?ac ... r7s6kpSSrA
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient .. :)
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

Cpcdos wrote:Yes, CraftyOS is here http://craftyos.e-monsite.com/pages/download.html ( Vbox version, the mouse resolution is strange, but it's work )
I'm going to try it, with a lot of help from Google Translate as my French is really horrible because je ne parle pas le Francais. :mrgreen:
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
Cpcdos
Member
Member
Posts: 35
Joined: Sat Feb 02, 2013 4:16 pm
Location: France [Lyon]

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

Post by Cpcdos »

I'm going to try it, with a lot of help from Google Translate as my French is really horrible because je ne parle pas le Francais
Ahhaa :mrgreen:
My next version include english langage AND english CpcdosC+ syntaxes, I do this for extend my project in the world. It's a good idea ?
For moment, English people can execute Java instructions (.jad source files), but it's very very limited, it's not official java machine, so, I re-write "my java machine" natively into Cpcdos, because, I think not that Oracle want re-code Java for my Cpcdos Kernel :roll:
This work perfectly, this is a example :
(Fenetre [FR] = Windows [EN] "D|=-finit [FR] it's a utf8 bug = Define [EN] )
Image
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient .. :)
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 »

Slowly forward ... starts to have "hands and feet".

Own kernel, software, file system ... all in 64-bit assembly language x) #-o

Image
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
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 »

I finally got around to adding mouse support to my terminal. I've implemented two of the standard xterm modes, as well as scrolling (which is also new to the PS/2 mouse driver). This is kinda hard to effectively demonstrate through screenshots, so here's a video of some random interactions in vim instead:

User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

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

Post by Brynet-Inc »

klange wrote:I finally got around to adding mouse support to my terminal. I've implemented two of the standard xterm modes, as well as scrolling (which is also new to the PS/2 mouse driver). This is kinda hard to effectively demonstrate through screenshots, so here's a video of some random interactions in vim instead.
Non-embedded flash applet link: https://www.youtube.com/watch?v=pP18iPoC0kU

Nice work.. of course vim would have mouse support, lol.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

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

Post by sortie »

I went and added a PS/2 mouse driver to Sortix. Then I added support for it to my experimental windowing system.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

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

Post by Brynet-Inc »

sortie wrote:I went and added a PS/2 mouse driver to Sortix. Then I added support for it to my experimental windowing system.
Please post the link if we're going to start posting YouTube videos in this thread (..which I originally opposed), the forum [/ youtube] tags do not support HTML5 video and provide no fallback link.

https://www.youtube.com/watch?v=JyCsL_H5fQI
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Post Reply