Skip to content

Commit

Permalink
Remove unused declarations in bootstrap assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
djphoenix committed Nov 22, 2016
1 parent 5a73b84 commit f1f11cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/boot/bootstrap.s
Expand Up @@ -16,12 +16,9 @@

.code32
.section .text32
.extern main
.global _start
.global __main
.global _efi_start
.global GDT64
.global GDT64_PTR
_start:
jmp multiboot_entry

Expand Down

0 comments on commit f1f11cf

Please sign in to comment.