index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
image
/
multiboot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-3
/
+3
*
[build] Keep gcc 4.4 happy
Michael Brown
2008-11-18
1
-2
/
+4
*
[multiboot] Allow for unspecified {load,bss}_end_addr for raw images
Michael Brown
2008-09-06
1
-2
/
+5
*
[elf] Add execution entry point debug messages for elf/multiboot images
Michael Brown
2008-08-22
1
-0
/
+2
*
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
2008-07-17
1
-1
/
+1
*
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
1
-2
/
+7
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
1
-0
/
+3
*
make multiboot_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
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
1
-1
/
+1
*
Place the actual version string in .data16, rather than just the
Michael Brown
2007-06-30
1
-1
/
+1
*
Replace image->entry with image->priv.
Michael Brown
2007-01-14
1
-3
/
+4
*
Use debug autocolourisation.
Michael Brown
2007-01-14
1
-18
/
+34
*
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
*
We may be required to page-align modules, so let's make sure we catch
Michael Brown
2007-01-12
1
-1
/
+7
*
Provide registration mechanism for loaded images, so that we can e.g.
Michael Brown
2007-01-11
1
-38
/
+92
*
Populate multiboot information structure before calling OS.
Michael Brown
2007-01-11
1
-17
/
+39
*
Capable of starting a multiboot kernel (albeit without the multiboot
Michael Brown
2007-01-11
1
-2
/
+15
*
Capable of loading a multiboot image into memory
Michael Brown
2007-01-11
1
-0
/
+235