Displaying 2 results from an estimated 2 matches for "syslinux_shuffle_boot_".
2012 Sep 06
1
[PATCH] comboot: add comapi_chainboot to int22_table
This is missing since "shuffler: comboot interface to the new shuffler".
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
---
core/comboot.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/core/comboot.inc b/core/comboot.inc
index d6f670c..ef69c49 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -950,7 +950,7 @@ int22_table:
dw
2008 Mar 01
0
SYSLINUX 3.62 released
...line size to 2047 characters
NEWS: document longer command line limit.
getc: don't clobber AH; return CF=1, AL=0 on end of file
Switch the display file and graphics routines to using the getc stack
A bit more exactitude in the documentation
Move the prototypes for syslinux_shuffle_boot_*()
Query the shuffle descriptor set size and use it
Change the minimum number of shuffle descriptors to 64.
The shuffle descriptors need to be unused for input *and* output
isolinux: spec buffer size is 13h (19), not 13
Correct comment specific to SYSLINUX in the other...