I'm back (I reinstalled Gentoo)
This commit is contained in:
parent
ff5ac26ad7
commit
54a0729e77
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
build/
|
build/
|
||||||
.mailmap
|
.mailmap
|
||||||
|
.vscode
|
@ -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 (;;);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user