Yeah, i copied the platinium theme from mac os 8 haha, but it will be skinable. if you have design idea for the window decoration, you are welcomeLukand wrote:Doesn't it copy a little bit of Classic Macintosh, huh? Anyways, great.trolly wrote:this is how my os looks now
it's written almost entirely in freebasic (and a little bit assembly for the init, and the interrupts bootstrap)
What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
- zesterer
- Member
- Posts: 59
- Joined: Mon Feb 22, 2016 4:40 am
- Libera.chat IRC: zesterer
- Location: United Kingdom
- Contact:
Re: What does your OS look like? (Screen Shots..)
Tupai (formerly Thoth) has reached a stage I'm satisfied with. It has a very simple command prompt, and... Snake!
I'm quite happy with how it looks, and the internals are *mostly* satisfactory.
I'm quite happy with how it looks, and the internals are *mostly* satisfactory.
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
http://zesterer.homenet.org/projects.shtml
Re: What does your OS look like? (Screen Shots..)
Holy Sh*t! This prompt looks exactly like the one I am working on right now. I didn't have enough time to post it, but if you see it don't get surprised. I guess we are not that unique after all. Great job!zesterer wrote:Tupai (formerly Thoth) has reached a stage I'm satisfied with. It has a very simple command prompt, and... Snake!
I'm quite happy with how it looks, and the internals are *mostly* satisfactory.
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
- crunch
- Member
- Posts: 81
- Joined: Wed Aug 31, 2016 9:53 pm
- Libera.chat IRC: crunch
- Location: San Diego, CA
Re: What does your OS look like? (Screen Shots..)
I'm confused... What exactly is unique about that prompt?octacone wrote:Holy Sh*t! This prompt looks exactly like the one I am working on right now. I didn't have enough time to post it, but if you see it don't get surprised. I guess we are not that unique after all. Great job!zesterer wrote:Tupai (formerly Thoth) has reached a stage I'm satisfied with. It has a very simple command prompt, and... Snake!
I'm quite happy with how it looks, and the internals are *mostly* satisfactory.
Some of my open-source projects:
Ext2/ELF32 bootloader
Lightweight x86 assembler, designed to be portable for osdev
Scheme in under 1000 lines of C
Ext2/ELF32 bootloader
Lightweight x86 assembler, designed to be portable for osdev
Scheme in under 1000 lines of C
Re: What does your OS look like? (Screen Shots..)
I know it's not much, but at least I can show something
My os is booting from various sources (BIOS, EFI, disk/ROM etc.), it has a kernel bss and an utf8 compatible kprintf for lfb (using a PSF2 file).
My os is booting from various sources (BIOS, EFI, disk/ROM etc.), it has a kernel bss and an utf8 compatible kprintf for lfb (using a PSF2 file).
Re: What does your OS look like? (Screen Shots..)
Unless these are fake messages, it's by far more than most of the postings in this threadbzt wrote:I know it's not much, but at least I can show something
- zesterer
- Member
- Posts: 59
- Joined: Mon Feb 22, 2016 4:40 am
- Libera.chat IRC: zesterer
- Location: United Kingdom
- Contact:
Re: What does your OS look like? (Screen Shots..)
Well, I did try to base the look and feel off the Linux kernel as much as I could. Perhaps I'll add an ASCII art splash screen...octacone wrote:Holy Sh*t! This prompt looks exactly like the one I am working on right now. I didn't have enough time to post it, but if you see it don't get surprised. I guess we are not that unique after all. Great job!
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
http://zesterer.homenet.org/projects.shtml
Re: What does your OS look like? (Screen Shots..)
Basic OS Huge Milestone Update:
•New Shell Theme, much more minimalistic, without too many colors
•Internal Code Improvements, fixed many bugs
•First Ever Storage Device Driver, pooling method (for now), ATA driver type, not completed, early version
Here is something that I am really proud of:
•New Shell Theme, much more minimalistic, without too many colors
•Internal Code Improvements, fixed many bugs
•First Ever Storage Device Driver, pooling method (for now), ATA driver type, not completed, early version
Here is something that I am really proud of:
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
Re: What does your OS look like? (Screen Shots..)
Looks great!
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: What does your OS look like? (Screen Shots..)
No, they are definitely not See for yourself, the code is opensource and hosted on github.Kevin wrote:Unless these are fake messages, it's by far more than most of the postings in this thread
https://github.com/bztsrc/osz
Maybe it's more advanced than most of the postings here but frankly I'm hasitating to call it a kernel as interrupts are not working and there's no user input of any kind... yet
Re: What does your OS look like? (Screen Shots..)
Finally you are listening to my words... I understand how much happiness you get by seeing your sector-device finally working.octacone wrote:Basic OS Huge Milestone Update:
•New Shell Theme, much more minimalistic, without too many colors
•Internal Code Improvements, fixed many bugs
•First Ever Storage Device Driver, pooling method (for now), ATA driver type, not completed, early version
I debugged floppy for 2 months... And after all that time I found out that problem was one single sign (sign !).
Re: What does your OS look like? (Screen Shots..)
Yeah, I was really really happy. I know what it feels like to have a bug you can't solve. I was having an issue with reading data, it was an easy fix but took me two days to figure out.Lukand wrote:Finally you are listening to my words... I understand how much happiness you get by seeing your sector-device finally working.octacone wrote:Basic OS Huge Milestone Update:
•New Shell Theme, much more minimalistic, without too many colors
•Internal Code Improvements, fixed many bugs
•First Ever Storage Device Driver, pooling method (for now), ATA driver type, not completed, early version
I debugged floppy for 2 months... And after all that time I found out that problem was one single sign (sign !).
Thanks!catnikita255 wrote:Looks great!
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
Re: What does your OS look like? (Screen Shots..)
My dynamic loader is mostly working.
There's still a bunch of work to do, but it's sufficiently functioning to get an application with several dependencies loaded. Something's not initializing correctly in Cairo, but freetype, libpng, and my own libraries seem to be working okay.
(PS: The clock thinks it's 30 Nov because of a VirtualBox bug...)
There's still a bunch of work to do, but it's sufficiently functioning to get an application with several dependencies loaded. Something's not initializing correctly in Cairo, but freetype, libpng, and my own libraries seem to be working okay.
(PS: The clock thinks it's 30 Nov because of a VirtualBox bug...)
Re: What does your OS look like? (Screen Shots..)
Amazing.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: What does your OS look like? (Screen Shots..)
Updated look , it's a little bite more like "motif"
the screenshot shows the icon editor and the open file dialog
the screenshot shows the icon editor and the open file dialog