format ELF64 section '.text' executable public vga_cursor_hide vga_cursor_hide: mov dx, 0x03d4 mov al, 0x0a out dx, al inc dx mov al, 0x20 out dx, al ret public halt halt: hlt jmp halt