Page 146 of 262

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

Posted: Sat Apr 23, 2016 2:23 pm
by sortie
Image

toaruos: all your base are belong to us

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

Posted: Sat Apr 23, 2016 2:53 pm
by cheapskate01
sortie wrote:
toaruos: all your base are belong to us
Now i'm confused... is this the sortix kernel installed on Toaru's shell? or something...

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

Posted: Sat Apr 23, 2016 3:06 pm
by sortie
It's 100% Sortix, with a port of the toaru compositor and terminal.

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

Posted: Sat Apr 23, 2016 3:21 pm
by cheapskate01
sortie wrote:It's 100% Sortix, with a port of the toaru compositor and terminal.
WOW
This is more impressive than I had thought! Good work again Sortie.

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

Posted: Sat Apr 23, 2016 5:41 pm
by jojo
I have nothing more useful to say than:

THIS

IS SO

EFFING

COOL

What are the build deps for yutani? I kind of want to build it for BSD now.

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

Posted: Sat Apr 23, 2016 6:21 pm
by Kazinsal
Holy $expletive.

Impressive work. Now I really need to get something unique and interesting working...

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

Posted: Sat Apr 23, 2016 8:31 pm
by klange
jojo wrote:What are the build deps for yutani? I kind of want to build it for BSD now.
sortie's port uses Unix sockets and mmap shared memory for IPC; you need an interface to keyboard scancodes and mouse data (I use a packet interface, sortie does raw PS/2 scancodes; since you're on BSD there's probably something closer to packets for USB and whatnot); you'll need access to a 32bpp RGBA framebuffer (limitations in Cairo, we could support 24bpp if we tried); software deps include a few Toaru libraries you should be able to port, plus Cairo/pixman, freetype (not used directly by the compositor), libpng (somewhat optional, but you'll want it for the panel/wallpaper, and the compositor uses it for the mouse cursor normally) and a sufficient C library.

I am working to get Yutani and some of the more general-purpose apps pulled out of ToaruOS and integrate sortie's patches upstream so we can build for other platforms more easily. Some of the changes sortie made will be best supported by adding features to ToaruOS, though. I'd like to get a Linux port running under SDL or something, would ease application development a bit.

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

Posted: Sun Apr 24, 2016 4:56 am
by osdever
sortie wrote:Image

toaruos: all your base are belong to us
WOW!

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

Posted: Sun Apr 24, 2016 5:03 am
by Techel
Amazing.

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

Posted: Fri May 13, 2016 5:42 am
by bellezzasolo
Yep, I'm 17. High school too. I've gone through so many versions though...

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

Posted: Sun May 15, 2016 8:01 am
by Ycep
sortie wrote:Image

toaruos: all your base are belong to us
WOW! I thought you just posted Linux with terminals!

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

Posted: Tue Jun 07, 2016 12:10 pm
by glauxosdever
Hi,


I implemented ANSI escape sequences (sadly only the 'm' commands), and now my kernel is able to write differently coloured text to the framebuffer.
1465322593.png
1465322593.png (4.65 KiB) Viewed 5378 times

Regards,
glauxosdever

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

Posted: Sun Jun 12, 2016 7:14 am
by ChicagoDev
I'm actually developing my own os (named Chicago), actually booted via grub, detect up to 64MB of ram, show the date/time using cmos, and have a basic text mode driver (detect if is mono color, or multi colour).

I am 13 years old and sorry if my english isn't so good, it's because i am from Brazil.

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

Posted: Thu Jun 16, 2016 1:54 pm
by dseller
I finally switched to graphics mode! See below.
2016-06-16 21_44_18-Bochs for Windows - Display.png
I also implemented multitasking a while ago. This is a demonstration of 2 tasks writing either X or O to a terminal.
2016-06-16 21_44_58-Bochs for Windows - Display2.png
Last, I also implemented a "log" view. This view contains all logging output provided to the Logger Service:
2016-06-16 21_45_14-Bochs for Windows - Display.png

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

Posted: Sat Jun 18, 2016 8:43 am
by CorruptedByCPU
dseller wrote:I also implemented multitasking a while ago. This is a demonstration of 2 tasks writing either X or O to a terminal.
2016-06-16 21_44_58-Bochs for Windows - Display2.png
Every process gets random time to work?