summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-20 08:21:22 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-20 08:21:22 -0700
commit9ffb8445bb0931fa574a37a4059a2085b3f0b09f (patch)
tree263303bc9c540bc339d602f169d3dab9aeede737
parent98d119af7d34ed22232fe2ee5577aeddc13144f4 (diff)
downloadsyslinux-9ffb8445bb0931fa574a37a4059a2085b3f0b09f.tar.gz
Rename the new version 3.50 instead of 3.40; too many new things.
-rw-r--r--NEWS2
-rw-r--r--comboot.doc14
-rw-r--r--version2
3 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 39591367..d56993e7 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Starting with 1.47, changes marked with SYSLINUX/PXELINUX/ISOLINUX
apply to that specific program only; other changes apply to all of
them.
-Changes in 3.40:
+Changes in 3.50:
* New keywords allow the type of file to be specified in the
configuration file.
* It is now supported to load a different configuration file
diff --git a/comboot.doc b/comboot.doc
index 6fe446e0..66b8bf2b 100644
--- a/comboot.doc
+++ b/comboot.doc
@@ -548,7 +548,7 @@ AX=0011h [3.05] Maximum number of shuffle descriptors
Typical values are 682 and 1365.
-AX=0012h [3.40] Cleanup, shuffle and boot
+AX=0012h [3.50] Cleanup, shuffle and boot
Input: AX 0012h
DX derivative-specific flags (see function 000Ch)
ES:DI shuffle descriptor list (must be in low memory)
@@ -576,7 +576,7 @@ AX=0012h [3.40] Cleanup, shuffle and boot
The copies are overlap-safe, like memmove().
- Starting in version 3.40, if the source address is -1
+ Starting in version 3.50, if the source address is -1
(FFFFFFFFh) then the block specified by the destination
address and the length is set to all zero.
@@ -589,7 +589,7 @@ AX=0012h [3.40] Cleanup, shuffle and boot
(except DS, ESI and EDX) and the stack will be set up as they
were set up by the PXE ROM.
- This interface was probably broken before version 3.40.
+ This interface was probably broken before version 3.50.
AX=0013h [3.08] Idle loop call
@@ -648,7 +648,7 @@ AX=0016h [3.10] Run kernel image
DS:SI Filename of kernel image (zero-terminated string)
ES:BX Command line (zero-terminated string)
ECX IPAPPEND flags [PXELINUX]
- EDX Type of file (since 3.40)
+ EDX Type of file (since 3.50)
Output: Does not return if successful; returns with CF=1 if
the kernel image is not found.
@@ -743,7 +743,7 @@ AX=0018h [3.30] Query custom font
been loaded, AL contains zero.
-AX=0019h [3.40] Read disk [SYSLINUX, ISOLINUX, EXTLINUX]
+AX=0019h [3.50] Read disk [SYSLINUX, ISOLINUX, EXTLINUX]
Input: AX 0019h
EDX Sector number
ESI Reserved - MUST BE ZERO
@@ -763,7 +763,7 @@ AX=0019h [3.40] Read disk [SYSLINUX, ISOLINUX, EXTLINUX]
disk error.
-AX=001Ah [3.40] Cleanup, shuffle and boot to flat protected mode
+AX=001Ah [3.50] Cleanup, shuffle and boot to flat protected mode
Input: AX 001Ah
DX derivative-specific flags (see function 000Ch)
ES:DI shuffle descriptor list (must be in low memory)
@@ -800,7 +800,7 @@ AX=001Ah [3.40] Cleanup, shuffle and boot to flat protected mode
invoked code to set new descriptor tables to its liking.
-AX=001Bh [3.40] Cleanup, shuffle and boot to real mode
+AX=001Bh [3.50] Cleanup, shuffle and boot to real mode
Input: AX 001Ah
DX derivative-specific flags (see function 000Ch)
ES:DI shuffle descriptor list (must be in low memory)
diff --git a/version b/version
index a2b1f510..df0b4a7d 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-3.40
+3.50