Search Results

Search: Posts Made By: wljackhero
1,999
Posted By wljackhero
read sectors from disk failed with timeout
i'm writing some code to simulate the boot progress after power on
but when i try to read the 2nd sector from a floppy disk, this operation always fail with ah=0x80h which means timeout, how can i...
Forum: Linux 09-05-2011
2,652
Posted By wljackhero
read sectors from disk failed with timeout
i'm writing some code to simulate the boot progress after power on
but when i try to read the 2nd sector from a floppy disk, this operation always fail with ah=0x80h which means timeout, how can i...
Forum: Boot Loaders 09-02-2011
6,605
Posted By wljackhero
read sectors from disk failed with timeout
i'm writing some code to simulate the boot progress after power on
but when i try to read the 2nd sector from a floppy disk, this operation always fail with ah=0x80h which means timeout, how can i...
Forum: Programming 01-25-2011
2,197
Posted By wljackhero
libmonitor.so needs __ct__3ETDFv, but can not...
libmonitor.so needs __ct__3ETDFv, but can not find it at runtime, so you need to make sure that function can be found at runtime.
first you need to know where __ct__3ETDFv is, in another so or...
2,143
Posted By wljackhero
if pointer_to_the_struct is a pointer to the...
if pointer_to_the_struct is a pointer to the structure, then *pointer_to_the_struct is the first byte in the structure. so you a integer of 1
you should try
printf("%i",sizeof(struct xxx))
and...
4,415
Posted By wljackhero
how to replace a string in the last shell command
for example
the last command i run is:
tail -f 2010123114_mta2.wmwm.com_postfix-MDAD.log | grep XXXX
and i want to raplace '2010123114' with '2010123115', and i don't want to go back to the...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 11:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy