grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] New object format


From: Bean
Subject: Re: [PATCH] New object format
Date: Tue, 28 Jul 2009 02:41:05 +0800

Hi,

Update:

Now the attributes are stored inside mod file, for example, "fs:",
"command:ls", etc. grub-symdb uses it to generate the list files
automatically (fs.lst, partmap.lst, parttool.lst, command.lst,
handler.lst). Don't use sed to scan source file, and eliminate the
fs-*.lst, partmap-*.lst, parttool-*.lst, command-*.lst and
handler-*.lst.

grub-objdump can show the mod attributes, for example:

# grub-objdump gfxterm.mod
filename: gfxterm.mod
mod name: gfxterm
mod deps: bitmap font video
mod attr: handler:terminal_output.gfxterm command:background_image
init func: 0xcad
fini func: 0xce6

-- 
Bean




reply via email to

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