There was an error while loading. Please reload this page.
1 parent f0bcf30 commit a8c8070Copy full SHA for a8c8070
1 file changed
src/sysvar.asm
@@ -24,7 +24,7 @@ msg_kernel: db 13, 10, 'kernel start', 13, 10, 0
24
%endif
25
26
;CONFIG
27
-cfg_smpinit: db 0 ; By default SMP is enabled. Set to 0 to disable.
+cfg_smpinit: db 1 ; By default SMP is enabled. Set to 0 to disable.
28
29
; Memory locations
30
InfoMap: equ 0x0000000000005000
0 commit comments