x86_64: remove vga functions from start_32 and start_64
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user