-click the screen and adjust the resolution of the display to the same as that of x, so that no screen offset exists. System installation failure: After the virtual machine is installed, the system must be installed. For Windows 2 K and Windows XP systems (only these two systems are installed), a black screen is displayed before the disk partition is selected. Check whether the "I/O APIC" function is enabled. The default value is "forbidden", but the
information in a text box. The text box will be suspended for a short time. The data entered by the keyboard cannot be displayed in the text box in time. It takes a while to gradually display the text box.
This is because the interrupted operation (entering information into the text box) has a low priority in the interrupt queue, or the CPU considers that the operation being processed (copying files) is too costly, therefore, the current operation will be suspended only when the CPU reaches a
between the various cores.Today's multicore processors primarily use the APIC (Advanced Programmable Interrupt Controllers) for interrupt handling and interrupt control, a high-level programming interrupt controller. It is a distributed architecture based on the two basic functional units of the interrupt controller-the local unit and the I/O unit. In multicore systems, multiple local and I/O APIC cells ca
important role here. Of course, in addition to the preemption, the clock interrupt also takes care of many important functions of the system, such as scheduling queue equalization, Process time update, software timer execution and so on. The following is a brief discussion of the relationship to the clock interrupt from the perspective of preemption,
Clock interrupt SourceThe kernel's clock interrupt is implemented based on the device that it is running hardware supports that can peri
when a problem occurs, facilitating post-mortem analysis.47.[Plain]View Plaincopy
0:kd>!idt//view interrupt vector table contents
0:kd> DT Nt!_kinterrupt 89c03bb0//view details of the corresponding interrupt vectors
0:kd>!ioapic//Display I/O APIC (i.e. interrupt control unit connected to the device)
0:kd>!pic//
0:kd>!apic//Configuration of pic
Kd>!idt after running is displayed as[Plain]View P
386, it is the CPU level.
I586-is a 586-level computer, including the first generation of pentum mmx cpu, AMD K5, and K6 system CPU (socket7 pin.
I686-pentum 2 after the Intel system CPU and K7 after the CPU level belongs to this 686 level.
You can query your CPU level through the/proc/cpuinfo file.
II. View CPU information
We can view CPU information through the/proc/cpuinfo file.
[Root @ qs-wgdb-1 proc] # more/proc/cpuinfo
Processor: 0
Vendor_id: GenuineIntel
Cpu family: 6
Model: 44
Model
-000000000000060b (prio 0, RW): ACPI-TMR 000000000000c040-000000000000c07f (Prio 1, RW): Virtio-pci Mmio 00000000FEE00000-00000000FEEFFFFF (prio 4096, RW): Icc-apic-container c050 can be ignored, this is virtio block to do VM Exit. So far, it can be determined that wnidows reads the ACPI Power Manager timer and accesses the APIC register, resulting in excessive VM exit generation and consumes a lot of
I didn't expect the entire Interrupt System to be so complicated in our computer ...... I cannot digest it for a moment. I will chew it later!
First, write a little bit:
PIC: generally two 8259a Cascade
APIC: divided into local APIC (lapic) and I/O APIC (ioapic ). In the system, each (logical) CPU generally has a single lapic. Therefore, if the system has f
cache pools to cache instance objects with those data structures. Memory is consumed in this way. I think 64 MB memory computers are also common if I go back for ten years. If LMOs detects that the memory is less than 64 MB, it will say that the memory is insufficient and then stop the conversion. There are also restrictions on APIC. It must be the APIC on the chip and the
How to identify the number of physical CPUs, a few cores, is hyper-threading or multi-core
Judge the basis:
1. CPUs with the same core ID are the same core hyper-threading.2. CPUs with the same physical ID are the same CPU-encapsulated threads or cores.
English version:
1.Physical ID and core ID are not necessarily consecutive but they unique. Any CPUs with the same core ID are hyperthreads in the same core.2.Any CPU with the same physical ID are threads or cores in the same socket.
Insta
How to identify the number of physical CPUs, whether hyper-threading or multi-core Jun.04, 2009 in servers
Judgment basis:1. The cpu with the same core id is hyper-threading of the same core.2. A cpu with the same physical id is a thread or cores encapsulated by the same cpu.
English version:1. Physical id and core id are not necessarily consecutive but they are unique. Any cpu with the same core id are hyperthreads in the same core.2. Any cpu with the same physical id are threads or cores in th
1. view the production system version# Uname-
Linux applications-test-game 2.6.9-11. elsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i68
6 i386 GNU/Linux
# Cat/proc/version
Linux version 2.6.9-11. elsmp (bhcompile@decompose.build.redhat.com) (GCC version
3.4.3 20050227 (Red Hat 3.4.3-22) #1 SMP Fri May 20 18:26:27 EDT 2005
# Cat/etc/issue
Red Hat Enterprise Linux as Release 4 (nahant update 1)
Kernel R on an M
# Cat/etc/RedHat-release
Red Hat Enterprise Linux as Release 4 (nahant upd
flags | grep 'lm '| wc-l4
(If the result is greater than 0, 64bit computing is supported. lm indicates long mode, and lm indicates 64bit)
7. View cpu information Summary
[Spark @ S1PA222 tomcat6] $ lscpuArchitecture: x86_64 #CPU op-mode (s): 32-bit, 64-bitByte Order: Little EndianCPU (s): 4On-line CPU (s) list: 0-3Thread (s) per core: 1Core (s) per socket: 2Socket (s): 2NUMA node (s): 1Vendor ID: GenuineIntelCPU family: 6Model: 44Stepping: 2CPU MHz: 2533.423BogoMIPS: 5066.84Hypervisor vendor: V
Install KVM in CentOS 7
KVM is short for Kernel Based Virtual Machine. It can use Virtual Hardware extension to provide virtualization software for multiple operating systems. KVM can be managed in two ways, one is command line, the other is a graphical interface.
Virt-Manager (Virtual Machine Manager) is the most frequently used management program based on KVM. It can create, edit, start, and pause Virtual machines.
Dependency
KVM requires the CPU to support hardware virtualization. You can run
fixed so that one of the CPUs can process all interrupt requests; otherwise, the other CPUs cannot interrupt the clock, so if the processes running on those CPUs are in an endless loop, there will never be a chance to make system calls, and these CPUs will never have process scheduling. In addition, if it is to let all the CPUs take turns to process interruptions, or who is idle, how will the allocation of Interrupt requests be handled? These need to be done in collaboration with the software a
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.