X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2016-redhat%2Fnotes.txt;fp=2016-redhat%2Fnotes.txt;h=f169c6dc0edfb15e10f13542216c999ea0245218;hb=db4d7258d47f3491c875cbff2d008fa938d98a29;hp=5ea3c558d13fe383c3cccc8fe3f4a4a88e2ab425;hpb=6b04b2b08a76ab29b1d63794159f6deea2cf9a7c;p=riscv-talks.git diff --git a/2016-redhat/notes.txt b/2016-redhat/notes.txt index 5ea3c55..f169c6d 100644 --- a/2016-redhat/notes.txt +++ b/2016-redhat/notes.txt @@ -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