Page 1 of 1
What should I do to modify the boot screen?
Posted: Thu Jan 13, 2011 11:03 am
by anstein99
What should I do to modify the boot screen(fonts loaded,determining amount of memory 0127,...)?
What file do I have to edit?
Re: What should I do to modify the boot screen?
Posted: Thu Jan 13, 2011 12:10 pm
by hidnplayr
I think you better try to find it yourself, it's in kernel directory, everything is ordened quite good

This way, you might get a better overview of the whole kernel source code structure, and we dont have to answer 100 similar questions.
Also, windows (you're using it, right?) has a function to search for text in files, use it

Re: What should I do to modify the boot screen?
Posted: Sat Jan 15, 2011 11:24 am
by anstein99
hidnplayr wrote:I think you better try to find it yourself, it's in kernel directory, everything is ordened quite good

This way, you might get a better overview of the whole kernel source code structure, and we dont have to answer 100 similar questions.
Also, windows (you're using it, right?) has a function to search for text in files, use it

Thank you!
I found it!
It's data32.inc. Right?
Re: What should I do to modify the boot screen?
Posted: Sat Jan 15, 2011 12:36 pm
by hidnplayr
Yes, altough I dont understand why you want to change it?
Re: What should I do to modify the boot screen?
Posted: Sat Jan 15, 2011 12:39 pm
by art_zh
anstein99 wrote:I found it!
It's data32.inc. Right?
No, that only contains some diagnostic messages.
Everything related to bootcode (including some language-specific packages) is located in
/boot
P.S. You can do whatever you want with the bluescreen, but please don't remove the
KolibriOS Team copyrights (C) string from the code, otherwise your version will be illegal.