search for: 18h

Displaying 20 results from an estimated 50 matches for "18h".

Did you mean: 18
2010 May 21
2
plotting the following data
Hi, I need to plot $time on the x-axis and $f on the y-axis for the following data: time f 0h 0.00 0.5h 0.54 1h 1.15 2h 2.33 4h 1.57 6h 2.19 18h 1.45 24h 1.79 I want the order of the data-points to be retained and the x-coordinates of each of the 8 data-points to be equally spaced. however, using plot($time, $f) completely scrambles the ordering of the points. Any pointers to this newbie on how to plot these data points accurately wil...
2005 Dec 09
2
Development Question for version 2.11 of isolinux
Hi 2 all ! I want to implement a new option into version 2.11 of syslinux: The feature should do the following: Ask the user if he really wants to boot from dvd. If no keyboard key is pressed in an amount of time it should boot from the next device configured in BIOS (INT 18h). I looked up the isolinux.asm and tried 2 entry points for my code: 1. entry point: label _start1 after the mov si,syslinux_banner call writestr I implemented following code (have to say that I'm assembler newbie):...
2010 Mar 03
1
[gPXE] localboot 0 hang on some machines
Randy McAnally wrote: > > Thank you so much, this is the kind of news I needed! > > ---------- Original Message ----------- > From: "Arends, R.R." <r.r.arends at hro.nl> > To: "Randy McAnally" <rsm at fast-serv.com> > Cc: <gpxe at etherboot.org> > Sent: Wed, 03 Mar 2010 10:10:56 +0100 > Subject: Re: [gPXE] localboot 0 hang on some
2015 Oct 05
3
Question Wiki Setup a Samba Active Directory Domain Controller
...obably problem is numer 3... see below.... All of them are running after restart of computer: # /etc/init.d/samba-ad-dc status ● samba-ad-dc.service - LSB: start Samba daemons for the AD DC Loaded: loaded (/etc/init.d/samba-ad-dc) Active: active (running) since Son 2015-10-04 23:14:36 CEST; 18h ago # /etc/init.d/samba status ● samba-ad-dc.service - LSB: start Samba daemons for the AD DC Loaded: loaded (/etc/init.d/samba-ad-dc) Active: active (running) since Son 2015-10-04 23:14:36 CEST; 18h ago # /etc/init.d/nmbd status ● nmbd.service - LSB: start Samba NetBIOS nameserver (nmbd)...
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
...-%if HAS_LOCALBOOT keyword localboot, pc_localboot -%endif keywd_count equ ($-keywd_table)/keywd_size diff --git a/core/localboot.inc b/core/localboot.inc index a66cf20..1fe3102 100644 --- a/core/localboot.inc +++ b/core/localboot.inc @@ -16,8 +16,6 @@ ; Boot from a local disk, or invoke INT 18h. ; -%if HAS_LOCALBOOT - ; ; Boot a specified local disk. AX specifies the BIOS disk number; or ; -1 in case we should execute INT 18h ("next device.") @@ -73,4 +71,3 @@ localboot_msg db 'Booting from local disk...', CR, LF, 0 section .text16 -%endif ; HAS_LOCALBOOT d...
2006 Oct 13
8
PXELINUX based kickstart query (probably OT)
Hi all I'm guessing this is a little off topic but here goes... We use PXELINUX and kickstart to automate our RHEL deployments and updates. Recently we started using PXELINUX/memdisk and an MS-DOS image to update the workstation BIOS'es. After selecting <F12> (network boot) and picking the update BIOS option, the BIOS is flashed, BIOS configuration made standard and then the
1999 Mar 31
0
ace () - again
...^ Missing comma in FORMAT statement at (^) ace.f:327: warning: 640 format( 14h ierr=3: ty(.,i2, 20h) has zero variance.) ^ Missing comma in FORMAT statement at (^) ace.f:328: warning: 650 format( 11h ierr=4: l(i2, 18h) must be nonzero.) ^ Missing comma in FORMAT statement at (^) ace.f:329: warning: 660 format( 29h ierr=5: at least one l(1)-l(i2, 18h) must be nonze ^ Missing comma in FORMAT statement at (^) ace.f:331: war...
2011 Jan 16
0
HDT & DMI
...EC" on a few items on a very new machine. Fumbling around, I found that it came from com32/gpllib/dmi/. I'm seeing two possible improvements: 1) When HDT sees that it's out of spec, report out of spec and when appropriate, the raw data. For example, for DMI 17 (Memory Module), Type 18h (DDR3), report something like "OUT OF SPEC (18h)" or "OUT OF SPEC (24)". 2) With regards to dmidecode, it appears Anton Arapov and Jean Delvare have been talking about releasing 2.11, which should include updates to SMBIOS spec version 2.7.0. This would include updates necessa...
2011 Jan 16
0
HDT & DMI
...EC" on a few items on a very new machine. Fumbling around, I found that it came from com32/gpllib/dmi/. I'm seeing two possible improvements: 1) When HDT sees that it's out of spec, report out of spec and when appropriate, the raw data. For example, for DMI 17 (Memory Module), Type 18h (DDR3), report something like "OUT OF SPEC (18h)" or "OUT OF SPEC (24)". 2) With regards to dmidecode, it appears Anton Arapov and Jean Delvare have been talking about releasing 2.11, which should include updates to SMBIOS spec version 2.7.0. This would include updates necessa...
2013 Jul 19
2
[LLVMdev] SIMD instructions and memory alignment on X86
...only function > called in the LLVM IR. > > The code at 76719BA1 is: > > 76719BA1 push ebp > 76719BA2 mov ebp,esp > 76719BA4 sub esp,20h > 76719BA7 and esp,0FFFFFFF0h > 76719BAA fld st(0) > 76719BAC fst dword ptr [esp+18h] > 76719BB0 fistp qword ptr [esp+10h] > 76719BB4 fild qword ptr [esp+10h] > 76719BB8 mov edx,dword ptr [esp+18h] > 76719BBC mov eax,dword ptr [esp+10h] > 76719BC0 test eax,eax > 76719BC2 je 76719DCF > 76719BC8 fsubp st(1...
2015 Oct 04
4
Question Wiki Setup a Samba Active Directory Domain Controller
Hi again, I refer to https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller#Testing_your_Samba_Domain_Controller Thank you for this great wiki! I run all the tests and everything looks perfect! I encounter just a little difference here. Actually I thought that there should be no Master and Workgroup for a AD DC. (as given in the wiki and in Stefan Kania's book
2014 Jan 31
2
[LLVMdev] Technical details discussion for SEH
...nd take a shot as this again. I dropped this because it seems to me it wasn't a high priority task for LLVM/Clang. Implementing SEH is more of LLVM work than Clang work. For 32-bit SEH, there are prologue/epilogue instruction sequence to emit, setting try-level ([ebp-4]), recovering EBP ([ebp-18h]), and all these can only happen in LLVM, not Clang. In my opinion, we should implement these as LLVM intrinsics, like the gcc ones: see http://llvm.org/docs/ExceptionHandling.html#exception-handling-intrinsics. Also, we should emit the tables for each function, which is not a simple task either....
2013 Jul 19
0
[LLVMdev] SIMD instructions and memory alignment on X86
...uming this is the sqrt function as this is the only function called in the LLVM IR. The code at 76719BA1 is: 76719BA1 push ebp 76719BA2 mov ebp,esp 76719BA4 sub esp,20h 76719BA7 and esp,0FFFFFFF0h 76719BAA fld st(0) 76719BAC fst dword ptr [esp+18h] 76719BB0 fistp qword ptr [esp+10h] 76719BB4 fild qword ptr [esp+10h] 76719BB8 mov edx,dword ptr [esp+18h] 76719BBC mov eax,dword ptr [esp+10h] 76719BC0 test eax,eax 76719BC2 je 76719DCF 76719BC8 fsubp st(1),st 76719BCA test edx,edx...
2019 May 15
1
[PATCH] Add support for Hygon Dhyana processor
...rmance x86 processor for China server market. Its first generation processor codename is Dhyana, which originates from AMD technology and shares most of the architecture with AMD's family 17h, but with different CPU Vendor ID("HygonGenuine")/Family series number(Family 18h). Related Hygon kernel patch can be found on: http://lkml.kernel.org/r/5ce86123a7b9dad925ac583d88d2f921040e859b.1538583282.git.puwen at hygon.cn Signed-off-by: Jinke Fan <fanjinke51 at yeah.net> --- com32/gplinclude/cpuid.h | 5 +++-- com32/gpllib/cpuid.c | 7 +++++++ 2 files changed,...
2013 Jul 19
0
[LLVMdev] SIMD instructions and memory alignment on X86
...the LLVM IR. > > The code at 76719BA1 is: > > 76719BA1 push ebp > 76719BA2 mov ebp,esp > 76719BA4 sub esp,20h > 76719BA7 and esp,0FFFFFFF0h > 76719BAA fld st(0) > 76719BAC fst dword ptr [esp+18h] > 76719BB0 fistp qword ptr [esp+10h] > 76719BB4 fild qword ptr [esp+10h] > 76719BB8 mov edx,dword ptr [esp+18h] > 76719BBC mov eax,dword ptr [esp+10h] > 76719BC0 test eax,eax > 76719BC2 je 76719DCF >...
2004 Aug 06
0
a new directory service
...Suppose that the genre is to be expressed, in fact as a collection of genrenames, for example, let's suppose that a radio casts pop and classical music. The genre could be "pop & classical". Let's suppose that in fact, the styles are not mixed, simply they cast pop from 3h to 18h (GMT) and they cast classical from 18h to 3a.m. Then the loop is closed and they start over again. The syntax could then be: "pop [T= 3:00 - 18:00] & classical [T= 18:00 - 3:00]" In this case, we provide that "T=" string to identify that we are going to define a "time&...
2013 Jul 19
4
[LLVMdev] SIMD instructions and memory alignment on X86
...M IR. >> >> The code at 76719BA1 is: >> >> 76719BA1 push ebp >> 76719BA2 mov ebp,esp >> 76719BA4 sub esp,20h >> 76719BA7 and esp,0FFFFFFF0h >> 76719BAA fld st(0) >> 76719BAC fst dword ptr [esp+18h] >> 76719BB0 fistp qword ptr [esp+10h] >> 76719BB4 fild qword ptr [esp+10h] >> 76719BB8 mov edx,dword ptr [esp+18h] >> 76719BBC mov eax,dword ptr [esp+10h] >> 76719BC0 test eax,eax >> 76719BC2 je 76719DCF >&gt...
2013 Jul 19
3
[LLVMdev] fptoui calling a function that modifies ECX
...t;> 76719BA1 push ebp >>>>> 76719BA2 mov ebp,esp >>>>> 76719BA4 sub esp,20h >>>>> 76719BA7 and esp,0FFFFFFF0h >>>>> 76719BAA fld st(0) >>>>> 76719BAC fst dword ptr [esp+18h] >>>>> 76719BB0 fistp qword ptr [esp+10h] >>>>> 76719BB4 fild qword ptr [esp+10h] >>>>> 76719BB8 mov edx,dword ptr [esp+18h] >>>>> 76719BBC mov eax,dword ptr [esp+10h] >>>>> 76719BC0 test...
2009 Jan 02
8
samba freezes the server
...3.1-2034-SUSE-CODE11 on an opensuse 11.1 though this thing happened on an ubuntu intrepid with 3.2.4 too: the smbd freezes the whole system here.....for no obvious reason i already tested everything, and everything works perfectly, untill 2 or more people want to work with it... - hardware is ok (18h stress test with bonnie, mprime, glxgears, memtester) - samba basically seems ok too (8 hours of running a script copying 500 mb to a share, deleting them again and restarting the procedure. this has been done with 400 loops on 3 clients simultanously and everything was functioning very well.) Log...
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...r var_48 = qword ptr -48h var_40 = qword ptr -40h var_34 = dword ptr -34h push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov ebx, 0FFFFFFFFh cmp edi, 2 jnz loc_100000F29 mov rdi, [rsi+8] ; char * xor r14d, r14d xor esi, esi ; char ** mov edx, 0Ah ; int...