[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] split floppy support off biosdisk
From: |
Bean |
Subject: |
Re: [RFC] split floppy support off biosdisk |
Date: |
Wed, 18 Jun 2008 16:01:20 +0800 |
On Wed, Jun 18, 2008 at 3:36 PM, Pavel Roskin <address@hidden> wrote:
> If I run string on the image to be compressed, I see all function names,
> such as grub_biosdisk_get_diskinfo_int13_extensions. I don't see why we
> need function names there. Function names starting with "grub_" take
> 4590 bytes. It looks like we have some reserves for slimming down the
> core.
Those symbols are used in the dynamic loading of modules. The module
is basically object file, it can have unresolved symbols. grub looks
up the symbol table to find the address when the module is loaded.
--
Bean
- Re: [RFC] split floppy support off biosdisk, (continued)
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Pavel Roskin, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Pavel Roskin, 2008/06/18
- Re: [RFC] split floppy support off biosdisk,
Bean <=
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Robert Millan, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Isaac Dupree, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Robert Millan, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/17