Use stage4 for demo. More missing bits.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Sep 2016 10:58:20 +0000 (11:58 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Sep 2016 10:58:20 +0000 (11:58 +0100)
2016-redhat/2510-whats-missing.html [new file with mode: 0644]
2016-redhat/2520-whats-missing.html [new file with mode: 0644]
2016-redhat/3000-fedora-demo.term
2016-redhat/notes.txt
2016-redhat/run
2016-redhat/server.png [new file with mode: 0644]

diff --git a/2016-redhat/2510-whats-missing.html b/2016-redhat/2510-whats-missing.html
new file mode 100644 (file)
index 0000000..ebb923d
--- /dev/null
@@ -0,0 +1,9 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>What missing from RISC-V?</h1>
+
+<ul>
+<li> Virtualization
+</ul>
diff --git a/2016-redhat/2520-whats-missing.html b/2016-redhat/2520-whats-missing.html
new file mode 100644 (file)
index 0000000..0f2d5ae
--- /dev/null
@@ -0,0 +1,7 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>What missing from RISC-V?</h1>
+
+<img src="server.png">
index 3229b52..60147cd 100755 (executable)
@@ -4,7 +4,7 @@ source functions
 
 # History.
 
-remember 'qemu-system-riscv -m 4G -kernel /usr/bin/bbl -append vmlinux -drive file=stage3-disk.img,format=raw -nographic'
+remember 'qemu-system-riscv -m 4G -kernel /usr/bin/bbl -append vmlinux -drive file=stage4-disk.img,format=raw -nographic'
 
 echo "Running Fedora/RISC-V"
 
index d16afd2..6e36acb 100644 (file)
@@ -62,6 +62,14 @@ Missing bits:
   much of this is filled in with proprietary "IP"
   "Minion cores"
 
+Virtualization
+  Bonzini
+
+What else goes into a server?
+  BMC management
+  standard boot environment (like SBBR on ARM)
+  &c
+
 ----------------------------------------------------------------------
 
 Fedora -- Demo
@@ -115,4 +123,15 @@ RISC-V software development and the community
 What does this mean for Red Hat?
 
 
+
+
+
+
+
+
+
+
+
+
+
 Summary and questions
index fedfb70..1476e6a 100755 (executable)
@@ -13,8 +13,8 @@ export GNOME_KEYRING_PID=
 #unset ftp_proxy
 
 # Uncompress from the pristine image.
-if [ ! -f stage3-disk.img ]; then
-    unxz -k stage3-disk.img.xz
+if [ ! -f stage4-disk.img ]; then
+    unxz -k stage4-disk.img.xz
 fi
 
 # Run techtalk.
diff --git a/2016-redhat/server.png b/2016-redhat/server.png
new file mode 100644 (file)
index 0000000..caf3db0
Binary files /dev/null and b/2016-redhat/server.png differ