I'm back (I reinstalled Gentoo)

This commit is contained in:
Vincenzo Aleksey Brocato 2024-07-31 19:22:04 +02:00 committed by VinceAle7082
parent ff5ac26ad7
commit 54a0729e77
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
build/ build/
.mailmap .mailmap
.vscode

View File

@ -1,7 +1,7 @@
#include "stdint.h" #include "stdint.h"
#include "stdio.h" #include "stdio.h"
void _cdecl cstart_(uint16_t bootDrive) void _cdecl cstart_(uint16_t bootDrive)
{ {
puts("Hello World from the Stage 2 of the bootloader written in C!"); puts("Hello World from the Stage 2 of the bootloader written in C!");
for (;;); for (;;);