From: Richard W.M. Jones Date: Thu, 22 Sep 2016 10:58:20 +0000 (+0100) Subject: Use stage4 for demo. More missing bits. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=bd8c558691524e560d7c4f40fa131fd9ffc49301;hp=6bef452052fbbde28260b721b2aded09193bd684;p=riscv-talks.git Use stage4 for demo. More missing bits. --- diff --git a/2016-redhat/2510-whats-missing.html b/2016-redhat/2510-whats-missing.html new file mode 100644 index 0000000..ebb923d --- /dev/null +++ b/2016-redhat/2510-whats-missing.html @@ -0,0 +1,9 @@ + + + + +

What missing from RISC-V?

+ + diff --git a/2016-redhat/2520-whats-missing.html b/2016-redhat/2520-whats-missing.html new file mode 100644 index 0000000..0f2d5ae --- /dev/null +++ b/2016-redhat/2520-whats-missing.html @@ -0,0 +1,7 @@ + + + + +

What missing from RISC-V?

+ + diff --git a/2016-redhat/3000-fedora-demo.term b/2016-redhat/3000-fedora-demo.term index 3229b52..60147cd 100755 --- a/2016-redhat/3000-fedora-demo.term +++ b/2016-redhat/3000-fedora-demo.term @@ -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" diff --git a/2016-redhat/notes.txt b/2016-redhat/notes.txt index d16afd2..6e36acb 100644 --- a/2016-redhat/notes.txt +++ b/2016-redhat/notes.txt @@ -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 diff --git a/2016-redhat/run b/2016-redhat/run index fedfb70..1476e6a 100755 --- a/2016-redhat/run +++ b/2016-redhat/run @@ -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 index 0000000..caf3db0 Binary files /dev/null and b/2016-redhat/server.png differ