search for: 00h

Displaying 20 results from an estimated 43 matches for "00h".

Did you mean: 00
2017 Mar 22
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi, funny or enlightening observation: With my qemu-system-i386 it would work if the detected Heads/Cylinder and Sectors/Head factors would change positions ! The effective read operation seems to use H/C = 32 , S/H = 63. The correct LBA would be addressed by H/C = 63 , S/H = 32. -------------------------------------------------------------------------- Reasoning: I have transplanted the
2017 Mar 22
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...H/C = 63 , S/H = 32. > The original MBR included in debian-8.7.1-i386-xfce-CD-1.iso was delivered with the following values (use a monospace font): Boot System ID : First : Last : Relative : Number of: Flag :Cyl Head Sec:Cyl Head Sec: Sector : Sectors : 80h 00h : 0 0 1 : 646 63 32 : 0: 1325056: 00h EFh ?? :1023 254 63 :1023 254 63 : 8524: 608: 00h 00h : 0 0 0 : 0 0 0 : 0: 0: 00h 00h : 0 0 0 : 0 0 0 : 0: 0: If a specific BIOS' CHS/LBA...
2007 Feb 28
0
How to press F1 over a serial console? F1 scan code is 2 bytes - 00h 3Bh
"Richard L. James" <richard_l_james at yahoo.co.uk> writes: > Greetings to .HU - to do this you need a way to be able to send the > following 2 bytes which represent the keyboard scan code for F1: > > 1st byte = 0d / 0h / NUL (null character) > 2nd byte = 59d / 3Bh / semi column (;) Hi Richard, so you mean I should send the scan code over the serial line, not some
2003 Mar 22
0
VIAGEM DANÇANTE AO RIO DE JANEIRO
...na com rua Dos Pinheiros). Hor?rio: 24:00 horas Sexta-Feira: 18/04/03 Gafieira do Jo?o (Jo?o Carlos Ramos) no centro. das 19h30 as 24h00 Opcional: Carioca da Gema, Semente (tudo na Lapa Boemia) WORKSHOPS Local: Espa?o de Dan?a Carlos Bolacha (Rua Barata Ribeiro 271 Copacabana) 14:00h - Aula de Rueda de Casino com Fl?vio Miguel ( M?fia do Casino) 16:00h - Aula de Samba com Carlos Bolacha ? noite jantar (pre?o a confirmar) na Churrascaria Palace em Copacabana anexo ao MUTANTE onde teremos uma aula aberta com o professor Rog?rio Mendonza (23:00h) e muita salsa com os DJ'S ARA...
2017 Mar 22
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...y my suspicion is that the isohdpfx.S code simply mishandles the two conversion factors which it correctly got from BIOS call INT 13H AH 8. > Boot System ID : First : Last : Relative : Number of: > Flag :Cyl Head Sec:Cyl Head Sec: Sector : Sectors : > 80h 00h : 0 0 1 : 646 63 32 : 0: 1325056: > 00h EFh ?? :1023 254 63 :1023 254 63 : 8524: 608: The last sector 1325055 and its C/H/S (646, 63, 32) address tell that the partition table was made under the assumption H/C= 64 and S/H= 32. That's what hpa pre...
2006 Mar 21
0
Printer "Unable to display security information"
...0\00\00\05\15\00\00\00 \9E@~\14\80x\F51\07\E5;+\F4\01\00\00 " } { key = "PRINTERS/n0111-1050\00" data = "H8\00\00\01\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\D4\F8\0 0\00\00\00\00\00,\22\1BD\00n0111-1050\00n0111-1050\00Samba Printer Port\00HP DesignJet 1050C PS3\00HP Design jet 1050C\00\00\00winprint\00RAW\00\00\00\00\00\00\01\00\00\00PrinterDriverD ata\5CTrayFormSize\00\04\00\00\0 0\04\00\00\00P\00\00\00\01\00\00\00PrinterDriverData\5CTrayFormTable\00\ 03\00\00\00P\00\00\00P\00R\00o\00l\0 0l\00 \00F\00e\00e\00d\00\00\00L\00e\00t\00t\0...
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...r11d, edx lea edi, [r11+1] mov [rax+r8*4], edi mov rcx, [rsp+48h+var_40] mov esi, [rsp+48h+var_34] mov r11d, edi jl short loc_100000D84 nop dword ptr [rax+00h] loc_100000D50: ; CODE XREF: _main+DA j mov edi, [rcx] lea ebp, [rdi+1] mov [rcx], ebp cmp edi, edx jl short loc_100000D71 mov dword ptr [rcx], 0...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...;> mov [rax+r8*4], edi >> mov rcx, [rsp+48h+var_40] >> mov esi, [rsp+48h+var_34] >> mov r11d, edi >> jl short loc_100000D84 >> nop dword ptr [rax+00h] >> >> loc_100000D50: ; CODE XREF: _main+DA j >> mov edi, [rcx] >> lea ebp, [rdi+1] >> mov [rcx], ebp >> cmp edi, edx >> jl short l...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
..., edi >>>> mov rcx, [rsp+48h+var_40] >>>> mov esi, [rsp+48h+var_34] >>>> mov r11d, edi >>>> jl short loc_100000D84 >>>> nop dword ptr [rax+00h] >>>> >>>> loc_100000D50: ; CODE XREF: _main+DA j >>>> mov edi, [rcx] >>>> lea ebp, [rdi+1] >>>> mov [rcx], ebp >>>> cmp e...
2017 Mar 22
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
....S code simply mishandles > the two conversion factors which it correctly got from BIOS call > INT 13H AH 8. > > > > Boot System ID : First : Last : Relative : Number of: > > Flag :Cyl Head Sec:Cyl Head Sec: Sector : Sectors : > > 80h 00h : 0 0 1 : 646 63 32 : 0: 1325056: > > 00h EFh ?? :1023 254 63 :1023 254 63 : 8524: 608: > > The last sector 1325055 and its C/H/S (646, 63, 32) address tell that the > partition table was made under the assumption H/C= 64 and S/H= 32. &gt...
2004 Dec 09
1
EDD error RE: Re: SYSLINUX 2.12-pre7 released
...Disk image Bernd http://fdos.org/ripcord/beta9sr1/other/misc/Udma2_16.zip output on screen (sourcecode in UDMA2.ASM, line 855 and 736 ??? ) UDMA2 Disk Driver V1.6, 2-Dec-2004. Output overlap is disabled. UltraDMA controller found at I-O address 1050h. Vendor/Device I.D. 8086h/7111h. PCI bus 00h, device 07h, function 1 No XMS manager; using only DMA I-O, NO Output Overlap! Primary-master disk is VMware Virtual IDE Hard Drive. Set to UltraDMA mode2, ATA-33. Read tests omitted BIOS EDD error; driver NOT loaded! ---------------------------------------------------------------- Op deze...
2006 Jun 07
1
Boot sector rebooting
Is there something that I can put on a drive's boot sector so that when booted it just reboots, and that its partition information is also intact? My application need is stateless computing. The OS loads over the network with the help of pxelinux.0, but when 1000s of nodes reboot in parallel a few fail to boot. When PXE fails it boots the next device--in most cases this is the local HD.
2000 Jul 22
1
Multihome WINS Registration
...following config options: workgroup = AOE security = DOMAIN password server = PDCSERVER local master = No domain master = No browse list = Yes wins server = 128.173.188.20 Now, looking at the WINS server when nmbd/smbd start, Samba registers: 192.168.1.1 HERMES(00h) 192.168.1.1 HERMES(03h) 192.168.1.1 HERMES(20h) I would like it to register 128.173.188.30 with the PDC, since everyone can get to it with that address. Also, what is the best way to get the SMB traffic to use Subnet B if it can? (IE, between Pluto and Hermes, for example.) I tried using LMHOST...
2007 Mar 23
0
course on Analysis of Repeated Measurements by Ronald Geskus
...esults graphically * evaluate model fit, numerically as well as graphically Experience with the analysis of repeated measurements is not assumed. Knowledge of R or S-PLUS at the level of the introductory course is advised. Location: Amsterdam Date : April 27 Time : 10:00h.-17:00h. Price : EURO 395,- excl. VAT, Includes lunch and course materials Register: - phone : +31-(0)20-560-8400 - Email : altman at can.nl - Web : http://www.can.nl/events/details.php?id=31 There is a maximum of 12 participants. You may register by replying to this em...
2015 Jul 14
1
EFI: PXE: "My IP is 0.0.0.0"
...ched packet ... == output page-fault == Sometimes (rarely) I get a Page-Fault Exception (red text). I haven't been able to track this issue down. Might be unrelated, but wanted to post it for completeness. X64 Exception Type 0E - Page-Fault Exception ... CALL ImageBase ImageName+Offset 00h 0000000077283000 No Image Information Best regards, Sebastian On Sun, Jul 12, 2015 at 3:35 AM, Gene Cumm via Syslinux <syslinux at zytor.com> wrote: > On Fri, Jul 10, 2015 at 5:00 AM, Patrick Masotta <masottaus at yahoo.com> > wrote: > > >>>> > > Oh...
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...; Arithmetric flags + mov [bx+4],al ; Arithmetic flags pop ds pop ebx pop ax @@ -166,7 +169,7 @@ DoneWeird: and ah,ah lds ebx,[Stack] - ; This sets the low byte (the arithmetric flags) of the + ; This sets the low byte (the arithmetic flags) of the ; FLAGS on stack to either 00h (no flags) or 01h (CF) ; depending on if AH was zero or not. setnz [bx+4] ; Set CF iff error @@ -181,7 +184,8 @@ Reset: TRACER 'R' xor ax,ax ; Bottom of memory mov es,ax - test dl,dl ; Always pass it on if we are resetting HD + test dl,dl ; Always pass it on if we are +...
2016 Sep 08
3
How to get started (Windows)
...sion: 1.2.6.0 bus/device idVendor/idProduct bus-0/\\.\libusb0-0001--0x051d-0x0003 051D/0003 - Manufacturer : American Power Conversion - Product : Smart-UPS C 1000 FW:UPS 10.0 / ID=1005 - Serial Number: 3S1520X04472 bLength: 18 bDescriptorType: 01h bcdUSB: 0200h bDeviceClass: 00h bDeviceSubClass: 00h bDeviceProtocol: 00h bMaxPacketSize0: 40h idVendor: 051Dh idProduct: 0003h bcdDevice: 0106h iManufacturer: 1 iProduct: 2 iSerialNumber: 3 bNumConfigurations: 1 wTotalLength: 41...
2011 Dec 06
0
[LLVMdev] Implement implicit TLS on Windows - need advice
....tls$. Also, you need to add tests. As for the second patch, that's not how MSVC 2010 emits code (and it needs tests). thread_local.c: #ifdef _MSC_VER #define __thread __declspec(thread) #endif __thread int i = 0; int foo() { return i++; } thread_local.asm: PUBLIC _i _TLS SEGMENT _i DD 00H _TLS ENDS PUBLIC _foo EXTRN __tls_array:DWORD EXTRN __tls_index:DWORD ; Function compile flags: /Ogtpy _TEXT SEGMENT _foo PROC ; File c:\users\mspencer\projects\llvm-project\test\thread_local.c ; Line 7 mov eax, DWORD PTR __tls_index mov ecx, DWORD PTR fs:__tls_array mov ecx, DWORD PTR [ecx+eax*...
2011 Dec 04
3
[LLVMdev] Implement implicit TLS on Windows - need advice
Hi! LLVM currently does not implement the implicit TLS model on Windows. This model is easy: - a thread local variable ends up in the .tls section - to access a thread local variable, you have to do (1) load pointer to thread local storage from TEB On x86_64, this is gs:0x58, on x86 it is fs:0x2C. (2) load pointer to thread local state. In general, the index is stored in variable
2006 Dec 04
5
any possibility of Vonage Integration
Hello, Is there any possibility of integrating plans of vonage with asterisk. Regards Vijay Gandhi