<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for BIOSism</title>
	<link>http://biosism.com</link>
	<description>One of a kind 'low level' religion!</description>
	<pubDate>Sun, 20 May 2012 19:44:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on BIOS/Firmware Class by Venkat</title>
		<link>http://biosism.com/20101007/biosfirmware-class/#comment-1332</link>
		<author>Venkat</author>
		<pubDate>Fri, 11 Mar 2011 10:51:08 +0000</pubDate>
		<guid>http://biosism.com/20101007/biosfirmware-class/#comment-1332</guid>
		<description>Hi, 
I am very happy to join your class</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am very happy to join your class</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teaching BIOS/Firmware in UCSC Extension by German Florez-Larrahondo</title>
		<link>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-528</link>
		<author>German Florez-Larrahondo</author>
		<pubDate>Wed, 01 Dec 2010 16:18:16 +0000</pubDate>
		<guid>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-528</guid>
		<description>Note that there are virtualization software like Oracle's VirtualBox that provide experimental EFI support, so this is a great way to see the shell in action and do a few things with custom applications without the need for specific hardware. May be good enough for intro sessions.</description>
		<content:encoded><![CDATA[<p>Note that there are virtualization software like Oracle&#8217;s VirtualBox that provide experimental EFI support, so this is a great way to see the shell in action and do a few things with custom applications without the need for specific hardware. May be good enough for intro sessions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BIOS/Firmware Class by Sivasakthivel</title>
		<link>http://biosism.com/20101007/biosfirmware-class/#comment-400</link>
		<author>Sivasakthivel</author>
		<pubDate>Wed, 27 Oct 2010 03:03:13 +0000</pubDate>
		<guid>http://biosism.com/20101007/biosfirmware-class/#comment-400</guid>
		<description>Sivagar, 
 I would love to  join  the course.</description>
		<content:encoded><![CDATA[<p>Sivagar,<br />
 I would love to  join  the course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teaching BIOS/Firmware in UCSC Extension by Mike Rothman</title>
		<link>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-287</link>
		<author>Mike Rothman</author>
		<pubDate>Wed, 22 Sep 2010 11:37:54 +0000</pubDate>
		<guid>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-287</guid>
		<description>For emulation environment, you might look on tianocore.org's sourceforge instance of their emulation environment.  Allows you to walk through it all with no hardware necessary.  You can also use debuggers such as windbg per the latest debugger package that is up there</description>
		<content:encoded><![CDATA[<p>For emulation environment, you might look on tianocore.org&#8217;s sourceforge instance of their emulation environment.  Allows you to walk through it all with no hardware necessary.  You can also use debuggers such as windbg per the latest debugger package that is up there</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (-1) Your number is up! by Sebastian</title>
		<link>http://biosism.com/20100413/1-your-number-is-up/#comment-165</link>
		<author>Sebastian</author>
		<pubDate>Wed, 18 Aug 2010 15:06:13 +0000</pubDate>
		<guid>http://biosism.com/20100413/1-your-number-is-up/#comment-165</guid>
		<description>VS 2008 (compiling UEFI FW) here gives also a warning (negative number, blabla) when using this:

UINT32 N = ~0;

I suspect constants with the highest bit set are recognized as signed...
So the cast operator was required for me (or using a signed variable type)

Regards,
Sebastian</description>
		<content:encoded><![CDATA[<p>VS 2008 (compiling UEFI FW) here gives also a warning (negative number, blabla) when using this:</p>
<p>UINT32 N = ~0;</p>
<p>I suspect constants with the highest bit set are recognized as signed&#8230;<br />
So the cast operator was required for me (or using a signed variable type)</p>
<p>Regards,<br />
Sebastian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teaching BIOS/Firmware in UCSC Extension by dhendrix</title>
		<link>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-125</link>
		<author>dhendrix</author>
		<pubDate>Wed, 21 Jul 2010 20:03:45 +0000</pubDate>
		<guid>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-125</guid>
		<description>Sounds pretty good so far. You might want to have a short lesson on cache-as-RAM as part of memory footprint. You might also want to add something about Super I/O and keyboard / UART setup since that could be useful for debugging (Maybe USB debugging would work, but I haven't tried that much).

btw -- I like swami's suggestion :-) Now all we need is to finish work on TianoCoreboot [1]. Then we can make use an x86 target with OSS CPU+DRAM init to watch the entire boot process from power on to OS loading. I'm thinking something based off a recent AMD CPU/chipset [2] so that can be purchased easily (Tilapia-based boards are currently @ Fry's for </description>
		<content:encoded><![CDATA[<p>Sounds pretty good so far. You might want to have a short lesson on cache-as-RAM as part of memory footprint. You might also want to add something about Super I/O and keyboard / UART setup since that could be useful for debugging (Maybe USB debugging would work, but I haven&#8217;t tried that much).</p>
<p>btw &#8212; I like swami&#8217;s suggestion <img src='http://biosism.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Now all we need is to finish work on TianoCoreboot [1]. Then we can make use an x86 target with OSS CPU+DRAM init to watch the entire boot process from power on to OS loading. I&#8217;m thinking something based off a recent AMD CPU/chipset [2] so that can be purchased easily (Tilapia-based boards are currently @ Fry&#8217;s for</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teaching BIOS/Firmware in UCSC Extension by Jram</title>
		<link>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-96</link>
		<author>Jram</author>
		<pubDate>Wed, 26 May 2010 12:34:40 +0000</pubDate>
		<guid>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-96</guid>
		<description>I'm a silent reader of your blog..Expecting more posts from you.

My thoughts, you can start with 'Overview of PC architecture' in your curriculum.

Tianocore EDK DUET* bootable image can help for x86 based lab trainings.


*DUET: Its a bootable image can be created from EDK build. It can boot as a OS on any legacy BIOS based systems. Using this we can even boot to EFI aware OS on already shipped Legacy BIOS based systems.

Thanks
Jram</description>
		<content:encoded><![CDATA[<p>I&#8217;m a silent reader of your blog..Expecting more posts from you.</p>
<p>My thoughts, you can start with &#8216;Overview of PC architecture&#8217; in your curriculum.</p>
<p>Tianocore EDK DUET* bootable image can help for x86 based lab trainings.</p>
<p>*DUET: Its a bootable image can be created from EDK build. It can boot as a OS on any legacy BIOS based systems. Using this we can even boot to EFI aware OS on already shipped Legacy BIOS based systems.</p>
<p>Thanks<br />
Jram</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teaching BIOS/Firmware in UCSC Extension by Keshav</title>
		<link>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-94</link>
		<author>Keshav</author>
		<pubDate>Wed, 26 May 2010 11:41:25 +0000</pubDate>
		<guid>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-94</guid>
		<description>You can use tianocore.sourceforge.net EDK and EDK2 DUET for UEFI Emulation.</description>
		<content:encoded><![CDATA[<p>You can use tianocore.sourceforge.net EDK and EDK2 DUET for UEFI Emulation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teaching BIOS/Firmware in UCSC Extension by swami</title>
		<link>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-93</link>
		<author>swami</author>
		<pubDate>Mon, 24 May 2010 22:44:30 +0000</pubDate>
		<guid>http://biosism.com/20100520/teaching-biosfirmware-in-ucsc-extension/#comment-93</guid>
		<description>Hi
Did you try looking into Coreboot BIOS?
Thx</description>
		<content:encoded><![CDATA[<p>Hi<br />
Did you try looking into Coreboot BIOS?<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on USB 101 - Specifications by Guillaume FORTAINE</title>
		<link>http://biosism.com/20090312/usb-101-specifications/#comment-52</link>
		<author>Guillaume FORTAINE</author>
		<pubDate>Wed, 16 Dec 2009 19:44:51 +0000</pubDate>
		<guid>http://biosism.com/20090312/usb-101-specifications/#comment-52</guid>
		<description>Dear Mister Natarajan,

It was an impassioning reading. I am eagerly waiting the second chapter.

Best Regards,

Guillaume FORTAINE</description>
		<content:encoded><![CDATA[<p>Dear Mister Natarajan,</p>
<p>It was an impassioning reading. I am eagerly waiting the second chapter.</p>
<p>Best Regards,</p>
<p>Guillaume FORTAINE</p>
]]></content:encoded>
	</item>
</channel>
</rss>

