grub-devel
[Top][All Lists]
Advanced

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

Two SoC ideas


From: Wei Shen
Subject: Two SoC ideas
Date: Fri, 23 Mar 2007 23:46:02 +0800

Hi,

I have two ideas and wonder whether they are welcome as SoC projects.
 
1) Simple file editing

I think it is useful to add file edit function to Grub. Thus, if a config file which is required to boot the OS successfully is mistakenly written, we can still correct it in Grub and need not to reboot from the floppy or cdrom just for the correcting.

I know it would greately increase the complexity of Grub to support a writable file system. However, if file writing does not change the block number of a file, things are much simpler. Since most config files are small (occupying only one block), I think the solution will work.
 
2) addr option for module command
 
Add nn option: "addrvalue" to the module command. If the addr option is specified, Grub will load the module to address value instead of the default address.
 
Regards,
 
Wei Shen

reply via email to

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