grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] afs file system support


From: Bean
Subject: [PATCH] afs file system support
Date: Tue, 25 Mar 2008 04:17:51 +0800

Hi,

This patch add support for the AtheOS file system. With this, i can
boot Syllable using the following commands:

multiboot /system/kernel.so root=/dev/disk/ata/hda/0 uspace_end=0xf7ffffff
module /system/config/kernel.cfg
module /system/drivers/dev/bus/acpi
module /system/drivers/dev/bus/pci
module /system/drivers/dev/bus/ata
module /system/drivers/dev/hcd/ata_pci
module /system/drivers/fs/afs

2008-03-25  Bean  <address@hidden>

        * conf/common.rmk (pkgdata_MODULES): Add afs.mod.
        (grub_probe_SOURCES): Add fs/afs.c.
        (grub_fstest_SOURCES): Likewise.
        (afs_mod_SOURCES): New variable.
        (afs_mod_CFLAGS): Likewise.
        (afs_mod_LDFLAGS): Likewise.

        * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/afs.c.
        (grub_emu_SOURCES): Likewise.

        * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.

        * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.

        * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.

        * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.

        * fs/afs.c: New file.

-- 
Bean

Attachment: afs.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]