aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-21 13:50:37 +0100
committervetch <vetch97@gmail.com>2020-01-21 13:50:37 +0100
commitd747a54860307dc2c1f0312d1a3349d02388f276 (patch)
tree20be97e1ce0413c07ddf908fa9c53686199f191d /docs
parent7a420a161658106be75746b408db851b30b1e6d2 (diff)
downloadrpi-MMU-example-d747a54860307dc2c1f0312d1a3349d02388f276.tar.gz
rpi-MMU-example-d747a54860307dc2c1f0312d1a3349d02388f276.zip
Nice mdfication
Diffstat (limited to 'docs')
-rw-r--r--docs/Boot-explained.md (renamed from docs/Boot-explained.txt)0
-rw-r--r--docs/Building-and-running-explained.md (renamed from docs/Building-and-running-explained.txt)0
-rw-r--r--docs/Exception-vector-explained.md (renamed from docs/Exception-vector-explained.txt)0
-rw-r--r--docs/IRQ-explained.md (renamed from docs/IRQ-explained.txt)0
-rw-r--r--docs/Linker-scripts-explained.md (renamed from docs/Linker-scripts-explained.txt)0
-rw-r--r--docs/MMU-explained.md (renamed from docs/MMU-explained.txt)0
-rw-r--r--docs/Makefile-explained.md (renamed from docs/Makefile-explained.txt)0
-rw-r--r--docs/PSRs-explained.md (renamed from docs/PSRs-explained.txt)0
-rw-r--r--docs/Project-structure-explained.md (renamed from docs/Project-structure-explained.txt)0
-rw-r--r--docs/Ramfs-explained.md (renamed from docs/Ramfs-explained.txt)0
-rw-r--r--docs/Scheduler-explained.md (renamed from docs/Scheduler-explained.txt)0
-rw-r--r--docs/Sources.md (renamed from docs/Sources.txt)0
-rw-r--r--docs/Various-random-things-explained-I-dont-feel-like-creating-a-separate-txt-for-each-or-ordering-them-in-any-way.md (renamed from docs/Various-random-things-explained-I-dont-feel-like-creating-a-separate-txt-for-each-or-ordering-them-in-any-way.txt)0
-rw-r--r--docs/processor-modes-explained.md (renamed from docs/processor-modes-explained.txt)0
-rwxr-xr-xdocs/skrypt.sh3
15 files changed, 3 insertions, 0 deletions
diff --git a/docs/Boot-explained.txt b/docs/Boot-explained.md
index 20528cc..20528cc 100644
--- a/docs/Boot-explained.txt
+++ b/docs/Boot-explained.md
diff --git a/docs/Building-and-running-explained.txt b/docs/Building-and-running-explained.md
index 257c75f..257c75f 100644
--- a/docs/Building-and-running-explained.txt
+++ b/docs/Building-and-running-explained.md
diff --git a/docs/Exception-vector-explained.txt b/docs/Exception-vector-explained.md
index b82eadb..b82eadb 100644
--- a/docs/Exception-vector-explained.txt
+++ b/docs/Exception-vector-explained.md
diff --git a/docs/IRQ-explained.txt b/docs/IRQ-explained.md
index d67d52d..d67d52d 100644
--- a/docs/IRQ-explained.txt
+++ b/docs/IRQ-explained.md
diff --git a/docs/Linker-scripts-explained.txt b/docs/Linker-scripts-explained.md
index 130eb0c..130eb0c 100644
--- a/docs/Linker-scripts-explained.txt
+++ b/docs/Linker-scripts-explained.md
diff --git a/docs/MMU-explained.txt b/docs/MMU-explained.md
index ae2fe83..ae2fe83 100644
--- a/docs/MMU-explained.txt
+++ b/docs/MMU-explained.md
diff --git a/docs/Makefile-explained.txt b/docs/Makefile-explained.md
index 98d73d0..98d73d0 100644
--- a/docs/Makefile-explained.txt
+++ b/docs/Makefile-explained.md
diff --git a/docs/PSRs-explained.txt b/docs/PSRs-explained.md
index a125add..a125add 100644
--- a/docs/PSRs-explained.txt
+++ b/docs/PSRs-explained.md
diff --git a/docs/Project-structure-explained.txt b/docs/Project-structure-explained.md
index 355910d..355910d 100644
--- a/docs/Project-structure-explained.txt
+++ b/docs/Project-structure-explained.md
diff --git a/docs/Ramfs-explained.txt b/docs/Ramfs-explained.md
index 85d5ae5..85d5ae5 100644
--- a/docs/Ramfs-explained.txt
+++ b/docs/Ramfs-explained.md
diff --git a/docs/Scheduler-explained.txt b/docs/Scheduler-explained.md
index f67fca6..f67fca6 100644
--- a/docs/Scheduler-explained.txt
+++ b/docs/Scheduler-explained.md
diff --git a/docs/Sources.txt b/docs/Sources.md
index 7a48250..7a48250 100644
--- a/docs/Sources.txt
+++ b/docs/Sources.md
diff --git a/docs/Various-random-things-explained-I-dont-feel-like-creating-a-separate-txt-for-each-or-ordering-them-in-any-way.txt b/docs/Various-random-things-explained-I-dont-feel-like-creating-a-separate-txt-for-each-or-ordering-them-in-any-way.md
index 0a3ae06..0a3ae06 100644
--- a/docs/Various-random-things-explained-I-dont-feel-like-creating-a-separate-txt-for-each-or-ordering-them-in-any-way.txt
+++ b/docs/Various-random-things-explained-I-dont-feel-like-creating-a-separate-txt-for-each-or-ordering-them-in-any-way.md
diff --git a/docs/processor-modes-explained.txt b/docs/processor-modes-explained.md
index 6631655..6631655 100644
--- a/docs/processor-modes-explained.txt
+++ b/docs/processor-modes-explained.md
diff --git a/docs/skrypt.sh b/docs/skrypt.sh
new file mode 100755
index 0000000..8cbcb6a
--- /dev/null
+++ b/docs/skrypt.sh
@@ -0,0 +1,3 @@
+for file in *.txt; do
+ mv "$file" "$(basename "$file" .txt).md"
+done \ No newline at end of file