Date: 8 Jul 2019 18:22:32 -0000 From: "Peter Harris" <p3tharris@rediffmail.com> To: <freebsd-hackers@freebsd.org> Subject: =?utf-8?B?dGVzdCBtb2RpZmllZCBmcmVlYnNkIHNvdXJjZQ==?= Message-ID: <20190708182232.4685.qmail@f5mail-224-122.rediffmail.com>
next in thread | raw e-mail | index | archive | help
Hi guys, I am currently pursuing my internship and new to freebsd (switched from Ubuntu). Its gonna get used at my work. I have the responsibility to make some modifications and customise source tree as per the demands.Can i get some suggestions on what would be the best way to test the changes i make? Majorly I need to make changes to the current commands and some minor changes to the kernal. I haven't done such a task before (like building a complete OS) so i am pretty much clueless. Would really appreciate getting some help. Kind regards, Peter From owner-freebsd-hackers@freebsd.org Mon Jul 8 19:04:06 2019 Return-Path: <owner-freebsd-hackers@freebsd.org> Delivered-To: freebsd-hackers@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 7092F15E6D49 for <freebsd-hackers@mailman.ysv.freebsd.org>; Mon, 8 Jul 2019 19:04:06 +0000 (UTC) (envelope-from reichert@numachi.com) Received: from away.numachi.com (away.numachi.com [66.228.38.138]) by mx1.freebsd.org (Postfix) with SMTP id D1E9F86422 for <freebsd-hackers@freebsd.org>; Mon, 8 Jul 2019 19:03:55 +0000 (UTC) (envelope-from reichert@numachi.com) Received: (qmail 3267 invoked from network); 8 Jul 2019 18:57:13 -0000 Received: from unknown (HELO meisai.numachi.com) (72.71.251.201) by away.numachi.com with SMTP; 8 Jul 2019 18:57:13 -0000 Received: (qmail 10439 invoked by uid 1001); 8 Jul 2019 18:57:13 -0000 Date: Mon, 8 Jul 2019 14:57:13 -0400 From: Brian Reichert <reichert@numachi.com> To: Peter Harris <p3tharris@rediffmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: test modified freebsd source Message-ID: <20190708185713.GS49325@numachi.com> References: <20190708182232.4685.qmail@f5mail-224-122.rediffmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190708182232.4685.qmail@f5mail-224-122.rediffmail.com> User-Agent: Mutt/1.5.9i X-Rspamd-Queue-Id: D1E9F86422 X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [5.24 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_SPAM_SHORT(0.98)[0.984,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[numachi.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(1.00)[1.000,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[back.numachi.com]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(1.00)[1.000,0]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[rediffmail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:63949, ipnet:66.228.32.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.77)[ipnet: 66.228.32.0/20(4.69), asn: 63949(-0.80), country: US(-0.06)] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD <freebsd-hackers.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-hackers>, <mailto:freebsd-hackers-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-hackers/> List-Post: <mailto:freebsd-hackers@freebsd.org> List-Help: <mailto:freebsd-hackers-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-hackers>, <mailto:freebsd-hackers-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 08 Jul 2019 19:04:06 -0000 On Mon, Jul 08, 2019 at 06:22:32PM -0000, Peter Harris via freebsd-hackers wrote: > Hi guys, I am currently pursuing my internship and new to freebsd (switched from Ubuntu). Its gonna get used at my work. I have the responsibility to make some modifications and customise source tree as per the demands.Can i get some suggestions on what would be the best way to test the changes i make? Majorly I need to make changes to the current commands and some minor changes to the kernal. I haven't done such a task before (like building a complete OS) so i am pretty much clueless. Would really appreciate getting some help. Kind regards, Peter How extensive are your changes? You can build an entire release: https://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/release-build.html You can build everything other than the kernel, or the kernel itself: https://www.freebsd.org/doc/handbook/makeworld.html Without knowing what your changes will be, describing testing is a challenge. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" -- Brian Reichert <reichert@numachi.com> BSD admin/developer at large
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190708182232.4685.qmail>