32-Bit Bootloader

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Antti
Member
Member
Posts: 923
Joined: Thu Jul 05, 2012 5:12 am
Location: Finland

Re: 32-Bit Bootloader

Post by Antti »

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.
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).
User avatar
Brendan
Member
Member
Posts: 8561
Joined: Sat Jan 15, 2005 12:00 am
Location: At his keyboard!
Contact:

Re: 32-Bit Bootloader

Post by Brendan »

Hi,
Antti wrote:
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.
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).
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). :)


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.
Post Reply