mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 22:04:33 +02:00
default to normal not quiet for initial messages
This commit is contained in:
parent
600192784b
commit
4b0162c2a6
@ -77,8 +77,8 @@ Version_Major db 2
|
|||||||
Version_Revision dw 43 ; REVISION_SEQ
|
Version_Revision dw 43 ; REVISION_SEQ
|
||||||
Version_Release dw 1 ; 0=release build, >0=svn#
|
Version_Release dw 1 ; 0=release build, >0=svn#
|
||||||
|
|
||||||
CheckDebugger: db 0 ; 0 = no check, 1 = check, 2 = assume present
|
CheckDebugger: db 0 ; 0 = no check, 1 = check, 2 = assume present
|
||||||
Verbose db -1 ; -1 = quiet, 0 = normal, 1 = verbose
|
Verbose db 0 ; -1 = quiet, 0 = normal, 1 = verbose
|
||||||
configend:
|
configend:
|
||||||
kernel_config_size: equ configend - config_signature
|
kernel_config_size: equ configend - config_signature
|
||||||
; must be below-or-equal the size of struct _KernelConfig
|
; must be below-or-equal the size of struct _KernelConfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user