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