From 394ee169ea6eb4dd5c8fa778d1c2769e26e52f01 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 3 Apr 2021 14:04:23 +0200 Subject: Enabled SMAP/SMEP protections --- apps/idle.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/idle.c b/apps/idle.c index 95731e2..43186ff 100644 --- a/apps/idle.c +++ b/apps/idle.c @@ -9,7 +9,8 @@ int main(int argc, char **argv) // Just chillin' while (1) - __asm__ volatile("hlt"); + ; + /* __asm__ volatile("hlt"); */ return 0; } -- cgit v1.2.3