diff options
Diffstat (limited to 'source/arch/x86_64/src/boot')
| -rw-r--r-- | source/arch/x86_64/src/boot/boot.s | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/arch/x86_64/src/boot/boot.s b/source/arch/x86_64/src/boot/boot.s index 45f261e..7b4e193 100644 --- a/source/arch/x86_64/src/boot/boot.s +++ b/source/arch/x86_64/src/boot/boot.s @@ -362,11 +362,7 @@ _transition_to_long_mode: mov %rax, %fs mov %rax, %gs - /* Clear the screen */ - mov $0x0f200f200f200f20, %rax - mov $0x0b8000, %rdi - mov $500, %rcx - rep stosq + movl $0xb8000, (vga_buffer_pointer) call _init |
