grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] File access library for lua


From: Bean
Subject: Re: [PATCH] File access library for lua
Date: Sun, 5 Jul 2009 22:28:22 +0800

On Sun, Jul 5, 2009 at 9:11 PM, Duboucher Thomas<address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]