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

Image

toaruos: all your base are belong to us
cheapskate01
Member
Member
Posts: 58
Joined: Sat Aug 01, 2015 9:05 pm

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

Post 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...
"That I'm in forum signatures is just a sign the invasion of sortie is nearing completion. Soon you'll all have to become me to defeat me." ~ Sortie
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 »

It's 100% Sortix, with a port of the toaru compositor and terminal.
cheapskate01
Member
Member
Posts: 58
Joined: Sat Aug 01, 2015 9:05 pm

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

Post 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.
"That I'm in forum signatures is just a sign the invasion of sortie is nearing completion. Soon you'll all have to become me to defeat me." ~ Sortie
User avatar
jojo
Member
Member
Posts: 138
Joined: Mon Apr 18, 2016 9:50 am
Libera.chat IRC: jojo
Location: New York New York

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

Post 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.
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

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

Post by Kazinsal »

Holy $expletive.

Impressive work. Now I really need to get something unique and interesting working...
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 »

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.
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

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

Post by osdever »

sortie wrote:Image

toaruos: all your base are belong to us
WOW!
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.
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

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

Post by Techel »

Amazing.
User avatar
bellezzasolo
Member
Member
Posts: 110
Joined: Sun Feb 20, 2011 2:01 pm

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

Post by bellezzasolo »

Yep, I'm 17. High school too. I've gone through so many versions though...
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

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

Post by Ycep »

sortie wrote:Image

toaruos: all your base are belong to us
WOW! I thought you just posted Linux with terminals!
glauxosdever
Member
Member
Posts: 501
Joined: Wed Jun 17, 2015 9:40 am
Libera.chat IRC: glauxosdever
Location: Athens, Greece

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

Post 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 5367 times

Regards,
glauxosdever
ChicagoDev
Posts: 1
Joined: Sun Jun 12, 2016 7:06 am

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

Post 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.
dseller
Member
Member
Posts: 84
Joined: Thu Jul 03, 2014 5:18 am
Location: The Netherlands
Contact:

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

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

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