x86_64: remove vga functions from start_32 and start_64

This commit is contained in:
2023-02-04 19:18:25 +00:00
parent 31cb7aab8b
commit dee639968b
2 changed files with 0 additions and 66 deletions

View File

@@ -283,11 +283,6 @@ _start:
cpuid
btl $3, %edx
mov $0xb8000, %eax
movb $76, (%eax)
inc %eax
movb $0xF, (%eax)
call init_page_tables
call long_mode_switch # calls start_64, does not return