From owner-freebsd-drivers@FreeBSD.ORG Fri Nov 14 23:39:32 2014 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 546F1CB0 for ; Fri, 14 Nov 2014 23:39:32 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (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 10E972AE for ; Fri, 14 Nov 2014 23:39:32 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id v10so3130599qac.3 for ; Fri, 14 Nov 2014 15:39:31 -0800 (PST) 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=WGHyJ+ebFSFZZVYet8ViKGQgcnBmUS5JT9PaYcszaTo=; b=KOJLmty8fhCpYL1XB+6Z0gRAtS7rxINPFnMCw2l7LdMAeOqiqxt+zLAkPuF08yNKim hpqztKnnv+7x+U+w7LEFogYw5lIqGf/NAKltDx2r91+0UMk1LF8Et4Ybm4lP+41NSRlu fLN9LnZqEwpEyHxU42U0fURjkA52SukgbSk1CGx7XLSJmPpZ/34AaH0A0C57XjZbk0CD evi2b4GdmIBa0y6Dgbl/YDVrvIaudNm16agkCrrnXHR/8Zzt9D0cHhU/AsyQcLkwJX9e uS/gQtQGvCevFSZWcCSE7Uh6TfIk/InXbXfi7+qZlE5M8r1oDcGCKdsoD9o/VGaFlMbU cwAg== MIME-Version: 1.0 X-Received: by 10.229.224.201 with SMTP id ip9mr15014343qcb.5.1416008371113; Fri, 14 Nov 2014 15:39:31 -0800 (PST) Received: by 10.140.42.55 with HTTP; Fri, 14 Nov 2014 15:39:31 -0800 (PST) Date: Fri, 14 Nov 2014 21:39:31 -0200 Message-ID: Subject: Exist tutorial that teaches programming in machine code to FreeBSD? From: =?UTF-8?Q?fran=C3=A7ai_s?= To: freebsd-drivers@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 23:39:32 -0000 A FreeBSD developer told me via private message that the most FreeBSD developers don=E2=80=99t develop in machine code. The following link leads to tutorial that teaches programming Assembly in to FreeBSD: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/x86.ht= ml Also exist tutorial that teaches programming in machine code to FreeBSD?