From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200209170239.g8H2dhv236945@mail-o.cc.titech.ac.jp> To: 9fans@cse.psu.edu From: YAMANASHI Takeshi MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] /sys/src/^(9 boot)^/pc/memory.c Date: Tue, 17 Sep 2002 11:40:12 +0900 Topicbox-Message-UUID: ec9a562c-eaca-11e9-9e20-41e7f4b1d025 I noticed boot/pc/memory.c has the line: p = KADDR(0xD0000); /*RSC: changed from 0xC0000 */ but 9/pc/memory.c remains still: p = KADDR(0xC0000); I don't know what I did, but without changing the 9/pc/memory.c according to boot's, 3C562 didn't work on my laptop (MITSUBISHI Pedion). Russ> > I still do one-machine kernel development more often > than I'd like, and it's just no fun. I had to do one-machine kernel investigation in this case for I have only one laptop. It was somewhere between reasonable pain and extreme fun. --