--- wikisrc/tutorials.mdwn 2015/02/18 16:00:10 1.32 +++ wikisrc/tutorials.mdwn 2020/09/29 17:29:21 1.43 @@ -1,9 +1,12 @@ +[[!meta title="Tutorials"]] + ## NetBSD setup * [[X11]] * [[Services]] +* [[Installation on UEFI systems]] ## Guide and HOWTOs -* [[Optical media]] +* [Root on ZFS](../wiki/RootOnZFS/) * [[set-up raidframe]] * [[LaTeX in NetBSD]] * [[How to use snapshots]] @@ -12,7 +15,6 @@ * [Xen HOWTO](../../ports/xen/howto/) * [[Amazon EC2]] * [[how_to_set_up_a_guest_os_using_xen3]] -* [[how to set up a Xen Dom0 running NetBSD 6.1|how to set up a xen dom0]] ## pkgsrc * [[pkgsrc]] @@ -21,6 +23,7 @@ * [[How to enable and run DTrace]] * [[How to create an L2TP IPSEC tunnel between an Android or iPhone or iOS device to NetBSD]] * [[How to increase ulimit with rc.conf]] +* [[How to setup VirtIO SCSI with qemu]] ## Developing NetBSD @@ -29,12 +32,17 @@ improving it. ### Userland * [[curses in NetBSD]] +* [[sysinst translations and testing]] ### Kernel * [[Kernel debugging with QEMU]] +* [[Wifi renewal on hg]] +* [[Testing new wifi]] +* [[Converting drivers to the new wifi stack]] ### Testing * [[atf]] +* [[reproducable_builds]] * [[Continuous_building_and_testing_netbsd_with_buildbot]] ### Procedural