Search:

Type: Posts; User: sunk22

Search: Search took 0.01 seconds.

  1. how to align linux address which is created using kmalloc

    I was given a task where I need to send the address(ex: 0x2add0010) to the firmware in which the lower 6 bits are reserved I need to send the address accordingly.

    Could you please tell how to...
  2. Replies
    2
    Views
    1,063

    Need to specify the PATH in C

    I using the system command to run an executable file.
    for that I need to specify path for the input file and then the output file.
    Right now I'm specifying the path manually i.e. the path according...
  3. Replies
    9
    Views
    4,468

    Thank you.

    Thank you.
  4. Replies
    9
    Views
    4,468

    Great. It did work. The _ _int64 keyword...

    Great. It did work.

    The _ _int64 keyword declares a new type, a 64-bit (8-byte) integer.

    So this specific to only windows right?
  5. Replies
    9
    Views
    4,468

    I have it included

    I have it included
  6. Replies
    9
    Views
    4,468

    typedef _int64 bit64; [/B]typedef...

    typedef _int64 bit64;
    [/B]typedef unsigned int bit32;
    typedef unsigned short bit16;
    typedef unsigned char bit8;

    typedef bit32 HBA_HANDLE;
    typedef bit32 ...
  7. Replies
    9
    Views
    4,468

    Compilation Error

    Hi,

    I'm new to c programming language.
    I trying to compile a project. but I get a compilation error.

    ||=== , Debug ===|
    C:\Users\Windows\..\common\..\Windows\ostypes.h|57|error: expected...
Results 1 to 7 of 7