File: prepare_cpu.plantuml

package info (click to toggle)
tboot 1.10.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,000 kB
  • sloc: ansic: 56,029; python: 6,595; perl: 2,303; sh: 455; asm: 442; makefile: 377
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
@startuml prepare CPU
start
:verify if CPU in protected mode;
:check & enable cache;
:check & enable native FPU error reporting;
:check & exit virtual-8086 mode;
:check if no machine check in progress;
stop
@enduml