Skip to content

Commit a8c8070

Browse files
committed
Restore default
1 parent f0bcf30 commit a8c8070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sysvar.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msg_kernel: db 13, 10, 'kernel start', 13, 10, 0
2424
%endif
2525

2626
;CONFIG
27-
cfg_smpinit: db 0 ; By default SMP is enabled. Set to 0 to disable.
27+
cfg_smpinit: db 1 ; By default SMP is enabled. Set to 0 to disable.
2828

2929
; Memory locations
3030
InfoMap: equ 0x0000000000005000

0 commit comments

Comments
 (0)