Hi all, recently I added some file service support, ... and what seems uncomfortable for me, is that although
Code: Select all
file= fs_read("/mnt/fd0/boot/grub/grub.conf");
works, it takes about 10 seconds under bochs...
So, I thought, perhaps I could do some network magic.. does anybody know how to set it up? I compile grub with --enable-rtl8139, copy stage1/stage2 with dd to fd0, but then it doesn't work... how should I create a grub disk then?
Cheers,
Adrian.