Page 1 of 1

Sunlight OS v0.1.0

Posted: Tue Feb 02, 2010 11:45 am
by Andr3w
Hi!
It is a first public release of Sunlight OS.

I've rewritten my kernel with HyASM. For two times.

Well.. I have a boot menu, a GUI, buttons, labels, taskbar..
What I don't have - apps. I'll include them in next release.


Link: :arrow: Download! ;)

Have fun!

-- Andrew

Re: Sunlight OS v0.1.0

Posted: Tue Feb 02, 2010 7:16 pm
by clange
Hi

I tested your OS on a IBM ThinkPad A20m. It booted fine but the mouse didn't work. I couldn't see if the keyboard was working. It ran at 2-3 FPS which seems quite low.

Also tested on a noname machine where the mouse and keyboard didn't work either. I also had to reboot and choose a lower resolution since my screen couldn't handle as high a resolution as the graphics card. Maybe you should consider being more conservative and use a lower default resolution

It looks really nice - keep up the good work ;)

clange

Re: Sunlight OS v0.1.0

Posted: Wed Feb 03, 2010 12:10 am
by Andr3w
clange wrote:Also tested on a noname machine where the mouse and keyboard didn't work either. I also had to reboot and choose a lower resolution since my screen couldn't handle as high a resolution as the graphics card. Maybe you should consider being more conservative and use a lower default resolution
OK, I'll use 800x600 as a default resolution. Thanks for testing! ;)

-- Andrew

Re: Sunlight OS v0.1.0

Posted: Sat Feb 20, 2010 11:00 am
by LEEJAEBEOM
It looks great, but I just tested it on vmware, and it seems like mouse is not working.
I mean, mouse just moves all over around. It is unable to control the mouse pointer :)

I couldn't test it on a real machine cuz I don't have floppy drive.

Re: Sunlight OS v0.1.0

Posted: Sat Feb 20, 2010 11:08 am
by Andr3w
LEEJAEBEOM wrote:It looks great, but I just tested it on vmware, and it seems like mouse is not working.
I mean, mouse just moves all over around. It is unable to control the mouse pointer :)

I couldn't test it on a real machine cuz I don't have floppy drive.
Yeah, I know about this mouse driver bug. You could test it in Virtual PC for now ;)

Re: Sunlight OS v0.1.0

Posted: Wed Feb 24, 2010 2:34 am
by KotuxGuy
This is pretty cool. 8) Worked great; although the "mouse bug" was still present..
Keep up the good work!

Re: Sunlight OS v0.1.0

Posted: Mon Mar 01, 2010 5:37 pm
by bluechill
looks nice, I get 24 fps in qemu and the mouse works except for it being a little laggy.

Also are the buttons supposed to not work?

Re: Sunlight OS v0.1.0

Posted: Mon Mar 01, 2010 7:46 pm
by Merdini
Works great in VPC and buggy in Bochs.

As said before, default screen resolution is too big.
When the bootloader is loading the other files, you should skip all the dots cause it feels like a tutorial bootloader. Otherwise, it's really nice!

Good work

Topic name

Posted: Tue Mar 02, 2010 8:15 am
by Andr3w
bluechill wrote:looks nice, I get 24 fps in qemu and the mouse works except for it being a little laggy.

Also are the buttons supposed to not work?
They are supposed to work. It's mouse bug. I'll rewrite mouse driver for next public release - I'm just busy with some things now..

Thanks for testing! :)

-- Andrew