BootScreen
Re:BootScreen
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.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
Re:BootScreen
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
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
And that as to switch to realmode and back to pmode for mode change .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.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
Re:BootScreen
Can you post a link, or e-mail it to me??I have some code (asm) that loads a 320x200 256 BMP image at bootup ,with asm code, let me know if anyone intrestard.
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
Try here:
http://board.flatassembler.net/download.php?id=1329
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
http://board.flatassembler.net/download.php?id=1329
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
Re:BootScreen
I tried that, but I couldn't get it to load my kernel.
It just kept clearing the screen and loading the image again.
It just kept clearing the screen and loading the image again.
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:BootScreen
that doesn't surprises me since the code for loading "kernel.bin" is commented
Re:BootScreen
Who needs a debuger, when Pype.Clicker on the case .
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.