grub-devel
[Top][All Lists]
Advanced

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

Re: undefined reference to 'system'


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: undefined reference to 'system'
Date: Tue, 24 Jan 2012 16:30:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120104 Icedove/8.0

On 24.01.2012 15:40, Joachim Mammele wrote:
Hi everybody,
I have got a tablet with special frontkeys and I would like to install and adapt android on it. This works fine with the project android-x86.org

The version you refer to, isn't supported anymore. Only GRUB2 is still developped. GRUB Legacy is abandoned.

bits9 = system("readFrontKey");
You can't use usual syscalls inside bootloader. GRUB2 has its own API which is somewhat posix-like but has no such things as "system", pipes or forks, and normally there shouldn't be any need.

--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




reply via email to

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