So this is what I've got now:
SECTION .data
SECTION .text
ALIGN 16
BITS 32
AL_OFF EQU 8 ; Offset from EBP to low bits of a (AL)
AH_OFF EQU 12 ; Offset from EBP to high bits of a (AH)
BL_OFF EQU 16 ; Offset from EBP to low bits of b (BL)
BH_OFF EQU 20 ; Offset from EBP...
Hi I want to write an x86 assembler function that multiplicates two 64 bit integers on a 32 bit processor. It has the following C signature:
void llmultiply(unsigned long long int l1, unsigned long long int l2, unsigned char *result);
The result of l1 * l2 are to be but in an array pointed to...
Hi I have a Postfix mail server in a Debian Linux network and used to be able to connect to it on port 25 via telnet. I also have working DNS on the server.
I added this MX record to the DNS zone file:
@ IN MX 10 server.c4.sysinst.ida.liu.se.
It worked fine after that also but then I...
Hi I have a Postfix mail server in a Debian Linux network and used to be able to connect to it on port 25 via telnet. I also have working DNS on the server.
I added this MX record to the DNS zone file:
@ IN MX 10 server.c4.sysinst.ida.liu.se.
It worked fine after that also but then I...
Thanks,the folders shows up on the client after ypcat has been issued, doesn't seem that "auto" though if you have to write ypcat every time. Or is it just a one time thing?
Hi I'm trying to automount some folders om my server to users on clients using nis maps but I'm just getting the "failed to load map, exiting" in daemon.log. Here are my files:
/etc/exports on server:
/home1 130.236.189.216/29(rw,fsid=1)
/home2 130.236.189.216/29(rw,fsid=2)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.