Page 130 of 262

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

Posted: Tue May 05, 2015 4:46 pm
by Roman
Be careful, muazzam. The Miniluv watches you.

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

Posted: Sat May 09, 2015 3:52 pm
by Doctor
muazzam: consider moving

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

Posted: Sat May 09, 2015 10:48 pm
by Muazzam
Doctor wrote:muazzam: consider moving
I don't understand you, moving what?

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

Posted: Sun May 10, 2015 12:20 am
by Bender
I guess Doctor meant moving yourself to some another country. Perhaps that isn't needed just for watching YouTube lol, and Combuster suggested a solution as well, that hopefully works.

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

Posted: Wed May 27, 2015 5:02 am
by BrightLight
Now I can get a VESA mode number from a specified width and height. In this demo, the bit depth is 24 bits per pixel. So when I input 800x600, the mode is actually 800x600x24bpp.
The numbers on the left are the number of timer ticks in hex, but at the top it is zero because I haven't initialized the PIT yet.
Green means success, yellow (not shown here) means warning, and red means error.

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

Posted: Thu May 28, 2015 9:58 am
by deleted
My OS waiting for a user to login with credentials setup on build, and displaying the contents of a file reading form an INITRD. I prompt them for username and password using the

Code: Select all

read
program in Bash, then use the -D option to define a macro for my authenticator. The login loops until credntials are legal.

(Yes it's running on a chromebook. I am using one of Koding.com's vm's as my build-run-test machine)

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

Posted: Thu May 28, 2015 1:23 pm
by BrightLight
wxwsk8er wrote:Yes it's running on a chromebook.
I was just going to ask what Linux distro is that. :mrgreen:

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

Posted: Thu May 28, 2015 1:47 pm
by deleted
I was just going to ask what Linux distro is that. :mrgreen:[/quote]

My own, with the best ever looking windows :lol: (with loads of sarcasm)

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

Posted: Thu May 28, 2015 1:51 pm
by BrightLight
Hehe. There was a time when I wanted to make my own Linux distro. But all I ever actually did was boot a Linux kernel using ISOLINUX. xD

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

Posted: Thu May 28, 2015 3:10 pm
by Roman
omarrx024 wrote:Hehe. There was a time when I wanted to make my own Linux distro. But all I ever actually did was boot a Linux kernel using ISOLINUX. xD
I wanted to do so once too. I have achieved a minimal busybox system inside an initrd.

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

Posted: Fri May 29, 2015 9:38 am
by Muazzam
wxwsk8er wrote: (Yes it's running on a chromebook. I am using one of Koding.com's vm's as my build-run-test machine)
Seems like interesting. But how can we test graphical operating systems?

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

Posted: Fri May 29, 2015 1:41 pm
by deleted
muazzam wrote:Seems like interesting. But how can we test graphical operating systems?
I haven't tested it out, but right now I just run qemu on the terminal and forward the output there with the -curses option. It works booting from the grub menu, and also seems to run my OS just fine. It should work for graphical os's. My desktop machine didn't have a network card and so I was using an ethernet connection in a less than ideal location. So now I just startup my chromebook and get back at it :D.

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

Posted: Tue Jun 02, 2015 4:08 pm
by BrightLight
After 5 days of a hell of debugging, I finally got my putch function to work in VESA mode. Yes, yes, like the image says: it's resolution independent. The screenshot shows text mode, VESA 800x600 and VESA 640x480, both in 24-bit color modes.
Scrolling was pretty easy and fast without even SSE/MMX.
Going to start work on cursor emulation, shouldn't be too hard. :)
Link to 1366x768 screenshot -- I have feelings for people with small monitors. xD
And once again, the font is by muazzam, thanks!

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

Posted: Wed Jun 03, 2015 12:01 am
by alexfru
omarrx024 wrote:Link to 1366x768 screenshot -- I have feelings for people with small monitors. xD
What feelings do you have for the people using cellphones to go online?
What feelings do you have for the laptop manufacturers who take away the vertical resolution of 800 and replace it with smaller ones, e.g. 768?
Do you think there's content very worthy of large screen resolutions? (btw, the image isn't showing; perhaps, the view limit has been reached)

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

Posted: Wed Jun 03, 2015 4:54 am
by BrightLight
alexfru wrote:(btw, the image isn't showing; ...)
It's showing, I just clicked on it now.