I was wondering if there is a special way to compile the stage1,
(stage1.S & stage1.h) of GRUB.

First, the compiler gives an error on Line 359 (grub 0.93) when I want
to jump to stage2.

Secondly, the stage1 binary should be 512 bytes, but when I compile
it, it is 2.2Kb.

I use:
  g++ version 3.2 20020903 (Rad Hat Linux 8.0 3.2-7)
  gcc -c stage1.s
  ld stage1.o -o stage1.bin -format binary

Any Ideas??


Thanks
RJ



_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to