aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot/boot.stage2.pm.asm
blob: 77f5f61cc88d8ddc93fe13f1c3b8d3d1e505849a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
    ;; boot.stage2.pm.asm


    [bits 16]
    %include "boot.stage2.gdt32.asm"

_
    cli
    lgdt [GDT32_ptr]
    

    ;; Enable Protected Mode