From d093a8eea6bfb0ff7e621e9ba3307dae698322aa Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 10 Jul 2021 16:37:45 +0200 Subject: separate the source code from object files; more modular Makefile --- platform/asm.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 platform/asm.h (limited to 'platform/asm.h') diff --git a/platform/asm.h b/platform/asm.h deleted file mode 100644 index 6f72617..0000000 --- a/platform/asm.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -// boot.s -__attribute__((noreturn)) -void halt_cpu(); - -// sysenter.c -void sysexit(void (*fun)(), void *stack_top); -void sysenter_setup(); -- cgit v1.2.3