index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warnings that appear only on OpenBSD.
Michael Brown
2007-12-06
2
-2
/
+2
*
Allow space for the kernel's real-mode .bss. Previously we weren't
Michael Brown
2007-11-04
1
-1
/
+7
*
Redefine bzimage_exec_context::mem_limit to be the highest permissible
Michael Brown
2007-09-28
1
-3
/
+4
*
Place multiboot command lines in base memory; Xen won't pick them up
Michael Brown
2007-08-02
1
-36
/
+69
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
2
-3
/
+8
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
4
-0
/
+12
*
Add code for constructing single-file cpio archives on the fly
Michael Brown
2007-08-01
1
-30
/
+75
*
Initrd concatenation now working
Michael Brown
2007-08-01
1
-2
/
+3
*
Allow loading of multiple initramfs images.
Michael Brown
2007-07-31
1
-50
/
+61
*
Centralise construction of the DHCP request and response packets.
Michael Brown
2007-07-31
1
-7
/
+4
*
make multiboot_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
make nbi_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
make eltorito_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
We probably shouldn't leave interrupts disabled when starting an OS.
Michael Brown
2007-07-25
1
-0
/
+1
*
Minor debug improvement
Michael Brown
2007-07-19
1
-1
/
+2
*
Move uninitialised .data16 variables to .bss16; saves around 2000
Michael Brown
2007-07-16
1
-3
/
+3
*
Separated out initialisation functions from startup/shutdown functions.
Michael Brown
2007-07-03
4
-4
/
+4
*
Ensure that pxe_netdev is set before starting up PXE NBP.
Michael Brown
2007-07-03
1
-3
/
+10
*
Use a common base-memory packet buffer for DHCP construction (as used
Michael Brown
2007-07-02
1
-5
/
+5
*
pxe_netdev now holds a reference to the network device.
Michael Brown
2007-07-02
1
-2
/
+10
*
Place the actual version string in .data16, rather than just the
Michael Brown
2007-06-30
1
-1
/
+1
*
Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c
Michael Brown
2007-06-30
1
-22
/
+1
*
Fix stack on return from PXE NBP so that we can return properly.
Michael Brown
2007-06-28
1
-1
/
+2
*
Add 32-bit support.
Michael Brown
2007-03-22
1
-13
/
+70
*
Typo
Michael Brown
2007-03-20
1
-1
/
+1
*
Support 32-bit (linear) NBI images. We don't yet provide a bootp data
Michael Brown
2007-03-14
1
-33
/
+44
*
Split bootsector execution code out into bootsector.c.
Michael Brown
2007-01-29
2
-0
/
+445
*
Use base "0" in strtoul for consistency with "mem="
Michael Brown
2007-01-24
1
-1
/
+1
*
"vga=" is specified in decimal, not hex.
Michael Brown
2007-01-22
1
-1
/
+1
*
Misread the definition of the type_of_loader field; it should include a
Michael Brown
2007-01-19
1
-1
/
+1
*
We can now load an initrd as well as a kernel
Michael Brown
2007-01-14
1
-5
/
+93
*
Make the getmemsize() prototype available in memsizes.h, for code that
Michael Brown
2007-01-14
1
-0
/
+1
*
Actually, the initrd image should be architecture-independent.
Michael Brown
2007-01-14
1
-37
/
+0
*
Add dummy "initrd" image format, just so that images can be marked as
Michael Brown
2007-01-14
1
-0
/
+37
*
Copy command line at execution time rather than load time.
Michael Brown
2007-01-14
1
-35
/
+132
*
Split bzimage_load into separate functions
Michael Brown
2007-01-14
1
-81
/
+183
*
Can start a Linux kernel directly (albeit with no initrd support)
Michael Brown
2007-01-14
1
-8
/
+29
*
Can almost start a kernel now. It dies with "No setup signature found"
Michael Brown
2007-01-14
1
-5
/
+115
*
Placeholder bzImage support
Michael Brown
2007-01-14
1
-0
/
+81
*
Replace image->entry with image->priv.
Michael Brown
2007-01-14
2
-4
/
+9
*
Mostly updated. Won't work yet.
Michael Brown
2007-01-14
1
-199
/
+172
*
Select a PXE network device before starting PXE NBP.
Michael Brown
2007-01-14
1
-2
/
+30
*
Use debug autocolourisation.
Michael Brown
2007-01-14
1
-18
/
+34
*
I prefer IMAGE_XXX to XXX_IMAGE.
Michael Brown
2007-01-13
1
-0
/
+83
*
Place multiboot tables in base memory; at least some OSes won't see it
Michael Brown
2007-01-12
1
-34
/
+64
*
Ensure multiboot modules are in ascending order of memory start
Michael Brown
2007-01-12
1
-15
/
+40
*
Fix the memory map.
Michael Brown
2007-01-12
1
-6
/
+11
*
Force probing of multiboot before ELF.
Michael Brown
2007-01-12
1
-2
/
+2
*
Place command-line inline, to save on memory allocation hassles.
Michael Brown
2007-01-12
1
-7
/
+4
*
Rename copy_user() to memcpy_user(). Add memmove_user() and
Michael Brown
2007-01-12
1
-1
/
+1
[next]