Date: Wed, 4 Oct 2000 20:31:44 -0700 From: Jonathan Lemon <jlemon@hub.freebsd.org> To: ia64@freebsd.org Subject: simulator Message-ID: <20001004203144.I1399@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
I can't quite figure out what I'm doing wrong here; I have the kernel compiled, and loaded into the ski simulator. I'm able to use 'symlist' to show the symbols, but for some reason, all of the instructions appear as 0. objdump --disassemble kernel seems to show the correct code: kernel: file format elf64-ia64-little Disassembly of section .text: e000000000500000 <locorestart>: e000000000500000: 04 00 00 00 01 80 [MLX] nop.m 0x0 e000000000500006: 00 00 00 00 60 00 movl r8=0xe000000000910000 e00000000050000c: 01 20 02 68 e000000000500010: 05 00 00 00 01 80 [MLX] nop.m 0x0 e000000000500016: 00 00 00 00 60 20 movl r9=0xe000000000 Is there something I need to do in order to get this loaded into the ski simulator correctly? The documentation is umm... a little sparse. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001004203144.I1399>