Move bootloader code to a separate directory

This commit is contained in:
Alex
2023-03-19 21:59:38 +02:00
parent 930b11a400
commit bac24e520e
9 changed files with 128 additions and 110 deletions

View File

@ -13,4 +13,3 @@ void _start(void *Raw)
Entry(NULL);
return;
}
// C stuff