Skip to content

Commit 0ffd785

Browse files
authored
fix: Set BIOS variable (#233)
1 parent 431d9e5 commit 0ffd785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/boot.sh

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ else
167167
CPU_FLAGS="$DEFAULT_FLAGS,$CPU_FLAGS"
168168
fi
169169

170+
SM_BIOS=""
170171
CLOCKSOURCE="tsc"
171172
[[ "${ARCH,,}" == "arm64" ]] && CLOCKSOURCE="arch_sys_counter"
172173
CLOCK="/sys/devices/system/clocksource/clocksource0/current_clocksource"

0 commit comments

Comments
 (0)