From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50b2605d8019abeca502bdb1d916d587@felloff.net> Date: Fri, 25 Apr 2014 17:43:28 +0200 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: <51796934.ZNMK5gL6qF@krypton> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GPT partitions Topicbox-Message-UUID: dbb4217c-ead8-11e9-9d60-3106f5b1d025 9front pc and pc64 kernels can be loaded by multiboot loader like grub (thanks to aiju). plan9.ini can be passed as a module. it uses the multiboot memory map as well. theres no program to read in the gpt partition table yet but that should be easy. all you need is a small program to parse the gpt and write text to /dev/sdXX/ctl. -- cinap