From c407a2486364834e9051742bd36c7915e8596a94 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 13 Nov 2013 13:52:03 +0100 Subject: [PATCH] Allow the kernel to write to harddisks by default. --- sortix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sortix/Makefile b/sortix/Makefile index dec7d020..723f5541 100644 --- a/sortix/Makefile +++ b/sortix/Makefile @@ -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)