From 53105c8f90518887d0bf9bbf70dcc6b68d49a063 Mon Sep 17 00:00:00 2001 From: Mohamed Ayman Date: Tue, 1 May 2018 12:12:50 +0200 Subject: [PATCH] Add README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2a4558 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# pintos + +Pintos is computer software, a simple instructional operating system framework for the x86 instruction set architecture. It supports kernel threads, loading and running user programs, and a file system, but it implements all of these in a very simple way. It was created at Stanford University by Ben Pfaff in 2004. + + +Refer to user-prog branch for running phase 2 and thread-system branch for phase 1.