Author: wmb Date: Thu Jun 10 07:54:52 2010 New Revision: 1817 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1817
Log: When booting Windows from the external SD card, disable the internal SD card to prevent Windows from making the internal card C:.
Modified: cpu/x86/pc/biosints.fth
Modified: cpu/x86/pc/biosints.fth ============================================================================== --- cpu/x86/pc/biosints.fth Tue Jun 8 03:13:51 2010 (r1816) +++ cpu/x86/pc/biosints.fth Thu Jun 10 07:54:52 2010 (r1817) @@ -1209,7 +1209,8 @@ " ext:1" ntfs? if " ext:0" set-hd-boot " sound-end" evaluate - + \ Disable the internal SD to prevent Windows from making it C: + h# f9 h# 6099 config-b! true exit then false
openfirmware@openfirmware.info