lkml.org 
[lkml]   [1998]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: V2.1.106: CRC-error: SYSTEM HALTED
On Sun, 14 Jun 1998, Meino Christian Cramer wrote:

> Hi Yaroslav!
>
> Thanx for your reply.
>
> I am using chos instead of lilo and I have
> run it before rebooting -- otherwise
> I would not be able to boot a new kernel,
> cause lilo/chos wouldn't know, that there
> is a new one to be integrated into the boot
> sector.
>
> KEEP HACKING!
> meino

Change the code in arch/i386/boot/setup.S to:

---
a20_wait:
inc ax
mov [0x0],ax ! any unused memory location < 64K
seg es
cmp ax,[0x10] ! corresponding HMA address
je a20_wait ! loop until no longer aliased
pop es
pop ds
---

(The 0x0 and 0x10 used to be 0x7something, but this memory address
could be used.)

Simon-


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.041 / U:1.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site