
11 Apr
2022
11 Apr
'22
8:35 p.m.
On Thu, 7 Apr 2022 at 03:41, Andrew Scull ascull@google.com wrote:
Move the program's entry point to os.c, in preparation for a separate fuzzing entry point to be added.
Signed-off-by: Andrew Scull ascull@google.com
arch/sandbox/cpu/os.c | 6 ++++++ arch/sandbox/cpu/start.c | 2 +- arch/sandbox/include/asm/main.h | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 arch/sandbox/include/asm/main.h
Reviewed-by: Simon Glass sjg@chromium.org