checking if start is defined by the compiler... no
checking if _start is defined by the compiler... no
configure: error: neither start nor _start is defined
# gcc -v
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-4.1.1-r3/work/gcc-4.1.1/configur
Vincent Pelletier wrote:
> Le mardi 05 décembre 2006 20:46, Yoshinori K. Okuji a écrit :
>
>>> Oh, btw, it's HIGHLY confusing that disks start at 0, partitions at
>>> 1. Could you please fix it and make it consequently? either hd1,1
>>> or hd0,0, but not hd0,1 or hd1,0.
>>>
>> No. It is c
This is a question for Marco Gerards I suppose.
I was asking myself if in grub2 code I was allowed to do:
for (part in partitions) {
menuentry($part) {
whatever($part.grub_string);
}
}
or if it was all restricted to for inside menuentries like:
menuentry() {