Displaying 2 results from an estimated 2 matches for "shuffle_and_boot".
2011 Mar 06
1
[PATCH] core: Fix 'trackbuf' descriptor list byte length
(Tested using a Linux bzImage, with and without an initrd.)
Per shuffle_and_boot documentation, %ecx must contain the descriptor
list byte length, but it's set with such list end address instead. Fix.
Signed-off-by: Ahmed S. Darwish <darwish.07 at gmail.com>
--
core/bcopy32.inc | 2 ++
core/bcopyxx.inc | 2 ++
core/bootsect.inc | 8 +++++---
core...
2008 Aug 14
1
Some thoughts of Syslinux 4 architecture
...ata structures in memory as it provides continuity of data structures
across modules.
In particular, I'm thinking of an architecture which would call into
various modules, with MEMDISK being a module, and accumulate changes
onto a shuffle list as it goes along, with the final invocation of
shuffle_and_boot making this active.
There are, unfortunately, a number of potential hiccups with this.
First of all we have the distinction of real-mode versus protected-mode
invoked modules (which could be dealt with by a transition stub), things
that we don't know a priori where they want to end up (thin...