search for: wdk

Displaying 17 results from an estimated 17 matches for "wdk".

Did you mean: dk
2016 Mar 06
3
[PATCH 3/5] installers: MSVC compatibility fixes
...the actual issue. On 2016.03.06 20:34, Shao Miller via Syslinux wrote: > If this change is simply due to a mental note about an incident where a > compiler once complained about this type of thing The problem was due to the following warning when compiling for 64-bit using using the latest WDK (7600.16385.1), with warning level 3 (/W3): 1>c:\rufus\src\syslinux\libinstaller\syslxmod.c(44) : warning C4242: '=' : conversion from 'sector_t' to 'unsigned int', possible loss of data I used to compile Rufus with /W3 everywhere when using WDK, but I have very recen...
2016 Mar 06
2
[PATCH 3/5] installers: MSVC compatibility fixes
On 2016.03.06 13:13, Gene Cumm wrote: > Did Visual Studio actually complain about this one? WDK compiler (which I also use) if I recall correctly. At any rate, some older compilers do not like double initializations like this one, and I don't think this change should be much of a contention point, since it doesn't introduce any liability. Regards, /Pete
2012 Feb 14
1
[PATCH 1/3] lib: fix compilation warnings from MS's WDK
...d libinstaller compile fine using the Windows Driver Kit's compiler, except for a few warnings that are addressed with this patch. Regards, /Pete -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-lib-fix-compilation-warnings-from-MS-s-WDK.patch URL: <http://www.zytor.com/pipermail/syslinux/attachments/20120214/b7c007dd/attachment.ksh>
2016 Mar 07
0
[PATCH 3/5] installers: MSVC compatibility fixes
On 3/6/2016 17:03, Pete Batard via Syslinux wrote: > The problem was due to the following warning when compiling for 64-bit > using using the latest WDK (7600.16385.1), with warning level 3 (/W3): > > 1>c:\rufus\src\syslinux\libinstaller\syslxmod.c(44) : warning C4242: > '=' : conversion from 'sector_t' to 'unsigned int', possible loss of data Then your patch seems like the most sensible solution, as this warni...
2016 Mar 07
1
[PATCH 3/5] installers: MSVC compatibility fixes
On Sun, Mar 6, 2016 at 8:21 PM, Shao Miller via Syslinux <syslinux at zytor.com> wrote: > On 3/6/2016 17:03, Pete Batard via Syslinux wrote: >> >> The problem was due to the following warning when compiling for 64-bit >> using using the latest WDK (7600.16385.1), with warning level 3 (/W3): >> >> 1>c:\rufus\src\syslinux\libinstaller\syslxmod.c(44) : warning C4242: '=' : >> conversion from 'sector_t' to 'unsigned int', possible loss of data > > > Then your patch seems like the most sensibl...
2007 Oct 13
7
writing PV block drivers for Windows
I''m now at the stage where I can think about writing some PV block drivers for Windows. I have working event channel and xen store subsystems (but they''ll probably need some more refinement once things progress), and the Windows XenPCI driver enumerates devices as they are added to xenstore. This leaves me with a few questions... 1. I assume that the qemu virtual BIOS uses the
2010 Mar 09
0
[LLVMdev] Clang + LLVM for Operating System
Hello, I am writing a hobby operating system from scratch. Right now, my main development environment is on Windows, but I also use FreeBSD and Mac OS X quite a lot, so I'd like to be able to work on those systems too. I am not using the GNU toolkit, like most people do, but I use the Windows WDK. For those not familiar with this, it is the Microsoft environment for writing drivers. Actually Windows itself (all of it) is compiled with this tool. Basically the compiler and tools come from the same code base as the Microsoft Visual Studio compilers, but without all GUI junk and with a *sane*...
2008 Apr 29
1
ZwXX functions
...y. What I''m mainly after is the ZwQueryInformationFile for use with File::Stat, so I can get information more easily from a handle. This would be useful for a custom IO#stat implementation, where I''ll have a fileno but not a file name. While it''s technically part of the WDK, there''s no reason it can''t be used for regular file operations as well. Any suggestions? Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be...
2016 Mar 07
1
[PATCH 3/5] installers: MSVC compatibility fixes
...tty simple, without moving entirely from /W3 > to /W2. Could that work? (C4242) Unfortunately, there are some warnings that Microsoft, in their great wisdom, decided that driver developers should not choose to ignore, and this is one of them... /wd4242 (which is how you disable warnings in WDK), is one of the things I tried before going /W2, only to find that, unlike other warnings, which I double-checked you can actually silence with /wd (for instance /wd4018 --signed/unsigned mismatch-- can be disabled alright), this one could not be silenced. Regards, /Pete
2016 Feb 24
2
[PATCH 3/5] installers: MSVC compatibility fixes
More MSVC compatibility fixes, for packed structures. NB: In case you are aware of the issues that may come with MS vs GCC packing, so far, I have not seen evidence of detrimental impact from using ms_struct packing in MSVC (vs gcc_struct, which is explicitly specified for MinGW), with regards to the sections of code I am using in Rufus. -------------- next part --------------
2016 Mar 06
0
[PATCH 3/5] installers: MSVC compatibility fixes
...> On 3/6/2016 08:13, Gene Cumm via Syslinux wrote: >>> - len = lba = 0; >>> >+ len = 0; >>> >+ lba = 0; >>> > >>> > memset_sl(ex, 0, nptrs * sizeof *ex); >> Did Visual Studio actually complain about this one? > > WDK compiler (which I also use) if I recall correctly. At any rate, > some older compilers do not like double initializations like this one, > and I don't think this change should be much of a contention point, > since it doesn't introduce any liability. If those compilers are newer...
2010 May 21
6
Get MEMDISK parameters from WinPE 32/64-bit?
Hi. I'm working on replacing a PXELINUX/MEMDISK loaded DOS based installation image with a PXELINUX/MEMDISK loaded WinPE ISO image. So far everything seems to work well (appending "bigraw" to memdisk solved booting problems on several machines), but I kind of miss the option of using getargs.com to get/set environment variables from the memdisk command line. Is there any way to
2015 Nov 19
2
Re: [PATCH] v2v: virtio-win: include *.dll too
...PX64,Server2003X64,VistaX64,Server2008X64,7X64,Server2008R2X64" These are presumably the ones that have to be matched against the version of the Windows the driver is installed into. Both per-file OSAttr and global OS are populated when the catalog is generated by inf2cat tool from Microsoft WDK (https://msdn.microsoft.com/en-us/library/windows/hardware/ff553618(v=vs.85).aspx), which takes the list of values in its /os command-line parameter. When the package is submitted for WHQL certification, MS regenerates the the catalog with its own signature and leaving only those OSes in OSAttr an...
2015 Nov 18
2
Re: [PATCH] v2v: virtio-win: include *.dll too
+Li Jin ----- Original Message ----- > From: "Vadim Rozenfeld" <vrozenfe@redhat.com> > To: "Richard W.M. Jones" <rjones@redhat.com> > Cc: "Roman Kagan" <rkagan@virtuozzo.com>, libguestfs@redhat.com, "Amnon Ilan" <ailan@redhat.com>, "Jeff Nelson" > <jenelson@redhat.com>, "Yan Vugenfirer"
2011 May 13
0
Wine release 1.3.20
...tor crashes when the "Data Editor" gets opened. 23167 Hitman: Blood Money crashes when performing resolution setting change in options 23246 mono randomly aborts with "GetThreadContext failed" dialog 23257 TAGAP: mouse input doesn't work 23492 Windows Driver Kit (WDK) 7.1.0 install fails (check for superclassed case in AtlModuleRegisterWndClassInfoA/W before returning new wndproc) 23643 America's Army 3.0 goes black after about ten minutes of play 24138 OpenGL Layered Windows Demo crashes on unimplemented function msvcr100.dll._swprintf 24452 FurMa...
2016 Mar 07
2
Windows port
Hi! I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) Where are a lot of Windows-branches at GitHub. What is the most actual one? The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.