From owner-soc-status@freebsd.org Fri May 25 12:18:22 2018 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4425EAB6C6 for ; Fri, 25 May 2018 12:18:22 +0000 (UTC) (envelope-from kristaps.civkulis@gmail.com) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 460217F492 for ; Fri, 25 May 2018 12:18:22 +0000 (UTC) (envelope-from kristaps.civkulis@gmail.com) Received: by mail-oi0-x22e.google.com with SMTP id t22-v6so943996oih.6 for ; Fri, 25 May 2018 05:18:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=CUkgz1F+3CUgBflDLhu8UhwC4TWuxt24ZHqMLavMko4=; b=nytMN1BwV0hKOCqd3gkcre1NEG9WuhHhmcIXwB6iSbxX7xI3togj3mKyeXX+VHi640 oX4w5LKUL4JQTYDvBvEEAmLD2GHBwKqRuVm/wycA4sRk1c8oK61Q3pnehFHDQx4Z7D7S BVsH/aVkqKCQZbAmFK+PLBmGnzF+OAfaxhYmpHq5KELAOKT/MIwYfvhg4epPWqcIlpie fid/HUKdmAHYVdyFMOHRoldSo0YiFH1nlYklJWgN+ex/nnT427k5FBiY+FzinvygEedh 81EZv/o1dB0EabYMAwPYU9q8xK2W5AnlK6Ml2KU5dA/XUd5jboJhe3pLner3fbFhUxPV QU4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=CUkgz1F+3CUgBflDLhu8UhwC4TWuxt24ZHqMLavMko4=; b=qcwYqvk0JNlOi5+I9yHP6jEd4Rk84xOxBHgg2+s+HlyhXgUPtMf48ZWl6V6HewzzlT ypc44fh0H8UUfSkoSQLSVyCFGbtz/E2S2rbDrU5ozGYE8udvfXwRpbIpiAYBsGPFbA+B qQAfqmrr2ZxEMgrc/x2zmz3JlZH3x9z1zyS9TLqtKsUOSEWONbZQ+b8zqwhy/mOeWg71 POibwugGn0Q/yRbiEVlSHYTjI2/LVAvcpquFvGo8dE0NzggAUjYBAV8SOAkMcDz+/QUQ eShiANDiVAoKBPbqXdkW18PHVZH41OqCELFmN6N4rhxkEPPqRRMJjdylHJDZ+q4q6Ey1 EtrQ== X-Gm-Message-State: ALKqPwdtezKATsWHuAK90ZJY6ZgkBej9GvxuL0yMf0/c8uBoKIbBcqXu DN89/V1LAdw3/LZkFglOiKb77/9+iBaxEVxLGBXLhA== X-Google-Smtp-Source: ADUXVKJG9YfXXzK88PNuCsuE3n4p4JPUj7e5TNU/VK91IXt6ujJr2LqxHqEmnylbX6A5eiLbGyPEn9Gns0Uo6hVyKoc= X-Received: by 2002:aca:2815:: with SMTP id 21-v6mr762136oix.268.1527250701384; Fri, 25 May 2018 05:18:21 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:48ce:0:0:0:0:0 with HTTP; Fri, 25 May 2018 05:18:20 -0700 (PDT) From: =?UTF-8?Q?Kristaps_=C4=8Civkulis?= Date: Fri, 25 May 2018 15:18:20 +0300 Message-ID: Subject: Enable FreeBSD/Xen Dom0 Support to FreeBSD EFI Loader [Week 1] To: soc-status@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2018 12:18:22 -0000 Hi, I have already set up my development infrastructure and established a workflow which seems convenient to me. I spent my first week exploring code and getting familiar with boot process. Except for various debug outputs I didn't produce any code during this week. I also started reading Multiboot2 Specification. My github repo: https://github.com/kristapuciitis/freebsd/tree/gsoc2018 Kristaps