update main #1

Merged
Sinipelto merged 240 commits from Bananymous/banan-os:main into main 2023-11-20 13:20:51 +02:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 5e396851f4 - Show all commits

View File

@ -79,9 +79,6 @@ static void parse_command_line()
}
}
extern "C" uint8_t g_userspace_start[];
extern "C" uint8_t g_userspace_end[];
TerminalDriver* g_terminal_driver = nullptr;
static void init2(void*);