From mint-bounce@lists.fishpool.fi Tue Mar 2 06:23:14 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:x-priority:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=7Oyb2EwPPgHpFLyrvDhoL+FjLe3FRi4/dvBju9PAKl0=; b=Q/9oNblX6giCkXAbsJEyr/xzGhLvL06Rd+MXueOA5xUNQD4kl40c46ErjPfVLW3M9O 2ufH4uxwAQs3vW76eiI0RWExkXKNmIvwj7yjSOcEBzkvkQMHFzjOwrsilaqQrSY2ODY7 oUSYo9dCdbhgdenDYqcY80US1NbiNaa1C7EPA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:x-priority:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; b=vREgsvm5pRtcKvqrO23Wp1MuUrJnMoomWvKlQl4Xn+GC2HV7nttGk0BV1Mgbo1x6G7 VMtSM3+YT6SS6Pkd9fLyWgyuwO1Tczq3lyJw7QAF6X987EI5wF8mj9mIDWnMjJxGeyX7 KLIN8/y8gT7FRvYwq/nzbCYuSG/4Z7OEvcIgY= Subject: Re: [MiNT] Patch for xaloader.prg Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Peter Persson X-Priority: 3 In-Reply-To: Date: Tue, 2 Mar 2010 12:20:17 +0100 Cc: "mint_list" Message-Id: <5398E197-FA46-43CA-98B9-714944936DEE@gmail.com> References: <72454075-6FA5-46CA-A174-A3AE573771A6@gmail.com> <20100301222525.bcb94ec5.mandin.patrice@orange.fr> To: Jo Even Skarstein X-Mailer: Apple Mail (2.1077) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o22BNDu1026551 On 2 mar 2010, at 08.32, Jo Even Skarstein wrote: > -------------------------------------------------- > From: "Patrice Mandin" > Sent: Monday, March 01, 2010 10:25 PM > To: "Peter Persson" > Cc: "mint Mailing-List" > Subject: Re: [MiNT] Patch for xaloader.prg > >> While you are at it, couldn't you do the same for the MiNT kernel: >> A small loader to put in auto folder, to run (and/or manually select) >> the kernel dependent of current cpu, would be also useful when switching >> between 030 and 060. > > Also known as a "boot manager" ;-) I've been using Superboot and XBoot since 1990 or so, it's one of the most useful tools I have. A open source boot manager would be great, but it should be able to do more than selecting kernels. To be useful, it must have all the functionality of current boot managers, otherwise it would be just another thing to slow down booting. The mintloader isn't intended to replace the bootloader, nor did I intend for it to be used with one. Its sole purpose is to load the right kernel binary, so that people can switch CPUs (in the case of CT60) or use the same harddrive on multiple systems (I sometimes do this too). Ofcourse - this stuff may be redundant if you use a boot loader. But personally I hate boot loaders,and I think the whole idea of copying and renaming binaries is nothing but awkward. -- PeP