patch-1.3.28 linux/arch/alpha/kernel/setup.c
Next file: linux/arch/alpha/vmlinux.lds
Previous file: linux/arch/alpha/kernel/process.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Sep 18 08:54:06 1995
- Orig file:
v1.3.27/linux/arch/alpha/kernel/setup.c
- Orig date:
Sun Sep 3 12:26:49 1995
diff -u --recursive --new-file v1.3.27/linux/arch/alpha/kernel/setup.c linux/arch/alpha/kernel/setup.c
@@ -55,7 +55,7 @@
* code think we're on a VGA color display.
*/
struct screen_info screen_info = {
- 0, 0, /* orig-x, orig-y */
+ 0, 25, /* orig-x, orig-y */
{ 0, 0 }, /* unused */
0, /* orig-video-page */
0, /* orig-video-mode */
@@ -97,7 +97,7 @@
set_hae(hae.cache); /* sync HAE register w/hae_cache */
wrmces(0x7); /* reset enable correctable error reports */
- ROOT_DEV = 0x0802; /* sda2 */
+ ROOT_DEV = to_kdev_t(0x0802); /* sda2 */
command_line[COMMAND_LINE_SIZE - 1] = '\0';
strcpy(command_line, COMMAND_LINE);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this