From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Cc: Joachim Mammele <mail@jomammele.de>
Subject: Re: undefined reference to 'system'
Date: Tue, 24 Jan 2012 16:30:10 +0100 [thread overview]
Message-ID: <4F1ECE82.9020709@gmail.com> (raw)
In-Reply-To: <4F1EC2F2.20304@jomammele.de>
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
prev parent reply other threads:[~2012-01-24 15:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-24 14:40 undefined reference to 'system' Joachim Mammele
2012-01-24 15:30 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F1ECE82.9020709@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
--cc=mail@jomammele.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.