From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <18266fe8736f580256f66f05b5b236e6@plan9.bell-labs.com> From: David Presotto To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] (no subject) Date: Sat, 21 Jun 2003 15:15:52 -0400 Topicbox-Message-UUID: d5aee224-eacb-11e9-9e20-41e7f4b1d025 Has anyone had problems with ld.com? On my old pentium, running ld.com gets as far as the greeting and then the screen clears and the machine reboots. Browsing sourcedump it looks like boot/pc/l.s changed a constant from 0x08000 to 0x90000 (withough changing the comment that says 24K for page tables.) Putting that value back seems to fix the problem, but am I causing some other problem by doing that? Updated /sys/src/boot/pc and /386/{ld.com, 9pxeload, 9load} By the way, the 24k in the comment refers to the size of the tables, not the location they sit at. I added an ifdef for 9pxeload to set it to a value that doesn't overwrite where PXE bios sticks the downloaded program. I feel so unclean.