使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
robin.thoni
/
ipxe
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
11
百科
动态
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1556
提交
2
分支
目录树:
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
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 'd12770e254'
${ noResults }
ipxe
/
src
/
arch
/
i386
/
firmware
/
pcbios
文件历史
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.
18 年前
..
basemem.c
Provide {get,set}_fbms() in basemem.h.
18 年前
bios.c
Updated to REAL_CODE()
19 年前
bios_console.c
Engage brain: since when was zero >= 0x80 ?
18 年前
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...)
19 年前
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.
18 年前
hidemem.c
Call hide_etherboot() from startup(), rather than requiring the prefix to do it.
18 年前
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.
18 年前
pnpbios.c
Added PnP BIOS scanning code, separated out from the UNDI driver
18 年前