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
1 changed files with 1 additions and 1 deletions

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)