search for: 15h

Displaying 20 results from an estimated 104 matches for "15h".

Did you mean: 15
2019 Apr 05
2
Seek some help on operating system drivers. Thanks!
...bout my microserver: [root at centos7 ~]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.6.1810 (Core) Release: 7.6.1810 Codename: Core [root at centos7 ~]# lspci 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Complex 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] (rev 87) 00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Host Bridge 00:02.2 PCI bridge: Advanced Micro Devices, Inc....
2009 Nov 13
11
scrub differs in execute time?
I have a raidz2 and did a scrub, it took 8h. Then I reconnected some drives to other SATA ports, and now it takes 15h to scrub?? Why is that? -- This message posted from opensolaris.org
2012 May 15
3
VGA passthrough ? AMD-FX8, GA-990FXA-UD3, G210
...TI SB900 PCI to PCI bridge (PCIE port 3) 00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 0 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 1 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 2 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 3 00:18.4 Host bridge: Advance...
2015 Sep 09
2
quesiton about the mem=size option
I"m sorry if this is not the correct place for this question but i have not been able to locate any documentation on the mem=size option for memdisk The only thing i have found is mem=size Mark available memory above this point as Reserved. But i'm not sure if this is accurate and i'd like to understand the purpose of this option I am PXE booting a LENOVO machine which
1999 Mar 31
0
ace () - again
...upgrading because I thought I might finish the current project before it but if this is suspicious I go for the most recent version now). Any pointers or ideas are appreciated. Regards, Lorenz g77 -O2 -fpic -c ace.f -o ace.o ace.f: In subroutine `mace': ace.f:322: warning: 590 format( 15h0eigensolution i2, 1h:) ^ Missing comma in FORMAT statement at (^) ace.f:323: warning: 600 format( 15h eigensolution i2, 23h r**2 = 1 - e**2 =g12.4) ^ Missing comma in FORMAT statement at (^) ace.f:323: warnin...
2009 May 04
3
[RFC][PATCH] poweroff COMBOOT module
...ev/null +++ syslinux-3.80-pre7/modules/poweroff.asm @@ -0,0 +1,86 @@ + absolute 0 +pspInt20: resw 1 +pspNextP: resw 1 + resb 124 +pspCmdLen: resb 1 +pspCmdArg: resb 127 + + section .text + org 0x100 + +_start: + mov ax,5300h ; APM Installation Check (00h) + xor bx,bx ; APM BIOS (0000h) + int 15h + jnc check_sig + + mov bx, msg_notpresent + jmp error + +check_sig: + cmp bx,504Dh ; signature 'PM' + je check_ver + + mov bx, msg_notpresent + jmp error + +check_ver: + cmp ax,0101h ; Need version 1.1+ + jae check_state + + mov bx, msg_notsup + jmp error + +check_state: + test...
2015 Sep 10
0
quesiton about the mem=size option
...ght be crucial. > option is doing and what what it affects so I can understand what i should > be looking at (bios i[?m guessing ] to understand why one wont work without > this setting and one wont work with it. They each use RAM differently. meminfo.c32 will print the results from INT 15h AH=88h, INT 15h AX=E801h, and the map from INT 15h AX=E820h. com32/lib/syslinux/load_linux.c:bios_boot_linux() line 180 is the code that deals with the option. Line 298 is where it's then added to the memory map. Details like make, model, BIOS/firmware revision, whether the machine is (U)EFI...
2006 Mar 24
5
Problem bringing up 32-bit Sles 9 on a Dom-VT
...CD-Rom/DVD-Rom (XEN) (GUEST: 24) ata1 slave: Unknown device (XEN) (GUEST: 24) (XEN) (GUEST: 24) Booting from Hard Disk... (XEN) (GUEST: 24) int13_harddisk: function 41, unmapped device for ELDL=81 (XEN) (GUEST: 24) int13_harddisk: function 08, unmapped device for ELDL=81 (XEN) (GUEST: 24) *** int 15h function AX=00C0, BX=0000 not yet supported! (XEN) (GUEST: 24) *** int 15h function AX=5300, BX=0000 not yet supported! (XEN) (GUEST: 24) *** int 15h function AX=5304, BX=0000 not yet supported! (XEN) (GUEST: 24) int13_harddisk: function 15, unmapped device for ELDL=81 (XEN) (GUEST: 24) KBD: unsupp...
2004 Jul 06
3
Disabling MEMDISK
...ince DOS will be very unhappy about drives changing underneath it. Anyway, until the next (pre)release comes out, here are the instructions: --- memdisk.doc 27 Apr 2004 06:49:36 -0000 1.10 +++ memdisk.doc 6 Jul 2004 01:29:03 -0000 @@ -122,5 +122,46 @@ [ES:DI+20] 16:16 Old INT 15h pointer [ES:DI+24] word Amount of DOS memory before MEMDISK loaded +In addition, the following fields are available at [ES:0]: + + [ES:0] word Offset of INT 13h routine (segment == ES) + [ES:2] word Offset of INT 15h routine (segment == ES) +...
2012 Apr 02
3
booting a dos floppy from a disk image over pxe
Hello, I'm trying to boot a dos floppy stored on a disk image which is initially loaded over pxe using memdisk. I've created the disk image as follows: dd if=/dev/zero of=$IMGLOCATION/$IMGNAME bs=$(( 1024 * 1024 )) count=20 LOOPDEV=$(losetup --show -f $IMGLOCATION/$IMGNAME) MAJOR_MINOR=$(ls -l $LOOPDEV|awk '{print $5$6}'|sed 's/,/:/') DMSIZE=$(( $(ls -l
2009 Mar 23
1
Memdisk + Freedos problem
I and some other people have problems with running the freedos image included in Ultimate Boot CD (UBCD), when using memdisk for floppy emulation. Memdisk starts booting the image and freedos shows the following menu: 0 Boot Clean 1 Boot UMBPCI (silent) 2 Boot UMBPCI (optimal) 3 Boot UMBPCI (semi-defensive) 4 Boot EMM386 (optimal) 5 Boot EMM386 (semi-defensive) 6 Boot no UMB (defensive) 7 Boot
2012 Nov 23
2
Data frame manipulation
Hello, I have a table that was constructed in a wrong way (dput data on bottom - wrong data-frame): Local Mês Dia Colonia X6h X7h X8h X9h X10h X11h X12h X13h X14h X15h X16h X17h 1 Conceição Junho 1 3 2.16137 2.20412 2.08991 1.72428 1.69897 1.62325 1.44716 1.51851 1.43136 1.47712 1.51851 1.04139 2 Conceição Junho 2 3 2.46538 2.13672 2.06819 1.97772 2.00000 1.80618 1.64345 1.20412 1.62325 1.36173 1.69020 1.57978 3 Conceição Junho 3...
2015 Nov 11
2
[PATCH] virtio_ring: Shadow available ring flags & index
...CPUs and the virtio_ring code is structured to only have source writes/sink reads, we can continuously transfer the avail header cacheline between 'M' states between cores. This flow optimizes core -> core bandwidth on certain CPUs. (see: "Software Optimization Guide for AMD Family 15h Processors", Section 11.6; similar language appears in the 10h guide and should apply to CPUs w/ exclusive caches, using LLC as a transfer cache) Unfortunately the existing virtio_ring code issued reads to the avail->idx and read-modify-writes to avail->flags on the producer. This chan...
2015 Nov 11
2
[PATCH] virtio_ring: Shadow available ring flags & index
...CPUs and the virtio_ring code is structured to only have source writes/sink reads, we can continuously transfer the avail header cacheline between 'M' states between cores. This flow optimizes core -> core bandwidth on certain CPUs. (see: "Software Optimization Guide for AMD Family 15h Processors", Section 11.6; similar language appears in the 10h guide and should apply to CPUs w/ exclusive caches, using LLC as a transfer cache) Unfortunately the existing virtio_ring code issued reads to the avail->idx and read-modify-writes to avail->flags on the producer. This chan...
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
...t; 1, @@ -878,25 +892,26 @@ do_edd ? "on" : "off", pptr->configflags & CONFIG_READONLY ? "ro" : "rw"); - puts("Using "); - switch (pptr->configflags & CONFIG_MODEMASK) { - case 0: - puts("standard INT 15h"); - break; - case CONFIG_SAFEINT: - puts("safe INT 15h"); - break; - case CONFIG_RAW: - puts("raw"); - break; - case CONFIG_RAW | CONFIG_BIGRAW: - puts("big real mode raw"); - break; - default: - printf("unknown %#x",...
2007 Apr 04
1
Unable to distribute file image
...ata0 slave: Unknown device (XEN) (GUEST: 69) Booting from CD-Rom... (XEN) (GUEST: 69) int13_harddisk: function 15, unmapped device for ELDL=81 (XEN) (GUEST: 69) KBD: unsupported int 16h function 03 (XEN) (GUEST: 69) int13_harddisk: function 15, unmapped device for ELDL=81 (XEN) (GUEST: 69) *** int 15h function AX=E980, BX=E6F5 not yet supported! (XEN) (GUEST: 69) int13_harddisk: function 41, unmapped device for ELDL=81 With [''file:/xen/tmp_disk,hdb,r''] I''ll get: (XEN) (GUEST: 18) ata0 slave: QEMU HARDDISK ATA-7 Hard-Disk (100 MBytes) (XEN) (GUEST: 18) Booting from CD...
2011 Aug 21
0
Change time and stat on Gluster
...not change the value (when called from gluster). I am trying to determine which one is working correctly so I can determine witch one is not. For example: thrace:/mnt/glusterfs/sys_admin# stat B.OUT File: `B.OUT' Size: 2216587 Blocks: 4360 IO Block: 131072 regular file Device: 15h/21d Inode: 11714712 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2011-08-18 17:50:16.681528000 -0400 Modify: 2011-08-18 17:50:17.282932000 -0400 Change: 2011-08-21 00:31:09.921023865 -0400 thrace:/mnt/glusterfs/sys_admin# stat B.OUT File: `B.OUT...
2002 Mar 05
1
Question Regarding MEMDISK from HP
Dear Mr. H. Peter Anvin, I am trying to figure out the physical address of where the PXE DOS image (downloaded in PXE) is stored by MEMDISK in the Extended Memeory. Is it at E98000h as specified in the PXE spec or the address to is random. What I am trying to figure out is a safe range of extended memory segment (100000h to E98000h), where HP tools can safely allocate extended memory in DOS
2004 Jun 28
0
Broken BIOS time
...Hash: SHA1 I have a BIOS that has a broken timer. I think tho that the user tick interrupt 1ch works. I was trying to write four functions in assembler to fix the problem. new_timer check_timer install_timer uninstall_timer The check timer was going to simply get the value of BIOS_timer use int 15h function 86h to sleep 1 tick then compare the two values. If they were different then the timer is OK. the new_timer was simply going to increment a variable. the install function was going to install the new_timer into the vector table and change the value of BIOS_timer to point to my new vari...
2004 Dec 14
1
Why WinME/XP boot disk doesn't work with MEMDISK
It appears that the WinME/XP DOS boot disk links code into the INT 15h AH=87h "mover" function which crashes the system DELIBERATELY (it puts the system in a cli/hlt/jmp loop.) I first thought it was specific to MEMDISK, but it's not; calling this function under just about any circumstances from within this version of DOS seems to crash the system...