From 2f74c2f43009723c996f508f423eab3013b47792 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 15 Jan 2019 06:30:19 +0100 Subject: Add basic PTY support. For now, there are four hard-coded PTYs: /dev/pt{m,s}[0123] Use this in the Terminal to open a pty pair and spawn a shell. --- Kernel/i386.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/i386.cpp') diff --git a/Kernel/i386.cpp b/Kernel/i386.cpp index d24dac9c1c..221bb5ef7a 100644 --- a/Kernel/i386.cpp +++ b/Kernel/i386.cpp @@ -7,7 +7,7 @@ #include "IRQHandler.h" #include "PIC.h" -#define PAGE_FAULT_DEBUG +//#define PAGE_FAULT_DEBUG struct DescriptorTablePointer { word size; -- cgit v1.2.3