What if there was a boot partition? The boot partition file system could be "combine all boot files into a single boot image". The native file system partition could be fully controlled by the native file system. Would it be more elegant? This works well only if using GPT partitions (a "file system type" is not 8-bit number).Brendan wrote:Instead of designing the native file system, I just say "the first N sectors of the partition are reserved for boot stuff", so I can design the file system around that later on.
32-Bit Bootloader
Re: 32-Bit Bootloader
Re: 32-Bit Bootloader
Hi,
Cheers,
Brendan
That's definitely a possible option. I just like having my OS to be as self contained as possible (e.g. one partition per instance of the OS).Antti wrote:What if there was a boot partition? The boot partition file system could be "combine all boot files into a single boot image". The native file system partition could be fully controlled by the native file system. Would it be more elegant? This works well only if using GPT partitions (a "file system type" is not 8-bit number).Brendan wrote:Instead of designing the native file system, I just say "the first N sectors of the partition are reserved for boot stuff", so I can design the file system around that later on.
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.