Move generic start code and memset into arch/generic.h
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#if defined(__x86_64__)
|
||||
#include "../int.h"
|
||||
|
||||
#include "generic.h"
|
||||
|
||||
#define SYS_EXIT 60
|
||||
void exit(int8_t status) {
|
||||
asm volatile(
|
||||
|
||||
Reference in New Issue
Block a user