grub-devel
[Top][All Lists]
Advanced

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

AHCI, BtrFS, SquashFS, FreeDOS, Plan9 and RomFS in experimental


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: AHCI, BtrFS, SquashFS, FreeDOS, Plan9 and RomFS in experimental
Date: Sun, 26 Dec 2010 01:09:55 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101211 Icedove/3.0.11

Hello, all. Some new stuff in experimental. Filesystems don't really
need any comment.
ata.mod was splitted into ata.mod and pata.mod since AHCI uses ATA too.
So now it's --disk-module=(pata|ahci|native) where native is a special
keyword to include all native disk drivers and dependencies (ahci, pata,
uhci,ohci, usbms currently). To switch from biosdisk to ahci "on the fly":
insmod ahci
prefix=(ahciX,Y)/Z
Example of freedos booting:
menuentry "Freedos" {
   root=hd0,msdos1
   freedos /kernel.sys
}
Example of plan9 loading:
menuentry "Plan9" {
          root=hd0,msdos1,plan1
          plan9 -m hd0=sdC0 /9pcf 'bootargs=local!#S/sdC0/fossil'
'bootdisk=local!#S/sdC0/fossil' '*nodumpstack=1' '*nomp=1' 'dmamode=ask'
'partition=new' 'mouseport=ps2' 'monitor=xga' 'vgasize=640x480x8'
}
Both Plan9 and FreeDos use BIOS calls so they are restricted to i386-pc.
Both boot protocols are archaic and don't even include a way to pass
memory map.

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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