mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 13:04:27 +01:00
userland/freestanding/gem5_* work on baremetal
Remove all the duplicates of those present throughout the tree.
This commit is contained in:
11
userland/freestanding/gem5_checkpoint.S
Normal file
11
userland/freestanding/gem5_checkpoint.S
Normal file
@@ -0,0 +1,11 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#gem5-checkpoint-userland-minimal-example */
|
||||
|
||||
#define LKMC_M5OPS_ENABLE 1
|
||||
#include "lkmc/m5ops.h"
|
||||
|
||||
.text
|
||||
.global _start
|
||||
_start:
|
||||
asm_main_after_prologue:
|
||||
LKMC_M5OPS_CHECKPOINT_ASM
|
||||
LKMC_M5OPS_EXIT_ASM
|
||||
Reference in New Issue
Block a user