OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 3:08 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 232, 233, 234, 235, 236, 237, 238 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Jul 19, 2020 2:18 pm 
Offline

Joined: Tue Jul 10, 2018 2:11 pm
Posts: 12
Hi zeval,

The hit box of the close button is bigger than the icon (around 32px).


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Jul 27, 2020 2:33 pm 
Offline

Joined: Sun Aug 09, 2015 7:23 pm
Posts: 14
The last time I posted here I had ported nyancat to Managarm. In passing I mentioned fixing up the X11/Wayland stack to work with Xwayland and becoming self-hosting. This weekend, we managed to complete one of those two! I'm proud to announce that Xwayland is working on managarm, with some X clients to demonstrate this new ability. The porting process was relatively simple, but we ran into some bugs with our epoll implementation which were hard to track down. On the back-end GLX uses llvmpipe for it's rendering which gives quite decent performance in qemu.
Image

_________________
Hi, I'm Dennis!
Please correct my English as I'm not a native speaker of it
I'm currently working on managarm


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Jul 27, 2020 2:49 pm 
Offline
Member
Member

Joined: Fri Nov 22, 2019 5:46 am
Posts: 590
Cooool! :)

Now you have Wayland and therefor X applications.

Greetings
Peter


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Jul 27, 2020 2:59 pm 
Offline

Joined: Sun Aug 09, 2015 7:23 pm
Posts: 14
Well we had weston for quite some time now but getting the xwayland module working and porting the X server to support it makes it possible to run stuff like glxgears. Many DE's expect the X server to be there to use, and a lot of programs that use gtk seem to depend on the X libraries, which will eventually need the X server. It was a fun project to do but trying to printf debug the X server and some of it's libraries (libX11 and libxcb, I'm looking at you) is not something you do for fun. Was it worth it in the end? Hell yes seeing those gears turn was a great moment and a good birthday present :D

_________________
Hi, I'm Dennis!
Please correct my English as I'm not a native speaker of it
I'm currently working on managarm


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Jul 28, 2020 3:29 pm 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
@Dennisbonke looks like you're having fun! :D

Do you plan on rewriting the Intel HD Graphics driver anytime soon?
Do you still have the original hardware that the driver was tested on?

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Jul 28, 2020 4:40 pm 
Offline

Joined: Sun Aug 09, 2015 7:23 pm
Posts: 14
As far as I know there are no current plans for an Intel HD graphics rewrite soon, and I must say these ports are untested on real hardware, although this is on my todo list.
As for the hardware the driver was tested on, I have no idea what hardware that was originally written for, but it looks like something out of the G45 series. It's quite possible that someone on the development team still has this hardware laying around though.

_________________
Hi, I'm Dennis!
Please correct my English as I'm not a native speaker of it
I'm currently working on managarm


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Jul 30, 2020 11:27 am 
Offline
Member
Member

Joined: Thu May 17, 2007 1:27 pm
Posts: 999
I do have the hardware (basically, a Nehalem-era chipset), why do you ask?

_________________
managarm: Microkernel-based OS capable of running a Wayland desktop (Discord: https://discord.gg/7WB6Ur3). My OS-dev projects: [mlibc: Portable C library for managarm, qword, Linux, Sigma, ...] [LAI: AML interpreter] [xbstrap: Build system for OS distributions].


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Jul 31, 2020 5:47 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
Korona wrote:
I do have the hardware (basically, a Nehalem-era chipset), why do you ask?


I was wondering if your G45 still worked. Can you plot pixels with it on real HW?
It is fascinating that your code doesn’t utilize the GTT at all.
I have a basic Kaby Lake mode setting driver, but I can’t get it to plot pixels.

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Aug 07, 2020 9:32 am 
Offline
Member
Member

Joined: Fri Jun 02, 2017 3:01 pm
Posts: 35
I'm still tweaking things a little bit, but at least now I can (again) print some text to the screen.
Time to go back into developing the driver loader, as I already have a basic initrd FS with read/write support on the kernel...

Image

_________________
https://github.com/ilmmatias/palladium


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Aug 07, 2020 9:53 am 
Offline
Member
Member

Joined: Fri Nov 22, 2019 5:46 am
Posts: 590
That's a good one, and I like the look of the font.

But it's kind of a milestone, so I would recommend to upload it.

Greetings
Peter


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Aug 08, 2020 2:37 pm 
Offline
Member
Member

Joined: Thu May 17, 2007 1:27 pm
Posts: 999
What size (in pixels) are rendering the font at? Looks quite good indeed.

_________________
managarm: Microkernel-based OS capable of running a Wayland desktop (Discord: https://discord.gg/7WB6Ur3). My OS-dev projects: [mlibc: Portable C library for managarm, qword, Linux, Sigma, ...] [LAI: AML interpreter] [xbstrap: Build system for OS distributions].


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Aug 09, 2020 8:50 am 
Offline
Member
Member

Joined: Fri Jun 02, 2017 3:01 pm
Posts: 35
I'm calling FT_Set_Pixel_Sizes with 13x13, but the converter says that the glyphs are all at most 8x14.

_________________
https://github.com/ilmmatias/palladium


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Aug 25, 2020 7:22 am 
Offline
Member
Member
User avatar

Joined: Tue Feb 11, 2014 4:59 pm
Posts: 74
Not too much but always something :)

Architecture: x86-64
Language: Assembly (format: Nasm)
Size: 36 KiB 8)

https://github.com/Blackend/Cyjon

Image

_________________
https://blackdev.org/ - system programming, my own 64 bit kernel and software.


Last edited by akasei on Sat Dec 26, 2020 8:19 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Aug 25, 2020 8:52 am 
Offline
Member
Member

Joined: Fri Nov 22, 2019 5:46 am
Posts: 590
Only 36 KiB size with a GUI is really cool!

Greetings
Peter


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Aug 25, 2020 9:06 am 
Offline

Joined: Tue Aug 25, 2020 8:56 am
Posts: 8
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 232, 233, 234, 235, 236, 237, 238 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], Majestic-12 [Bot], SemrushBot [Bot] and 59 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group