* AHCI, BtrFS, SquashFS, FreeDOS, Plan9 and RomFS in experimental
@ 2010-12-26 0:09 Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 0 replies; only message in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2010-12-26 0:09 UTC (permalink / raw)
To: The development of GRUB 2, Christian Franke
[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]
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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-26 0:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-26 0:09 AHCI, BtrFS, SquashFS, FreeDOS, Plan9 and RomFS in experimental Vladimir 'φ-coder/phcoder' Serbinenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).