Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w-woloszyn authored Sep 30, 2024
1 parent 074e95f commit 5045bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ below.

| Linux kernel parameter | Motivation |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `nox2apic` | Optionally configure local APIC device in memory-mapped I/O mode (to make use of SGX-Step's precise single-stepping features). Alternatively, you can leave the CPU in x2APIC mode and recent SGX-Step distributions should also be compatible. |
| `nox2apic` | Optionally configure local APIC device in memory-mapped I/O mode (to make use of SGX-Step's precise single-stepping features). If set, make sure to set X2APIC to 0 in libsgxstep/config.h. Alternatively, you can leave the CPU in x2APIC mode and recent SGX-Step distributions should also be compatible. |
| `iomem=relaxed no_timer_check` | Suppress unneeded warning messages in the kernel logs. |
| `nmi_watchdog=0` | Suppress the kernel NMI watchdog. |
| `isolcpus=1` | Affinitize the victim process to an isolated CPU core. |
Expand Down

0 comments on commit 5045bf9

Please sign in to comment.