Page 2 of 2
Re:BootScreen
Posted: Fri Jan 28, 2005 1:24 pm
by ASHLEY4
Thanks Clicker, @DH, its a long lonely path this OS Dev, if i can make or find something to make it a little easier, i grab it with both hands, or at lest the address of it
.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
Re:BootScreen
Posted: Fri Jan 28, 2005 5:19 pm
by dh
@Ashley4: ;D
Re:BootScreen
Posted: Sat Jan 29, 2005 2:41 pm
by bubach
Loading and putting a 256 bmp on the screen does not take more then, maybe 0.5 seconds (In mode 13h the 256 color image takes about 64kb). Atleast not in ashleys OS.
And changing standard VGA modes can be done by changing the standard VGA registers, it should work on all computers.
I have some code on this, but i couldn't get the font-loading bit (in textmode) to work, so i dropped the coding.
Examples of this can be found in EelOS and in the Tauron VGA lib.
/ Christoffer
Re:BootScreen
Posted: Sat Jan 29, 2005 3:51 pm
by ASHLEY4
Loading and putting a 256 bmp on the screen does not take more then, maybe 0.5 seconds (In mode 13h the 256 color image takes about 64kb). Atleast not in ashleys OS.
And that as to switch to realmode and back to pmode for mode change
.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
Re:BootScreen
Posted: Sun Jan 30, 2005 12:18 am
by srg_13
I have some code (asm) that loads a 320x200 256 BMP image at bootup ,with asm code, let me know if anyone intrestard.
Can you post a link, or e-mail it to me??
If i put this in the ASM code before it calls my C kernel, (which takes no time to load), is there any way that I could make it appear for a set amount of time?
Or would it be better to use the asm command inside the C kernel?
Re:BootScreen
Posted: Sun Jan 30, 2005 6:27 pm
by ASHLEY4
Try here:
http://board.flatassembler.net/download.php?id=1329
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
Re:BootScreen
Posted: Mon Jan 31, 2005 6:03 am
by srg_13
I tried that, but I couldn't get it to load my kernel.
It just kept clearing the screen and loading the image again.
Re:BootScreen
Posted: Mon Jan 31, 2005 7:35 am
by Pype.Clicker
that doesn't surprises me since the code for loading "kernel.bin" is commented
Re:BootScreen
Posted: Mon Jan 31, 2005 1:20 pm
by ASHLEY4
Who needs a debuger, when Pype.Clicker on the case
.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
Re:BootScreen
Posted: Tue Feb 01, 2005 1:43 am
by srg_13
Thanks, I didn't notice that
Stephen