grub-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]