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.
H. Peter Anvin
39b68976ac
x86, setup: When probing memory with e801, use ax/bx as a pair
...
When we use BIOS function e801 to probe memory, we should use ax/bx
(or cx/dx) as a pair, not mix and match. This was a typo during the
translation from assembly code, and breaks at least one set of
machines in the field (which return cx = dx = 0).
Reported-and-tested-by: Chris Samuel <chris@csamuel.org>
Fix-proposed-by: Thomas Meyer <thomas@m3y3r.de>
Link: http://lkml.kernel.org/r/1303566747.12067.10.camel@localhost.localdomain
14 years ago
..
compressed
x86, build: Make sure mkpiggy fails on read error
14 years ago
tools
…
.gitignore
…
Makefile
x86, setup: reorganize the early console setup
15 years ago
a20.c
…
apm.c
…
bioscall.S
…
bitops.h
…
boot.h
x86, setup: move isdigit.h to ctype.h, header files on top.
15 years ago
cmdline.c
x86, setup: reorganize the early console setup
15 years ago
code16gcc.h
…
copy.S
…
cpu.c
…
cpucheck.c
…
ctype.h
x86, setup: move isdigit.h to ctype.h, header files on top.
15 years ago
early_serial_console.c
x86, setup: Fix earlyprintk=serial,0x3f8,115200
15 years ago
edd.c
…
header.S
…
install.sh
…
main.c
x86, setup: enable early console output from the decompressor
15 years ago
mca.c
…
memory.c
x86, setup: When probing memory with e801, use ax/bx as a pair
14 years ago
mkcpustr.c
x86: Remove trailing spaces in messages
15 years ago
mtools.conf.in
…
pm.c
…
pmjump.S
…
printf.c
x86, setup: reorganize the early console setup
15 years ago
regs.c
…
setup.ld
…
string.c
x86, setup: Make the setup code also accept console=uart8250
15 years ago
tty.c
x86, setup: reorganize the early console setup
15 years ago
version.c
…
vesa.h
…
video-bios.c
…
video-mode.c
…
video-vesa.c
…
video-vga.c
x86, setup: Set ax register in boot vga query
15 years ago
video.c
x86, setup: When restoring the screen, update boot_params.screen_info
15 years ago
video.h
…