Displaying 6 results from an estimated 6 matches for "32h".
Did you mean:
32
2007 Dec 30
1
Constant "on battery" and "on line power" status changes
Good afternoon all,
I have a Tripp-Lite SmartOnline SU1500RTXL2ua UPS that I had previously tried
to get up and running with NUT earlier this year. Peter Selinger had been
working with this, but he had to devote time to more important things, and I
did too, so it got pushed to the back burner. I saw in the release
announcement of 2.2 that the UPS is now supported and decided I would try
once
2008 Jan 02
3
inconsistent Int 22h local boot
I have a Dell 1435 system that will not respond correctly to a com32 call
to Local boot
Int 22h
AX=14h
DX = 0
This call should not return. It should unload the PXE+UNDI stacks and
continue the boot process with the next boot device.
This call is working fine for me on an HP DL360G2 and on a Dell PE 850.
But, on this Dell 1435 the call is returning from the Int 22h.
I am using syslinux 3.51
2014 Dec 03
0
[PATCH] Update links.html
...Ey(!Z1%(T3&>R(@v>+^cM->!({*A08DZf#p%
zfEJ%%)Z6yn#O7&mAO^&eNk_XZq>a@^Dl?dP2!W;ZhZyzgDiJ?A?5Hg@==`3I+(6RY
z7Q;>yf4YcTG6K1Le4s+x%2ygcYKl8TgI2uMcdN>v;&(y7P^IEF1tJyCIy%L|>tHEH
zb@{5L5^{0K(_v3n8#>IyM97>-gy1_s81b-Ksqv#dg%kjk2uRo+NTW*8Qj3^+Bt|uR
zhY5hSp6I~YjZW$I2F}32h(^HS-4hDs4~Y_43x}Q`QCm7vNc?On*i%6C#ehKXMBXqE
zf%sSpNU8!w+g?H at 0BVBepk5Xc+K6Ho3K%Ckdj;_guYe(d>sBX7IXHNdpQ|vO61 at 6I
zjbIcm^@)Y{6*N}iuugZWpn=Ic2pS>pM7Lf8QF+pJCOIVrMIEQ|Tt5UDjH3FiZj)93
z{6o_G$I#{%iW7<`KjY^U*C8{Xu$!3MsANg86B?XOoUE4)nO-qXk!ldd77i6R2PH<i
zwR)!-EPy#tFg7(W%g(4A7qhcS?RXkPksJBA...
2008 Nov 22
5
[RFC][PATCH] Gfxboot COMBOOT module
...olute 0
+pspInt20: resw 1
+pspNextP: resw 1
+ resb 124
+pspCmdLen: resb 1
+pspCmdArg: resb 127
+
+ section .text
+ org 100h
+
+_start:
+ mov ax,2
+ mov bx, msg_progname
+ int 22h
+
+ mov ax,2
+ mov bx, msg_crlf
+ int 22h
+
+ push es
+ mov ax,0ah
+ mov cl,9
+ int 22h
+ pop es
+ cmp al,32h
+ jnz not_pxelinux
+
+ mov ax,2
+ mov bx,msg_pxelinux
+ int 22h
+ ret
+not_pxelinux:
+ mov [derivative_id],al
+ mov [drivenumber],dl
+ mov [sectorshift],cl
+ mov ax,1
+ shl ax,cl
+ mov [sectorsize],ax
+ mov ax,trackbufsize
+ shr ax,cl
+ mov [BufSafe],ax
+
+ xor cx,cx
+ mov cl,[pspCm...
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
...resw 1
+pspNextP: resw 1
+ resb 124
+pspCmdLen: resb 1
+pspCmdArg: resb 127
+
+;%define DEBUG
+
+ section .text
+ org 100h
+
+_start:
+ mov ax,2
+ mov bx, msg_progname
+ int 22h
+
+ mov ax,2
+ mov bx, msg_crlf
+ int 22h
+
+ push es
+ mov ax,0ah
+ mov cl,9
+ int 22h
+ pop es
+ cmp al,32h
+ jnz not_pxelinux
+
+ mov dl,0 ; fake drive number
+ mov cl,11 ; fake sector size 2048 bytes
+
+not_pxelinux:
+ mov [derivative_id],al
+ mov [drivenumber],dl
+ mov [sectorshift],cl
+ mov ax,1
+ shl ax,cl
+ mov [sectorsize],ax
+ mov ax,trackbufsize
+ shr ax,cl
+ mov [BufSafe],ax
+
+ xo...
2009 Jun 19
0
Wine release 1.1.24
...Date_setSeconds implementation.
jscript: Added Date_setUTCMinutes and Date_setMinutes implementation.
jscript: Added Date_setUTCHours and Date_setHours implementation.
Rein Klazes (4):
gdi32: Fix RectInRegion() if right < left or bottom < top.
winedos: int21, function 32h returns data in DS:BX, not DS:DX.
comdlg32: Delay setting the initial size of resizable file dialog until the CDN_INITDONE notification has been processed.
comdlg32/tests: Fix file dialog resize failures on NT4 and with tiny desktops.
Rico Sch?ller (1):
wined3d: Don't allow a...