1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2013-11-13 13:52:03 +01:00
parent 48931408f4
commit c407a24863

View file

@ -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)