Skip to content

Commit

Permalink
default to normal not quiet for initial messages
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Dec 18, 2023
1 parent 6001927 commit 4b0162c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/kernel.asm
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Version_Major db 2
Version_Revision dw 43 ; REVISION_SEQ
Version_Release dw 1 ; 0=release build, >0=svn#

CheckDebugger: db 0 ; 0 = no check, 1 = check, 2 = assume present
Verbose db -1 ; -1 = quiet, 0 = normal, 1 = verbose
CheckDebugger: db 0 ; 0 = no check, 1 = check, 2 = assume present
Verbose db 0 ; -1 = quiet, 0 = normal, 1 = verbose
configend:
kernel_config_size: equ configend - config_signature
; must be below-or-equal the size of struct _KernelConfig
Expand Down

0 comments on commit 4b0162c

Please sign in to comment.