search for: os_code

Displaying 2 results from an estimated 2 matches for "os_code".

Did you mean: op_code
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
.../zutil.h =================================================================== RCS file: /cvsroot/rsync/zlib/zutil.h,v retrieving revision 1.2 diff -u -r1.2 zutil.h --- zlib/zutil.h 22 May 1998 06:58:59 -0000 1.2 +++ zlib/zutil.h 30 Jan 2002 01:12:47 -0000 @@ -78,7 +78,7 @@ #ifdef MSDOS # define OS_CODE 0x00 -# ifdef __TURBOC__ +# if defined(__TURBOC__) || defined(__BORLANDC__) # if(__STDC__ == 1) && (defined(__LARGE__) || defined(__COMPACT__)) /* Allow compilation with ANSI keywords only enabled */ void _Cdecl farfree( void *block ); @@ -115,13 +115,12 @@ #if def...