Add Fedora section.
[riscv-talks.git] / 2016-redhat / notes.txt
index 5ea3c55..f169c6d 100644 (file)
@@ -17,6 +17,7 @@ compressed instructions extension
 32 general purpose registers
 32 floating point registers (extension)
 zero register
+always little-endian
 influenced by MIPS
 proven to be patent-free
 
@@ -65,6 +66,22 @@ Missing bits:
 
 Fedora
 
+Demo
+
+Aims
+  Explain why: current software is crap
+  Busybox
+  Almost like an embedded system
+
+Scope
+
+Four stage bootstrap process
+  Stage 3 is a "hack job" containing a mix of cross-compiled
+  packages built on the host, layered with "--nodeps"-installed RPMs on top.
+
+  Stage 4 is the clean image built entirely from RPMs, with all
+  dependencies satisfied and all files controlled by RPM.
+
 ----------------------------------------------------------------------
 
 Software development and the community