Re: Compiling error since rev 1850

2008-09-23 Thread y.volta
sorry, this is something wrong with the EOL style. if we use the proper EOL, i mean the 'LF', this issue will be solved. svn export --native-eol LF grub2 grub2_dev ------ y.volta ___ Grub-devel mailing list Grub-devel@gn

Compiling error since rev 1850

2008-09-22 Thread y.volta
On my build system ( Slackware 10, gcc: 3.3.4, autoconf: 2.61 ), ./configure will show "checking build system type... configure: error: cannot guess build type; you must specify one" when i specify the target with " ../grub2/configure --target=i686-pc-elf" it shows the last message again. S

Re: configure grub makefile in cygwin

2008-09-22 Thread y.volta
Why not try MinGW? the latest svn version, it passed compiling and bootable. Of course, if you insiste on it, as Bean pointed out, you should convert your local source to Linux style, or use snv tool to export source with linux style. - y.volta__

Re: Can LUA e coming with future Grub2

2008-09-04 Thread y.volta
ua patch, if you had time. thank you! - y.volta ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

When the 'Fancy Menu' branch will be availble on the main thread?

2008-09-04 Thread y.volta
a -> draw contents -> recover area -> draw new contents. ( by using this, there is no need to switch a whole screen. ^_^ ) - can the VBE engine support 16 bits (5:6:5) mode? i've not familiar with grub2's video system, so, please help me out. Thanks! --

Re: Can LUA e coming with future Grub2

2008-09-02 Thread y.volta
-> 49,766. But the benifit of using Lua, i think, is for graphic menu. the gfxmenu uses a strange script engine, it is hard to learn for a common user; but the Lua, it is easy. ;-) So, it is good to have lua support in Grub2. -- Y.Vo

Can LUA e coming with future Grub2

2008-09-02 Thread y.volta
extend the grub.cfg, isn't it? y.volta ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

[Question] multi-CDROM Devices

2008-08-25 Thread y.volta
Hi, i tried the latest grub2 on my virtual machine with two CD-ROMs. but, i can access only one of them. I read the biosdisk.c, here is a "static int cd_drive = 0;" so i think, we can modify it to support more than one CD-ROM, itn't

[Question] Why not load compressed kernel?

2008-08-23 Thread y.volta
Hi, I'm trying to load a .gz multi-boot kernel file. but, I get 'invalid magic number'. and when i check the grub_rescue_cmd_linux (), it uses grub_file_open () not grub_gzfile_open (); So, my question, why not use the latter one for reducing the file

Re: USB Support

2008-08-17 Thread y.volta
Hi, Great work! BTW. Did you know there is an existing Grub2 USB project from coreboot? y.volta Lately I have been working on USB support for GRUB 2. It's not completely ready yet. The code was only tested on QEMu and supports UHCI, OHCI, USB Mass Storage and HID. Most like

Re: [PATCH] romfs support for Grub2

2008-08-17 Thread y.volta
Thanks all. Let me check the coding style. ;-) y.volta ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] romfs support for Grub2

2008-08-17 Thread y.volta
thanks bean, for your suggestion. I'm not famliar with GNU coding, so, would you please show me some links to learn? especially the indent style. and, this patch is just a work-able one, so, i'd like to improve it. for the legancy romfs patch, you can get it from savannah: http://savannah.gnu.or

[PATCH] romfs support for Grub2

2008-08-16 Thread y.volta
have this kind of function (only display a string, but can do kernal debug also ) y.volta rev_1813.romfs.patch Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Is romfs supported in Grub2

2008-08-11 Thread y.volta
romfs is useful for me, so is there any existing mod or functions existed in current Grub2? if no, i'd like to add this mod to Grub2 from previous Grub0.97 patch. BTW. bean, did you have any plan to translate some grub4dos' functions to grub2 in recentlly?

Re: [PATCH] add pkzip support for gzio

2008-08-11 Thread y.volta
i just conveniently make this kind of archive be supported in grub2 - since there is no other addtional work required. this is a little patch, so if there are mutli-files in this archive, we will failed to decompress it. As I know, there are many GUI tools(e.g. 7-Zip/Winrar/Winzip) can make the

[PATCH] add pkzip support for gzio

2008-08-11 Thread y.volta
o the output file. y.volta gzio.patch Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Decompressing error on latest rev. of svn?

2008-08-10 Thread y.volta
"int 0xe8". - i tried both lzo and lzma mode. (i noticed that, when using lzo mode, after "call lzo1x_decompress", the eax = -8) i tried the rev.1699 in the same build evn, things are OK. is there something wrong i

How to synchronize local svn with official svn?

2008-08-09 Thread y.volta
grub2 - SB ( i.e. svn://local/grub2 ), now, i can 'Relocate' LD's url to SB, and 'Update' LD to SB. here, i get a local svn copy, and can do anythings but the synchronization from SA. so, how to synchronize local svn with official svn?

Can grub2 support c++ module?

2008-06-17 Thread y.volta
Hi, I just wondering, can grub2 support module coded with c++? Let's suppose we are trying to apply the fancy menu. ;-) If we can use the object oriented, the menu items, the pictures, the controls are all objects. The programming interface is easier for us. And, I know the XOSL used c++

why not support gzipped font file?

2008-05-31 Thread y.volta
Hi, I noticed that, /font/manager.c:51: file = grub_file_open (filename); so, we can only use pure font file, this will need more than 1MB bytes for font file, and more time to load it into memory. well, how about change it to: file = grub_gzf

grub.cfg syntax highlight for UEStudio/UltraEdit32

2008-05-31 Thread y.volta
Hi, all, I've made a 'Grub2 Menu' syntax hightlight for UEStudio/UltraEditor. it can hight the commands, index `functions' and `menuentry' in grub.cfg. Wish this will help your editing. ;-) see bellow: --- /L20"Grub2 Menu"