os3/stage1/stage1.c
Johnh Stefanelli 642385797c
[Host/KernelCopy] First implementation of KernelCopy
[LibFat] Add libfat
[Stage1] Add stage1 project
2022-10-06 21:20:29 +02:00

8 lines
No EOL
71 B
C

//
// Created by barba on 06/10/2022.
//
int main() {
return 0;
}