notice something strange about the script engine:
1. Command is executed as soon as it's parsed, myabe we should wait until the
whole file is analysed.
2. Menu entry is parsed twice.
3. Memory consumption is huge, each token would take up 2048/2096 bytes. Maybe
we should allocate just enough me
On 26/06/07, Alex Roman <[EMAIL PROTECTED]> wrote:
Thought I'd write a little status update on this project.
All right, I took a look at the Bochs BIOS source code, and they seem
to be implementing just one Int 13h function that is specified in the
Eltorito specification: the 4B01h that isolinu