Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
robin.thoni
/
ipxe
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
11
Wiki
Actividad
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1556
Commits
2
Ramas
Árbol:
d12770e254
master
old
v1.20.1-rthoni
v1.20.1
v1.0.0-rc1
v1.0.0
v0.9.9
v0.9.8
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'd12770e254'
${ noResults }
ipxe
/
src
/
arch
/
i386
/
firmware
/
pcbios
Histórico
Michael Brown
b9f99858ab
Make the getmemsize() prototype available in memsizes.h, for code that
doesn't want to go to the hassle of processing a full memory map.
hace 18 años
..
basemem.c
Provide {get,set}_fbms() in basemem.h.
hace 18 años
bios.c
Updated to REAL_CODE()
hace 19 años
bios_console.c
Engage brain: since when was zero >= 0x80 ?
hace 18 años
e820mangler.S
Check to see if we've reached the end of the map before attempting to skip past an empty region, otherwise we end up generating an infinitely long e820 map. (Yes, there *are* real systems that provide e820 maps with a zero-length region at the end...)
hace 19 años
gateA20.c
Avoid draining the keyboard buffer during gateA20_set(). It shouldn't technically be necessary, because the "enable A20" command requires only that the keyboard controller is ready to accept input (i.e. that its input buffer is empty), and shouldn't also require that the keyboard is ready to send output (i.e. that its output buffer is also empty). See http://www.smsc.com/main/tools/io-bios/42i.pdf section 3.1 ("Command Invocation") for a justification.
hace 18 años
hidemem.c
Call hide_etherboot() from startup(), rather than requiring the prefix to do it.
hace 18 años
memmap.c
Make the getmemsize() prototype available in memsizes.h, for code that doesn't want to go to the hassle of processing a full memory map.
hace 18 años
pnpbios.c
Added PnP BIOS scanning code, separated out from the UNDI driver
hace 18 años