File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
boot/freeldr/freeldr/arch/realmode Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,7 @@ Msg_Unsupported:
6161Msg_Starting:
6262 .ascii "Starting FreeLoader..." , CR , LF , NUL
6363
64- Msg_LongModeSupported:
65- .ascii "Long mode support detected." , CR , LF , NUL
66-
6764.LongModeSupported:
68- / * Output status * /
69- mov si , offset Msg_LongModeSupported
70- call cs_writestr
71-
7265 / * Build the startup page tables * /
7366 call BuildPageTables
7467
@@ -94,15 +87,8 @@ Msg_LongModeSupported:
9487 xor ax , ax
9588 mov es , ax
9689
97- / * Output status * /
98- mov si , offset Msg_SwitchToLongMode
99- call cs_writestr
100-
10190 jmp ExitToLongMode
10291
103- Msg_SwitchToLongMode:
104- .ascii "Switching to long mode...." , CR , LF , NUL
105-
10692. align 8
10793gdt:
10894 . word HEX( 0000 ) , HEX( 0000 ) , HEX( 0000 ) , HEX( 0000 ) / * 00 : NULL descriptor * /
You can’t perform that action at this time.
0 commit comments