Move bootloader code to a separate directory

This commit is contained in:
Alex
2023-03-19 21:59:38 +02:00
parent 0f3efdf25b
commit 8ff3623ee4
9 changed files with 128 additions and 110 deletions

View File

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