search for: smp_done

Displaying 2 results from an estimated 2 matches for "smp_done".

Did you mean: nmi_done
2002 Mar 08
0
PXELINUX: suggestion for improvement
...ystem base memory + shl ax,6 ; *1024/16 + %else + mov ax,639*1024/16 ; This is how Linux does it... + %endif + mov es,ax + mov cx,1024/16 + call smp_scan_config + je .smp_found + + mov ax,0F000h ; Last 64K of BIOS + mov es,ax + mov cx,64*1024/16 + call smp_scan_config + jne .smp_done + .smp_found: mov dword [di-4],'-smp' + .smp_done: pop es + jmp .done_cpuid + + smp_scan_config: + xor esi,esi + jmp .scan_first + .scan_lap: add si,16 + .scan_first: cmp dword [es:si],'_MP_' ; signature + .scan_loop: loopne .scan_lap + je ._mp_found + ret + + ._mp_found...
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel