OS Boot Tools
Posted: Fri Apr 06, 2012 8:01 am
Let me present to your attention the new tool for OS developers – OS Boot Tools.
This toolset is for those developers who don't want to use monstruous Linux loaders GRUB/SYSLINUX/LILO, but want to boot their kernel image file in a simple and fast manner from any device and media (floppy disks, HDD, flash-drives, CD/DVD...) with file systems FAT12/16/32, exFAT, NTFS, Ext2/3/4, Minix1/2/3, ISO9660, from disks partitioned both in traditional MBR scheme and in progressive GUID (GPT) scheme even beyond 2TiB limit. Dual boot supported. Also there is a Windows/Linux console utility in the package that allows to store proper boot code in any device or file with virtual device image. This toolset allows to start directly to develop your OS without poring over the file systems structure and falling into a stupor from the lack of space for debugging your bootloader. The package contains demo-kernel that shows correct initialization, saving and usage of passed parameters. You may use this demo-kernel as startup for your own project.
Advantages of this tool are:
– A simplicity of disk preparation, you won't accidentally loose files on your disk;
– An ultimate simplicity of usage – after you once prepared your disk for booting, just copy your OS kernel image file to the root directory of this disk and boot from it;
– Your image file may be sufficiently large – up to 620 kB;
– Your OS will easily know, what disk/partition it was booted from;
– Your OS may easily be shared with your friends for checking, debugging and demonstration – just pass them your kernel file and they will copy it to the disk prepared the same way for booting.
Toolset doesn't abolish existing bootloaders, such as GRUB or SYSLINUX. It supplements them! These loaders have poor first stage loading that makes installation and using them on new disks complicated and risky. The package contains modificated versions of loaders that don't require installation procedure, they easily may be booted with this toolset.
Specifications, usage instructions and much more you may read at the official project's page.
Welcome to download, use and have fun...
OS Boot Tools v3.3
...discuss here.
This toolset is for those developers who don't want to use monstruous Linux loaders GRUB/SYSLINUX/LILO, but want to boot their kernel image file in a simple and fast manner from any device and media (floppy disks, HDD, flash-drives, CD/DVD...) with file systems FAT12/16/32, exFAT, NTFS, Ext2/3/4, Minix1/2/3, ISO9660, from disks partitioned both in traditional MBR scheme and in progressive GUID (GPT) scheme even beyond 2TiB limit. Dual boot supported. Also there is a Windows/Linux console utility in the package that allows to store proper boot code in any device or file with virtual device image. This toolset allows to start directly to develop your OS without poring over the file systems structure and falling into a stupor from the lack of space for debugging your bootloader. The package contains demo-kernel that shows correct initialization, saving and usage of passed parameters. You may use this demo-kernel as startup for your own project.
Advantages of this tool are:
– A simplicity of disk preparation, you won't accidentally loose files on your disk;
– An ultimate simplicity of usage – after you once prepared your disk for booting, just copy your OS kernel image file to the root directory of this disk and boot from it;
– Your image file may be sufficiently large – up to 620 kB;
– Your OS will easily know, what disk/partition it was booted from;
– Your OS may easily be shared with your friends for checking, debugging and demonstration – just pass them your kernel file and they will copy it to the disk prepared the same way for booting.
Toolset doesn't abolish existing bootloaders, such as GRUB or SYSLINUX. It supplements them! These loaders have poor first stage loading that makes installation and using them on new disks complicated and risky. The package contains modificated versions of loaders that don't require installation procedure, they easily may be booted with this toolset.
Specifications, usage instructions and much more you may read at the official project's page.
Welcome to download, use and have fun...
OS Boot Tools v3.3
...discuss here.