What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
I redesigned the login widget for my GUI. It now uses placeholders instead of labels, and has much more visually-appealing controls.
You can see it in action, alongside some other visual improvements, here:
https://www.youtube.com/watch?v=2N8QwsYTPfQ
You can see it in action, alongside some other visual improvements, here:
https://www.youtube.com/watch?v=2N8QwsYTPfQ
- makerimages
- 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..)
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.
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.
Working on SinusOS.
Re: What does your OS look like? (Screen Shots..)
That's looking very good klange! No "log in" button instead of pressing enter?
osdev project, goal is to run wasm as userspace: https://github.com/kwast-os/kwast
Re: What does your OS look like? (Screen Shots..)
My CraftyOS Operating System, based on my Cpcdos OSx co-Kernel, written only in CpcdosC+ (French) For x86 only
Login with transparent wallpaper
Login with transparent wallpaper
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 ..
Sorry for my bad bad English level, I'm young French studient ..
- BrightLight
- 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..)
It looks very good. Do you have a website, or an online repository?Cpcdos wrote:My CraftyOS Operating System, based on my co-Cpcdos OSx Kernel, written only in CpcdosC+ (French)
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Re: What does your OS look like? (Screen Shots..)
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
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 ..
Sorry for my bad bad English level, I'm young French studient ..
- max
- 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..)
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?Cpcdos wrote:My CraftyOS Operating System, based on my co-Cpcdos OSx Kernel, written only in CpcdosC+ (French)
Login with transparent wallpaper
EDIT: Oh sorry I didn't read your next post Looking forward to reading your english page
Re: What does your OS look like? (Screen Shots..)
Thank you very much
CraftyOS web site:
http://translate.google.fr/translate?ac ... DK-93GoHPQ
Cpcdos coKernel web site :
http://translate.google.fr/translate?ac ... r7s6kpSSrA
For this moment You can test to read my website with google traductor (Isn't ideal for english grammar)Do you have an english page too?
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 ..
Sorry for my bad bad English level, I'm young French studient ..
- BrightLight
- 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..)
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.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 )
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Re: What does your OS look like? (Screen Shots..)
AhhaaI'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
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
This work perfectly, this is a example :
(Fenetre [FR] = Windows [EN] "D|=-finit [FR] it's a utf8 bug = Define [EN] )
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient ..
Sorry for my bad bad English level, I'm young French studient ..
- CorruptedByCPU
- Member
- Posts: 79
- Joined: Tue Feb 11, 2014 4:59 pm
Re: What does your OS look like? (Screen Shots..)
Slowly forward ... starts to have "hands and feet".
Own kernel, software, file system ... all in 64-bit assembly language x)
Own kernel, software, file system ... all in 64-bit assembly language x)
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
Re: What does your OS look like? (Screen Shots..)
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:
- Brynet-Inc
- 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..)
Non-embedded flash applet link: https://www.youtube.com/watch?v=pP18iPoC0kUklange 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.
Nice work.. of course vim would have mouse support, lol.
Re: What does your OS look like? (Screen Shots..)
I went and added a PS/2 mouse driver to Sortix. Then I added support for it to my experimental windowing system.
- Brynet-Inc
- 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..)
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.sortie wrote:I went and added a PS/2 mouse driver to Sortix. Then I added support for it to my experimental windowing system.
https://www.youtube.com/watch?v=JyCsL_H5fQI