Move generic start code and memset into arch/generic.h

This commit is contained in:
2025-05-02 11:36:05 -04:00
parent ab5dd8d9fb
commit d47709b03c
7 changed files with 40 additions and 25 deletions

View File

@@ -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(