Displaying 20 results from an estimated 27 matches for "0x0016".
Did you mean:
0x0010
2003 Aug 29
1
RC2: Compile errors Solaris 8 (cc) and suggested fix
...de "includes.h"
static const uint16 to_ucs2[256] = {
- 0x0001,
- 0x0002,
- 0x0003,
- 0x0004,
- 0x0005,
- 0x0006,
- 0x0007,
- 0x0008,
- 0x0009,
- 0x000A,
- 0x000B,
- 0x000C,
- 0x000D,
- 0x000E,
- 0x000F,
- 0x0010,
- 0x0011,
- 0x0012,
- 0x0013,
- 0x0014,
- 0x0015,
- 0x0016,
- 0x0017,
- 0x0018,
- 0x0019,
- 0x001A,
- 0x001B,
- 0x001C,
- 0x001D,
- 0x001E,
- 0x001F,
- 0x0020,
- 0x0021,
- 0x0022,
- 0x0023,
- 0x0024,
- 0x0025,
- 0x0026,
- 0x0027,
- 0x0028,
- 0x0029,
- 0x002A,
- 0x002B,
- 0x002C,
- 0x002D,
- 0x002E,
- 0x002F,
- 0x0030,
- 0x0031,
-...
2002 Sep 28
1
A problem reading configuration file
...6 019f
08260ca8:Call WPROCS.133: INT_INT21HANDLER() ret=02cf:539f ds=0a17
AX=4e52 BX=0a17 CX=0016 DX=0dfa SI=0114 DI=0e14 ES=0a17 EFL=00000292
08260ca8:trace:int21:DOS3Call AX=4e52 BX=0a17 CX=0016 DX=0dfa SI=0114 DI=0e14 DS=0a17 ES=0a17 EFL=00000292
08260ca8:trace:int21:DOS3Call FINDFIRST mask 0x0016 spec E:\EBT23\BIN\dynatext.ini
08260ca8:trace:dosfs:DOSFS_GetFullName L"E:\\EBT23\\BIN\\dynatext.ini" (last=0)
08260ca8:trace:string:lstrcpynA (0x411c1c84, "/opt/samba-dir", 1024)
08260ca8:trace:dosfs:DOSFS_FindUnixName /opt/samba-dir,L"EBT23\\BIN\\dynatext.ini"
08260c...
2007 Oct 01
1
Patch to vesamenu.c32 from Syslinux 3.51
...ig 2007-09-27 16:27:45.000000000 -0700
+++ menumain.c 2007-09-27 16:27:30.000000000 -0700
@@ -1036,6 +1036,8 @@
} else {
if (type < KT_KERNEL)
type = KT_KERNEL;
+ ireg.eax.w[0]= 0x0003; /* Return to text mode */
+ __intcall(0x10, &ireg, NULL);
ireg.eax.w[0] = 0x0016; /* Run kernel image */
ireg.esi.w[0] = OFFS(kernel);
ireg.ds = SEG(kernel);
2005 May 02
1
Possible win32-dir mods
Hi Zach (or anyone with VC++ 6),
I was hoping you would test a couple things for me.
The first thing I would like you to try is replacing
"#include <shlobj.h>" with "#include <shfolder.h>".
That, or try including both.
If that doesn''t do the trick, the next thing I''d like
to try is commenting out all the rb_define_const lines
that were
2006 Sep 22
0
Does each filter share bandwidth in a class?
...but this
should make it simple.
# eth2 inbound maclist
tc qdisc add dev eth2 root handle 1: cbq avpkt 1000 bandwidth 100mbit
tc class add dev eth2 parent 1: classid 1:1 cbq rate 1024kbit allot 1500 prio
5 bounded isolated
# user1
tc filter add dev eth2 parent 1: protocol ip prio 10 u32 match u16 0x0016
0xFFFF at -14 match u32 0xB629E4D6 0xFFFFFFFF at -12 flowid 1:1
# user 2
tc filter add dev eth2 parent 1: protocol ip prio 10 u32 match u16 0x0014
0xFFFF at -14 match u32 0xA5457120 0xFFFFFFFF at -12 flowid 1:1
Thanks,
Carl
2005 Aug 26
0
NUT patches
...ocal Usage(0x008e)
Feature/16
Global Report ID(0x0011)
Local Usage(0x0029)
Global Logical Minimum(0x0001)
Feature/17
Global Report ID(0x0012)
Local Usage(0x008d)
Global Logical Minimum(0x0000)
Feature/18
Global Usage Page(0x0084)
Local Usage(0x0002)
Collection 0x02=Logical
Global Report ID(0x0016)
Global Usage Page(0x0085)
Global Report Size(0x0001)
Global Logical Maximum(0x0001)
Local Usage(0x0044)
Input/22
Local Usage(0x0044)
Feature/22
Local Usage(0x0045)
Input/22
Local Usage(0x0045)
Feature/22
Local Usage(0x00d0)
Input/22
Local Usage(0x00d0)
Feature/22
Local Usage(0x00d1)
Inpu...
2005 May 04
0
New win32-dir
...RIVES = 0x0011 # My Computer
CSIDL_NETWORK = 0x0012 # Network Neighborhood (My Network
Places)
CSIDL_NETHOOD = 0x0013 # <user name>\nethood
CSIDL_FONTS = 0x0014 # windows\fonts
CSIDL_TEMPLATES = 0x0015
CSIDL_COMMON_STARTMENU = 0x0016 # All Users\Start Menu
CSIDL_COMMON_PROGRAMS = 0X0017 # All Users\Start Menu\Programs
CSIDL_COMMON_STARTUP = 0x0018 # All Users\Startup
CSIDL_COMMON_FAVORITES = 0x001f
CSIDL_COMMON_DESKTOPDIRECTORY = 0x0019 # All Users\Desktop
CSIDL_APPDATA = 0x001a # <user name>...
2007 Jan 25
5
Custom com32
Hi all
I've written a basic COM32 module that checks (using the DMI example
code) the product and BIOS and if the BIOS is not at the required level,
is supposed to exit and boot using a DOS floppy image to flash the BIOS.
The problem is that I can't work out how to call the DOS floppy image.
Looking at the website, I see "Run Command" AX=0003H via int 22. The
image name will
2015 Apr 17
2
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...Value : union
ntlmssp_AvValue(case 0x2)
AvNbDomainName : 'DAN2003'
pair: struct AV_PAIR
AvId : MsvAvNbComputerName (0x1)
AvLen : 0x0016 (22)
Value : union
ntlmssp_AvValue(case 0x1)
AvNbComputerName : 'SERVERDC1001'
pair: struct AV_PAIR
AvId : MsvAvDnsDomainName (0x4)...
2015 Apr 17
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...union
> ntlmssp_AvValue(case 0x2)
> AvNbDomainName : 'DAN2003'
> pair: struct AV_PAIR
> AvId : MsvAvNbComputerName (0x1)
> AvLen : 0x0016 (22)
> Value : union
> ntlmssp_AvValue(case 0x1)
> AvNbComputerName : 'SERVERDC1001'
> pair: struct AV_PAIR
> AvId : MsvAvDnsDomainNa...
2011 Oct 16
1
CentOS 6.0: panic installing i386 on old Acer Desktop
...ernal Connector Type: None
Port Type: Audio Port
Handle 0x0015, DMI type 9, 13 bytes
System Slot Information
Designation: PCI0
Type: 32-bit PCI
Current Usage: Available
Length: Long
ID: 1
Characteristics:
5.0 V is provided
Modem ring resume is supported
PME signal is supported
Handle 0x0016, DMI type 9, 13 bytes
System Slot Information
Designation: PCI1
Type: 32-bit PCI
Current Usage: Available
Length: Long
ID: 2
Characteristics:
5.0 V is provided
Modem ring resume is supported
PME signal is supported
Handle 0x0017, DMI type 9, 13 bytes
System Slot Information
Designatio...
2010 Apr 23
1
Path simple menu integrated progress indicator
...m k
}
if (type == KT_LOCALBOOT) {
- ireg.eax.w[0] = 0x0014; /* Local boot */
- ireg.edx.w[0] = strtoul(kernel, NULL, 0);
+ syslinux_local_boot(strtoul(kernel,NULL,0));
} else {
- if (type < KT_KERNEL)
- type = KT_KERNEL;
- ireg.eax.w[0] = 0x0016; /* Run kernel image */
- ireg.esi.w[0] = OFFS(kernel);
- ireg.ds = SEG(kernel);
- ireg.ebx.w[0] = OFFS(args);
- ireg.es = SEG(args);
- ireg.edx.l = type - KT_KERNEL;
- /* ireg.ecx.l = 0; *//* We do ipappend "manually" */
+ size_t kernel_size...
2011 May 25
1
[GIT PULL] elflink ldlinux
...ly runkernel.inc any more */
new_linux_kernel(kernel, cmdline);
@@ -148,14 +148,15 @@ void execute(const char *cmdline, enum kernel_type type)
if (type == KT_LOCALBOOT) {
ireg.eax.w[0] = 0x0014; /* Local boot */
ireg.edx.w[0] = strtoul(kernel, NULL, 0);
+ } else {
+ ireg.eax.w[0] = 0x0016; /* Run kernel image */
+ ireg.esi.w[0] = OFFS(kernel);
+ ireg.ds = SEG(kernel);
+ ireg.ebx.w[0] = OFFS(args);
+ ireg.es = SEG(args);
+ ireg.edx.l = type - KT_KERNEL;
+ /* ireg.ecx.l = 0; *//* We do ipappend "manually" */
}
- ireg.eax.w[0] = 0x0016; /* Run kernel image...
2005 Aug 05
3
Survey: SYSLINUX: 2.13 works, 3.0x don't
Okay, this applies particularly to SYSLINUX, not ISO/PXE/EXTLINUX.
If you have a system on which 2.13 boots and 3.0x don't, I would like to
get as much information as possible about it. In particular, I would
like to know:
- What device are you booting from (floppy, USB, IDE harddrive...)
- Motherboard manufacturer/model
- CPU manufacturer/model (a dump of /proc/cpuinfo would
2014 Nov 18
1
Syslinux-6.03 getting stuck with kernel boot.
...s
OEM-specific Type
Header and Data:
A0 0D 0D 00 4B 45 55 00 11 01 02 03 04
Strings:
MVV1
06/27/2014
MM/DD/YYYY
1:AC
Handle 0x0019, DMI type 161, 28 bytes
OEM-specific Type
Header and Data:
A1 1C 19 00 4B 45 55 00 10 00 00 00 00 00 00 00
00 00 02 A1 FF FF FF FF FF FF FF FF
Handle 0x0016, DMI type 162, 16 bytes
OEM-specific Type
Header and Data:
A2 10 16 00 4B 45 55 00 01 02 80 FF FF FF FF FF
Handle 0x0018, DMI type 163, 36 bytes
OEM-specific Type
Header and Data:
A3 24 18 00 4B 45 55 00 01 FF FF FF 79 4B 00 00
4B 00 00 00 7E 06 00 00 66 0E 00 00 4A 36 00 00
FF FF FF FF...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com>
The following patch series is available at,
git://git.zytor.com/users/mfleming/syslinux.git elflink
All patches are against the 'elflink' branch.
This series fixes a few serious bugs and some behavioural
incompatibilities with the 4.x series.
Matt Fleming (19):
ldlinux: Initialise 'p' before using it.
ldlinux: Parse
2020 Aug 26
0
accessing foreign AD users to NT domain
...: *
DomainName : 'CSATEST'
UserNameLen : 0x000a (10)
UserNameMaxLen : 0x000a (10)
UserName : *
UserName : 'psala'
WorkstationLen : 0x0016 (22)
WorkstationMaxLen : 0x0016 (22)
Workstation : *
Workstation : 'WIN7PRO-V01'
EncryptedRandomSessionKeyLen: 0x0010 (16)
EncryptedRandomSessionKeyMaxLen: 0x0010 (16)
EncryptedRandomSessionKey:...
2020 Aug 25
4
accessing foreign AD users to NT domain
Mandi! Rowland penny via samba
In chel di` si favelave...
> Even though your users may have the same username in AD as in the NT4-style
> domain, they are different users, so a few thoughts. You have 'map to guest
> = bad user', so I take it you must have 'guest ok = yes' set in the shares
> (you haven't shown us the shares), so try changing 'bad user' to
2008 Mar 24
4
Ati Low Perfomance
...[0] -1 0 0xfd500000 - 0xfd5fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xb5f00000 - 0xbdefffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (1:2:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xb8000000/26
(--) PCI:*(6:0:0) ATI Technologies Inc M56P [Radeon Mobility X1600] rev 0, Mem @ 0xc0000000/28, 0xfe0f0000/16, I/O @ 0xd000/8, BIOS @ 0xfe0c0000/17
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0...
2012 Apr 14
3
NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE with Server 2008R2
I am having problems implementing Samba using security=domain against a
Windows 2008R2 server.
I have been able to successfully join the domain via a net rpc join.
Anytime I try to access a share through smbclient I get a
NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE but nothing in the logs (on
either side) seems to be giving me any leads on where to look. The
system is locked down to allow NTLv2