Search:

Type: Posts; User: charleswong

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,349

    Thanks for reply. Why do I want to develop a...

    Thanks for reply. Why do I want to develop a PPPoE client?

    As limited resources are loaded in Windows safe mode, PPPoE can't run in safe mode. I want to develop a client, which can even be run in...
  2. Replies
    2
    Views
    1,349

    PPPoE client development

    Hi,

    If I want to develop a PPPoE client, where should I start? I mean what knowledge / technical skill should I possess?
  3. Replies
    2
    Views
    7,421

    Hammer, Thanks.

    Hammer,

    Thanks.
  4. Replies
    2
    Views
    7,421

    mask password input

    Hi,

    I'm developing a login menu, which requires user id and password.
    How can I mask the password input while it is being input? In other words, only "*" or spaces are shown when password is...
  5. Replies
    9
    Views
    2,081

    Salem, Do you mean that Linux overwrites the...

    Salem,

    Do you mean that Linux overwrites the contents of these memory areas?
  6. Replies
    9
    Views
    2,081

    When a PC boots up, some memory areas are...

    When a PC boots up, some memory areas are reserved to contain initialization data. I want to access and display information on these specific memory addresses. Any possible solution in Linux?
  7. Replies
    9
    Views
    2,081

    segmentation fault

    Hi,

    I'm writing a C program in Linux to display memory content of BIOS data area at segement 0040h with offset 0013h. Below is my program:

    #include <stdio.h>

    int *ptr;

    int main(void)
    {
Results 1 to 7 of 7