Displaying 6 results from an estimated 6 matches for "rd0".
Did you mean:
r10
2019 May 28
2
Instruction is selected, but it shouldn't (?)
...t;;
I also have specific instructions that can only use the SP, so I defined this as well
class T11sr16alu<string opcStr, string altOpcStr, SDNode opNode, bits<3> opcode, bits<2> mode>: Type11
<opcode, mode,
(outs GR16:$rd), (ins SSP:$sp, GR16:$rd0),
AsmStr< opcStr, altOpcStr, "\t$sp, $rd0, $rd">.n,
[(set GR16:$rd, (opNode SSP:$sp, GR16:$rd0)), (implicit SR)]>
{let Constraints = "$rd = $rd0";}
According to my understanding, instructions belonging to the T5rr16alu c...
2019 May 28
2
Instruction is selected, but it shouldn't (?)
...ific instructions that can only use the SP, so I defined this as well
>
> class T11sr16alu<string opcStr, string altOpcStr, SDNode opNode, bits<3> opcode, bits<2> mode>: Type11
> <opcode, mode,
> (outs GR16:$rd), (ins SSP:$sp, GR16:$rd0),
> AsmStr< opcStr, altOpcStr, "\t$sp, $rd0, $rd">.n,
> [(set GR16:$rd, (opNode SSP:$sp, GR16:$rd0)), (implicit SR)]>
> {let Constraints = "$rd = $rd0";}
>
>
> According to my understanding, instructi...
2014 Feb 09
0
Hurd boot difficulties.
...ot/kernel/ext2fs.static ext2fs \
--multiboot-command-line='${kernel-command-line}' \
--host-priv-port='${host-port}' \
--device-master-port='${device-port}' \
--exec-server-task='${exec-task}' -T typed gunzip:device:rd0 \
'$(task-create)' '$(task-resume)'
module /boot/kernel/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
And apparently at least most of these arguments are necessary to get Hurd
to boot. I don't have any idea if it is possible to pass that syntax int...
2004 Dec 28
1
OpenSSH 3.9p1 X11 forwarding
...9.5468 poll(0xFFBFF150, 2, -1) = 1
19279: 9.5469 sigfillset(0xFF042940) = 0
19279: 9.5469 sigprocmask(SIG_BLOCK, 0xFFBFF1E0, 0xFFBFF1F0) = 0
19279: 9.5470 sigprocmask(SIG_SETMASK, 0xFFBFF1F0, 0x00000000) = 0
19279: 9.5471 read(6, " k RD0 - v82190390D8D8 `".., 16384) = 64
19279: 9.5474 ioctl(-1, TCGETA, 0xFFBFEFAC) Err#9
EBADF
19279: 9.5476 ioctl(-1, TCGETA, 0xFFBFEFAC) Err#9
EBADF
19279: 9.5478 poll(0xFFBFF150, 2, -1) = 1
19279: 9.5479 sigprocmask(SIG_BLOCK...
2002 Feb 28
4
Update to solaris package creation
...pkgproto $PROTO_ARGS | \
awk '
- BEGIN { print "i pkginfo" }
- { $5="root"; $6="sys"; }
- { print; }' > prototype
+ BEGIN { print "i pkginfo"; \
+ split("/opt /etc /etc/init.d /etc/rcS.d /etc/rd0.d /etc/rc1.d /etc/rc2.d",sys_files); }
+ {
+ for (dir in sys_files) { if ( $3 != sys_files[dir] )
+ { $5="root"; $6="sys"; }
+ else
+ { $4="?"; $5="?"; $6="?"; break;...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking