DNA Workstation v0.5
DNA Workstation v0.5
[ Grub 2 | Visual Studio 2013 | PE File ]
The OsDev E.T.
Don't send OsDev MIB !
The OsDev E.T.
Don't send OsDev MIB !
Re: DNA Workstation v0.5
...That's your 0.5 release? Come on now - you don't even have any user interface - just a text mode that dumps output.
Why are you releasing something completely non-interactive?
Why are you releasing something completely non-interactive?
Re: DNA Workstation v0.5
To make you talking ...Lithorien wrote:Why are you releasing something completely non-interactive?
Is it forbiden to make intermediate realease ?
[ Grub 2 | Visual Studio 2013 | PE File ]
The OsDev E.T.
Don't send OsDev MIB !
The OsDev E.T.
Don't send OsDev MIB !
Re: DNA Workstation v0.5
I'm not sure I would've made it v0.5, (more like v0.0.1 ) but I don't think he deserves to be flamed for making a release and announcing it.. There have been way worse announcements.gedd wrote:To make you talking ...Lithorien wrote:Why are you releasing something completely non-interactive?
Is it forbiden to make intermediate realease ?
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: DNA Workstation v0.5
Doesn't work on the first thing I throw at it. It doesn't want to change video mode on real hardware. (And no, the hardware isn't stupid - Windows can do hardware 3D with it)
In other words: go back and fix your v0.2.
In other words: go back and fix your v0.2.
Re: DNA Workstation v0.5
That's true... the flaming was a bit over the top. I'm sorry, gedd.earlz wrote:I'm not sure I would've made it v0.5, (more like v0.0.1 ) but I don't think he deserves to be flamed for making a release and announcing it.. There have been way worse announcements.gedd wrote:To make you talking ...Lithorien wrote:Why are you releasing something completely non-interactive?
Is it forbiden to make intermediate realease ?
That being said, it's not forbidden to make an intermediate release. I was just more curious why you posted something that the forum members can't even really play with... do you want us to test and see if your VESA mode switch works? What are you looking for in terms of feedback?
Re: DNA Workstation v0.5
It's forgottenLithorien wrote:That's true... the flaming was a bit over the top. I'm sorry, gedd.
This is really 0.5, you can read changelog to get details.
The other version are also available for download.
I'm sorry for the gamers , but i said there is no user function and the project is also tagged alpha so ...Lithorien wrote: I was just more curious why you posted something that the forum members can't even really play with... do you want us to test and see if your VESA mode switch works? What are you looking for in terms of feedback?
Yes i made this post to have return on real hardware, it's the only way to have "professional" test.
Any return on VESA or other things are welcome
Thanks for the test on clever hardwareCombuster wrote:Doesn't work on the first thing I throw at it. It doesn't want to change video mode on real hardware. (And no, the hardware isn't stupid - Windows can do hardware 3D with it)
In other words: go back and fix your v0.2.
On the few real hardware where i tested it, it was fine
Have you more details... message , hardware ?
[ Grub 2 | Visual Studio 2013 | PE File ]
The OsDev E.T.
Don't send OsDev MIB !
The OsDev E.T.
Don't send OsDev MIB !
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: DNA Workstation v0.5
Of coursegedd wrote:Thanks for the test on clever hardwareCombuster wrote:Doesn't work on the first thing I throw at it. It doesn't want to change video mode on real hardware. (And no, the hardware isn't stupid - Windows can do hardware 3D with it)
In other words: go back and fix your v0.2.
On the few real hardware where i tested it, it was fine
Have you more details... message , hardware ?
Oh and, for the record, I want to report a bug regarding the CamelCase and the excess whitespaceAmalthea wrote:Loading Boot Image ...........(lost count)
Detected VESA Card :
ATI Mach64
No suitable mode found !
_
Re: DNA Workstation v0.5
At the toop of the vesa.asm file you have these lines
Does your hardware support this mode ?
Just change the define to test with another mode
CamelCase is not a bug it's by design ... but i'm not a good designer
Code: Select all
%define WIDTH 1024 ; desired mode width
%define HEIGHT 768 ; desired mode height
%define BITS 32 ; desired bit per pixel
Just change the define to test with another mode
CamelCase is not a bug it's by design ... but i'm not a good designer
[ Grub 2 | Visual Studio 2013 | PE File ]
The OsDev E.T.
Don't send OsDev MIB !
The OsDev E.T.
Don't send OsDev MIB !
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: DNA Workstation v0.5
The hardware should support it - The bios would probably not allow it however, since you can't do page flipping with it due to memory constraints.
That and hardcoding resolutions is bad.
That and hardcoding resolutions is bad.
Re: DNA Workstation v0.5
Yes i just support LFB wich is the best way to have not supported mode error.
The are many feature to code to have correct VESA "driver".
I work on Grub(2?) intégration, so 16bits asm and VESA support will disapear untill VM86 implementation
The are many feature to code to have correct VESA "driver".
I work on Grub(2?) intégration, so 16bits asm and VESA support will disapear untill VM86 implementation
[ Grub 2 | Visual Studio 2013 | PE File ]
The OsDev E.T.
Don't send OsDev MIB !
The OsDev E.T.
Don't send OsDev MIB !
Re: DNA Workstation v0.5
Hey Microsoft does this with quick releases, that's why they so many patches and service packs