Télécharger la liste

Description du projet

Gujin is a PC boot loader that can analyze your partitions and filesystems. It finds the Linux kernel images available, as well as other bootable partitions (for *BSD, MS-DOS, Windows, etc.), files (*.kgz) and bootable disk images (*.bdi), and displays a graphical menu for selecting which system to boot. It boots the Linux kernel using the documented interface, like LILO and GRUB, so it doesn't need any other pre-installed bootloader. It can also directly load gzipped ELF32 or ELF64 files, with a simple interface to collect real-mode BIOS data. There is no need to execute anything after making a new kernel: just copy the kernel image file into the "/boot" directory, with a standard name. Gujin is written almost entirely in C with GCC, and it fully executes in real mode to be as compatible as possible.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-04 09:15
2.8.1

Cette version corrige quelques bugs, principalement la régression qui échoue lors du chargement de Windows lorsqu'il n'est pas situé sur le disque du BIOS 0x80 (peut-être parce que vous avez démarré à partir d'une clé USB déjà BIOS disque 0x80). Deux petits bugs dans la gestion de / boot / gujin.cmd ont été fixés, et la détection du clavier et la langue en cours d'utilisation sont utilisés pour définir la valeur par défaut pour le chargeur de démarrage.
This version fixes few bugs, mainly the regression that fails loading Windows when it is not located on BIOS disk 0x80 (possibly because you have booted from a USB key already taking BIOS disk 0x80). Two small bugs in the handling of /boot/gujin.cmd have been fixed, and detection of the keyboard and language currently in use are used to set the default for the bootloader.

2010-02-22 10:29
2.8

Les principales améliorations sont dans le traitement des langues (anglais, français, russe, espagnol, italien, allemand et néerlandais) dans la même installation, la ligne de commande Linux paramètres de description du fichier / boot / gujin.cmd, les tables de partition GPT, et traitement des images de fichiers (par exemple les images ISO sont bootable directement sans avoir à écrire leur premier disque).
The main improvements are in the handling of languages (English, French, Russian, Spanish, Italian, German, and Dutch) in the same installation, Linux command line parameters description in the file /boot/gujin.cmd, GPT partition tables, and handling of file images (e.g. ISO images are directly bootable without writing them to disk first).

2009-08-24 12:44
2.7

Gujin pouvez maintenant lancer le nouveau noyau trouve automatiquement (par balayage de la date de dernière modification), il peut scanner le fichier avec l'extension *. iso et les cerneaux de recherche / initrd en eux, et il est plus facile d'installer des paquets pré-construits, car pour Debian et Fedora tant pour les architectures i386 et amd64 sont fournis pour le téléchargement. Il ya une nouvelle page de manuel pour l'installateur, une nouvelle option pour supprimer le format ISO + superfloppy partir d'un fichier ISO, des modifications pour créer des images système de fichiers avec des trous pour économiser de l'espace, et de détecter les blocs défectueux sur les périphériques réels et les marquer dans le système FAT système de fichiers. Quite a few bugs ont également été corrigés.
Gujin can now run the newest kernel found automatically (by scanning the last modification date), it can scan file with *.iso extension and seach kernels/initrd inside them, and it is easier to install because pre-built packages for Debian and Fedora for both i386 and amd64 are provided for download. There is a new man page for the installer, a new option to remove the iso+superfloppy format from an ISO file, modifications to create filesystem images with holes to save space, and to detect bad blocks on real devices and mark them in the FAT filesystem. Quite a few bugs have also been fixed.

2009-05-13 18:43
2.6

Cette version corrige de détection SATA avec le BIOS PCI, la détection définition d'écran, des images ISO à la modification superfloppy, et quelques bugs de traitement ELF. Mieux les systèmes de fichiers FAT sont maintenant générés. Une version simplifiée de "" gujin commande a été introduite à installer et à retirer le chargeur de démarrage. Des exemples sont inclus pour créer vos propres directement bootable comprimé ELF32 ou ELF64 fichiers avec l'extension KGZ.
This release fixes SATA detection with PCI BIOS, screen definition detection, ISO images to superfloppy modification, and some ELF treatment bugs. Better FAT filesystems are now generated. A simplified "gujin" command was introduced to install and remove the bootloader. Examples are included to create your own directly bootable compressed ELF32 or ELF64 files with the kgz extension.

2009-03-04 18:08
2.5

Le présent communiqué peut compiler et l'installer sur 64 bits des ordinateurs fonctionnant sans bibliothèques 32 bits. Un moyen simple a été introduit afin de créer un superfloppy à partir d'un CDROM ISO / DVD image de démarrer à partir de cartes SD ou clés USB. Il a le soutien de base du système de fichiers ext4 et peut désormais créer un système de fichiers FAT32 lors de l'initialisation d'une clé USB. Il a aussi quelques corrections de bugs et autres petites améliorations.
Tags: Major feature enhancements
This release can compile and install on 64-bit based PCs without any 32-bit libraries. A simple way was introduced to create a superfloppy from an ISO CDROM/DVD image to boot from SD cards or USB drives. It has basic support for the EXT4 filesystem and can now create a FAT32 filesystem when initializing a USB thumb drive. It also has some bugfixes and other small improvements.

Project Resources