From owner-freebsd-arm@FreeBSD.ORG Thu May 29 00:31:54 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CECE987 for ; Thu, 29 May 2014 00:31:54 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A09812636 for ; Thu, 29 May 2014 00:31:53 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id w62so12291738wes.30 for ; Wed, 28 May 2014 17:31:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=c7QFF3SdvT/QWxh24r6KI1LL0nSeIZiZjay/RgcJXIs=; b=cvgv7+as9KLMK6fCmT7oVTCw3hZJop5KrkFhMOQW4+ZoKQq8GMLvIAAwY0QMftAJ57 sw3VX3jY/7VoyfpE9H5YxNkdNxcH/j+HpcFcUW5+tr1FjbQKvTART91j64eISW8xEY4b TznO2FsvcL3CTIseJeEz5fdrfCK+cbcnD2bQja8auvm8wQWT4T+VHLahhyxPu+oSjMK+ 2xUeszigx2QSRtPQAYU9nPfzubMRwOyBBDXs+dlQQT8Y46K6XiyG3FChaSUgSG7/r84s YPsFk4ax3K13YtBz5sBtXGlXlUISBIlJpH4swe8nrfi8c4Nc6ri8vQpP132Mu2f5dk7T wDJA== MIME-Version: 1.0 X-Received: by 10.180.8.136 with SMTP id r8mr5916502wia.60.1401323511962; Wed, 28 May 2014 17:31:51 -0700 (PDT) Received: by 10.217.10.195 with HTTP; Wed, 28 May 2014 17:31:51 -0700 (PDT) Date: Wed, 28 May 2014 20:31:51 -0400 Message-ID: Subject: BSDCan 2014: BSD/ARM Kernel Internals Video From: Winston Smith To: FreeBSD ARM Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 00:31:54 -0000 Arun Thomas did a great presentation on BSDARM Kernel Internals at this year's BSDCon; there's a video up on Youtube: https://www.youtube.com/watch?v=ZAM7fqhGRr8 The BSD of choice for this topic was FreeBSD-11-CURRENT on a BeagleBone Black. Arun's talk was very interesting! There's also a talk by Warner Losh on NAND Flash and FreeBSD (haven't had time to watch it yet), and a number of other interesting looking talks; see this list of other BSDCon '14 videos are here: http://undeadly.org/cgi?action=article&sid=20140528143344 -W