On Sun, Jul 5, 2009 at 9:11 PM, Duboucher Thomas<tho...@duboucher.eu> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I was reading the code and now I have a question. You are creating a > grub librairy writen in C including useful functions such as > 'grub.file_open'. But in your implementation, you removed base libraries > such as 'os' and 'io'. So why don't you just rewrite 'io.open' instead > of creating 'grub.file_open'?
Hi, The io library uses many stdio function, such as fopen, which doesn't exist in grub. -- Bean _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel