Displaying 4 results from an estimated 4 matches for "000001a4".
Did you mean:
00000104
2012 Nov 08
3
Illegal OpCode
Hi to all,
While trying to install syslinux on small (700 MB) FAT16 Partition on HP Server got Red Screen of Death with a register dump.
Illegal OpCode
EAX=00001F01 EBX=000001A4 ECX=00000000 EDX=00000019F
EBP=0000FBFA ESI=000007BE EDI=00000800
DS=0000 ES=0000 FS=0000 GS=0000
CS:EIP=0000:000083A6 SS:ESP=1000:0000AFF6
EFLAGS=00000206
Tested many versions of syslinux: from 3.63 to 4.06: unfortunately the same
It works on "normal" PC, e.g. without HP RAID controller...
2012 Nov 30
6
Illegal Opcode,the 2.
Hi to all,
from syslinux 4.06 and 5.00 pre 12 came the same dump.
Background: While trying to install syslinux on small (700 MB) FAT16 Partition on HP Server got Red Screen of Death with a register dump.
Illegal OpCode
EAX=00001F01 EBX=000001A4 ECX=00000000 EDX=00000019F
EBP=0000FBFA ESI=000007BE EDI=00000800
DS=0000 ES=0000 FS=0000 GS=0000
CS:EIP=0000:000083A6 SS:ESP=1000:0000AFF6
EFLAGS=00000206
Can somebody interpret the register dump?
Any other idea?
Thank you.
Regards,
Fred
2011 Jan 21
11
[PATCH]x86:x2apic: Disable x2apic on x86-32 permanently
x86:x2apic: Disable x2apic on x86-32 permanently
x2apic initialization on x86_32 uses vcpu pointer before it is initialized. As x2apic is unlikely to be used on x86_32, this patch disables x2apic permanently on x86_32. It also asserts the sanity of vcpu pointer before dereference to prevent further misuse.
Signed-off-by: Fengzhe Zhang <fengzhe.zhang@intel.com>
diff -r 02c0af2bf280
1999 Sep 23
1
rpcclient problem
i can use the smbclient -L just fine to get a list of shares off my NT4 (Alpha processor) server. My problem lies with rpcclient. It lets me login but then samtest gives the following error:
smb: \> samtest
samtest
SAM Encryption Test
SAMR_R_UNKNOWN_38: Unknown NT error
smb: \>
all i need to be able to do is change the nt password, but the ntpass command gives the same error.
any ideas