mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 13:54:30 +02:00
VERSION=x.yy must set the setver-able DOS version, not the "true internal"
DOS version. The setver-able version is the one queried by int 21.30 and settable by int 21.33fc, internal version is the one queried by int 21.3306. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1190 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
db243d4688
commit
ba7bde0bdf
@ -954,8 +954,8 @@ STATIC VOID sysVersion(BYTE * pLine)
|
|||||||
|
|
||||||
printf("Changing reported version to %d.%d\n", major, minor);
|
printf("Changing reported version to %d.%d\n", major, minor);
|
||||||
|
|
||||||
LoL->os_major = major;
|
LoL->os_setver_major = major; /* not the internal os_major */
|
||||||
LoL->os_minor = minor;
|
LoL->os_setver_minor = minor; /* not the internal os_minor */
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC VOID Files(BYTE * pLine)
|
STATIC VOID Files(BYTE * pLine)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user