<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/interface/pxe/pxe_loader.c, branch v0.9.4</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/interface/pxe/pxe_loader.c?h=v0.9.4</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/interface/pxe/pxe_loader.c?h=v0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-09-23T03:15:56+00:00</updated>
<entry>
<title>[pxe] Display PXE_LOADER debug message after call to initialise()</title>
<updated>2008-09-23T03:15:56+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-09-23T03:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a2f9bf70d75c94e7d7a0d67fe293b1300cb6fe27'/>
<id>urn:sha1:a2f9bf70d75c94e7d7a0d67fe293b1300cb6fe27</id>
<content type='text'>
At least one Dell system calls the UNDI loader entry point with the
BIOS console disabled.  The serial console is active only after a call
to initialise(), so move the debug message in undi_loader() so that it
can be displayed via the serial console.
</content>
</entry>
<entry>
<title>[i386] Change semantics of __from_data16 and __from_text16</title>
<updated>2008-07-01T01:52:13+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-07-01T01:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4fbbf651d7cb91983801904f5ed2b07d15566c1d'/>
<id>urn:sha1:4fbbf651d7cb91983801904f5ed2b07d15566c1d</id>
<content type='text'>
__from_data16 and __from_text16 now take a pointer to a
.data16/.text16 variable, and return the real-mode offset within the
appropriate segment.  This matches the use case for every occurrence
of these macros, and prevents potential future bugs such as that fixed
in commit d51d80f.  (The bug arose essentially because "&amp;pointer" is
still syntactically valid.)
</content>
</entry>
<entry>
<title>!PXE and PXENV+ structures are in code segment, not data segment.</title>
<updated>2007-07-04T02:20:18+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-04T02:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0324d5ff709b0669396c872814004e8f2d86e86c'/>
<id>urn:sha1:0324d5ff709b0669396c872814004e8f2d86e86c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add (untested) UNDI loader C-level implementation.</title>
<updated>2007-07-03T22:41:35+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-03T22:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=dca470cb21f75ec2c509af66b807307bf3b7c5ac'/>
<id>urn:sha1:dca470cb21f75ec2c509af66b807307bf3b7c5ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Currently unusable; do not attempt to compile</title>
<updated>2007-01-04T19:37:21+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-04T19:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3b2f6e4585b5b22f3a80f14a7be224d9c568422c'/>
<id>urn:sha1:3b2f6e4585b5b22f3a80f14a7be224d9c568422c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We don't actually have a stdio.h header file.  Our printf() functions are</title>
<updated>2006-09-27T10:58:14+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-09-27T10:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=88e38fa1483891f273f063f92ef71a5c33fe5406'/>
<id>urn:sha1:88e38fa1483891f273f063f92ef71a5c33fe5406</id>
<content type='text'>
defined in vsprintf.h.  (This may change, since vsprintf.h is a
non-standard name, but for now it's the one to use.)

There should be no need to include vsprintf.h just for DBG() statements,
since include/compiler.h forces it in for a debug build anyway.
</content>
</entry>
<entry>
<title>added stdio.h to includes for DBG compilation</title>
<updated>2006-09-27T05:57:06+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2006-09-27T05:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6ac78f6aff85b2a41d1c98011c41f622d569076a'/>
<id>urn:sha1:6ac78f6aff85b2a41d1c98011c41f622d569076a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split PXE code into preboot, udp, tftp, undi and loader units.</title>
<updated>2005-05-23T23:32:56+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2005-05-23T23:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=809933d9f7ef11b6cc6de38f2015b66c2d98a8b2'/>
<id>urn:sha1:809933d9f7ef11b6cc6de38f2015b66c2d98a8b2</id>
<content type='text'>
PXE code now compiles without errors (though it won't actually work).
</content>
</entry>
</feed>
