Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jakethecake

    x86 Assembly, multiplication of 2 64 bit integers on 32 bit processor

    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...
  2. jakethecake

    x86 Assembly, multiplication of 2 64 bit integers on 32 bit processor

    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...
  3. jakethecake

    Postfix SPF DNS problem

    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...
  4. jakethecake

    Postfix SPF DNS problem

    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...
  5. jakethecake

    Autofs NIS problem

    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?
  6. jakethecake

    Autofs NIS problem

    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)...

Part and Inventory Search

Back
Top