JGRUB1.0 release Notes :-)

+----------------------------------------------------+
|THE NOTES OF GRUB-INSTALLER
|OS-JNODEv0.2.5
|JGRUB:1.0
+----------------------------------------------------+

JGRUB1.0:
The grub installer for the JNODE is primarily completed.It can now install the grub-stage1 to the MBR of the Primary Disk and the stage1_5 also to the BootSector.And the Stage2 and the Menu.Lst to the FAT formatted disk.

Specifications:
This version is suitable for the JFAT(FAT32).
Command:
jnode/>grub device device-dest
a)grub: This is the grub installation command now.
b)device:the device name where at MBR the grub will be installed.
c)device-dest:The partition name where the stage2 and MENU will be kept.
Example Command:
jnode/>grub hdb /devices/hdb0/
Codings structure:
1)The plugin for JFAT is written.(org.jnode.fs.Jfat.xml)
2)The plugin for the Command(org.jnode.fs.command.xml)is modified for making it suitable with JFAT.
3)The main codes are kept at:
a)GrubJFatBootSector.java
b)GrubJFatFormatter.java
c)JGrubInstallCommand.java
TODO:
1) Wash out the all Dirty part of the codes.Making it more beautiful.
2)Make is suitable for the EXT2 FS also.
3)Make the command more User friend.
4)make a GUI for grub insllation.

Thanks for your interest to JNODE(TM).
Copyright to (c)Jnode.org 2006