patched grub binary

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
User avatar
Mateus
Posts: 2
Joined: Wed Dec 31, 2008 7:07 am
Location: Brasil

patched grub binary

Post by Mateus »

hello

I would like to share my patched grub that I've compiled for i386.

See http://wiki.osdev.org/Drawing_In_Protected_Mode section "Switching".

How could I do that? 380kb
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: patched grub binary

Post by Solar »

Hmmm... wouldn't it be better (and easier, actually) if you published the patch? Not only would it allow people to see that you didn't add a virus or something, it would also show people what you did to make it work, which could be interesting.

Edit: I just looked at the wiki page you referenced... both the patch and the binary are already there...?
Every good solution is obvious once you've found it.
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

Re: patched grub binary

Post by eddyb »

Solar wrote:Hmmm... wouldn't it be better (and easier, actually) if you published the patch? Not only would it allow people to see that you didn't add a virus or something, it would also show people what you did to make it work, which could be interesting.

Edit: I just looked at the wiki page you referenced... both the patch and the binary are already there...?
it's the VBE patch, man! you can get it from here.
User avatar
Mateus
Posts: 2
Joined: Wed Dec 31, 2008 7:07 am
Location: Brasil

Re: patched grub binary

Post by Mateus »

Solar wrote:it's the VBE patch, man! you can get it from here.
yes, you're right. but there is no binary.

well, I thought it is important to have a bootloader that works for the ones that dont want to rool their own or dont want or cant built grub. There are

many developers that are not currently using linux, like me. I built grub using my LFS system, that isnt ready

yet. So, it gives me a good build environment, however, it doesn't provide a nice, easy and fast environment as windows gui.
The gz package i'm talking about is a compilation of grub that i haven't removed anything including documentation. That's why it's so big. I made this so

that you can even substitute your grub that you're using in your system and you shall have extended functions in your real system.

I could upload it to my site but it is hosted at my computer and I dont keep it on all day long or rapdshare or something else.

Note: version 0.97; with grub-0.97-disk_geometry-1.patch.
Post Reply