]> git.mdlowis.com Git - proto/uefi.git/commit
initial commit. hello world.
authorMichael D. Lowis <mike@mdlowis.com>
Fri, 10 Sep 2021 02:40:25 +0000 (22:40 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Fri, 10 Sep 2021 02:40:25 +0000 (22:40 -0400)
commitdd3f26c220c0aa1d9caabfae5b0cede7d6b375d1
tree8ec55f398bb46a76c549495aba7d7e0cafd139ef
initial commit. hello world.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
main.c [new file with mode: 0644]
uefi/Makefile [new file with mode: 0644]
uefi/crt_x86_64.c [new file with mode: 0644]
uefi/elf_x86_64_efi.lds [new file with mode: 0644]
uefi/io.c [new file with mode: 0644]
uefi/uefi.h [new file with mode: 0644]