diff options
Diffstat (limited to 'src/boot.s')
| -rw-r--r-- | src/boot.s | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -64,8 +64,9 @@ stack_top: .type _start, @function _start: call init_gdt_table - ljmp $CODE_SEGMENT, $next - next: + ljmp $CODE_SEGMENT, $code + +code: movw $DATA_SEGMENT, %ax movw %ax, %ds movw %ax, %es |
