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
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
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__
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
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!
--
-> 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
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
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
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
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
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
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
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
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?
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
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
"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
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?
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++
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
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"
21 matches
Mail list logo