mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Allow the kernel to write to harddisks by default.
This commit is contained in:
parent
48931408f4
commit
c407a24863
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ include ../dirs.mak
|
|||
# Default values in case the user doesn't override these variables.
|
||||
OPTLEVEL?=-g -O2
|
||||
CALLTRACE?=0
|
||||
DISKWRITE?=0
|
||||
DISKWRITE?=1
|
||||
ASLFAGS?=
|
||||
CPPFLAGS?=
|
||||
CXXFLAGS?=$(OPTLEVEL)
|
||||
|
|
Loading…
Reference in a new issue