about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-06-25 04:28:55 +0200
committerYour Name <you@example.com>2020-06-25 04:28:55 +0200
commit3dd4a5a5c58f02ff083d3dae5253d7042c9d1d41 (patch)
tree9f19f21eb03a9893f7874f5f1a207bcfe521065f
parentBase: added skeleton for a physical memory manager (diff)
downloadpOS-3dd4a5a5c58f02ff083d3dae5253d7042c9d1d41.tar.gz
pOS-3dd4a5a5c58f02ff083d3dae5253d7042c9d1d41.tar.bz2
pOS-3dd4a5a5c58f02ff083d3dae5253d7042c9d1d41.zip
Update Readme
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0a81b3..e456552 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 # pOS - x86 Testing OS
 
 ## Build
-`make`
+1. Setup an i686-elf cross-compiler
+2. `make`
 
 ## Run
-`make run`
+1. `make run`