Search the web
Sign In
New User? Sign Up
DesktopLinuxAsm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 105 - 134 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
105
Hi all, I've been thinking about promoting a guideline for functional programs. About the only programs we hear about are the big GUI programs and the command...
jeff
rabidrecluse
Offline Send Email
Sep 1, 2007
5:32 pm
106
... Hi Frank, I confused you, that code was not created by fasm, it is inside the assembler. Fasm is written in assembler and is full of non-standard program...
jeff
rabidrecluse
Offline Send Email
Sep 1, 2007
5:42 pm
107
Okay. Sounds good to me - I'll pass it on to a.l.a. We're having a discussion about Linux and its suitability for "Joe User". This might draw some comment... ...
Frank Kotler
fbk69
Offline Send Email
Sep 1, 2007
7:59 pm
108
Hi all This is a collection of comments: I've added the SFF (Small, Fast, Friendly) guideline to my web page. I've been testing AsmBug with Fasm and ran into...
jeff
rabidrecluse
Offline Send Email
Sep 1, 2007
8:28 pm
109
Hi all This is a discussion of the ELF format. Three AsmIDE programs (AsmDis,AsmSrc, and AsmBug) try to use a common ELF decoding engine. It started out as a ...
jeff
rabidrecluse
Offline Send Email
Sep 6, 2007
3:28 pm
110
Hi all AsmIDE continues to make progress. The latest release adds some bug fixes and enhanced ELF utilities. What's New (Release 0.9.44) This release is...
jeff
rabidrecluse
Offline Send Email
Sep 16, 2007
4:52 pm
111
What would make AsmIDE useful to others? I'm thinking about the next project and wondering if it should run on the console? It may be possible to create a...
jeff
rabidrecluse
Offline Send Email
Sep 17, 2007
9:21 pm
112
... I want to tell you something encouraging because I think your ASM project for Linux is a good thing. But to be honest I spend most of my time these days...
Steven Nichols
sdn@...
Send Email
Sep 18, 2007
1:51 pm
113
... Hi Steven, I use the kernel database as a notepad to record how kernel calls behave. Over time It should improve in accuracy, but at this point will have...
jeff
rabidrecluse
Offline Send Email
Sep 19, 2007
1:32 pm
114
jeff <jko@...> wrote:2. Write a magazine article and submit it. (My writing is awful, but nothing ventured...) I've just recently received word back from...
Nathan Baker
evenbitnb
Offline Send Email
Sep 20, 2007
2:56 pm
115
On a newsgroup someone was asking about finding duplicate disk files. I think it was on comp.lang.asm.x86 but not sure. There were a lot of responses and one...
jeff
rabidrecluse
Offline Send Email
Sep 21, 2007
4:17 pm
116
... Thanks, I hacked a short article together and sent it in. Just for fun I also sent an article to Linux Format. I can't remember ever seeing an assembler...
jeff
rabidrecluse
Offline Send Email
Sep 21, 2007
8:40 pm
117
Here is a puzzle for assembler guru's and anyone who needs a diversion. Bill Gates has spent the last year working on a virus to destroy Linux. To complete...
jeff
rabidrecluse
Offline Send Email
Sep 26, 2007
2:38 pm
118
Apply online for the IT Jobs Online. http://www.thecsjobs.com...
wan.zainal
Offline Send Email
Sep 28, 2007
7:42 pm
119
Genuine Lifetime Income!! www.moreinfo247.com/9623416/CB <http://www.moreinfo247.com/9623416/CB> Earn!! à 5000 US Dollars per month without...
meenu_f1
Offline Send Email
Sep 30, 2007
12:56 pm
120
Genuine Lifetime Income!! www.moreinfo247.com/9623416/CB <http://www.moreinfo247.com/9623416/CB> Earn!! à 5000 US Dollars per month without...
meenu_f1
Offline Send Email
Sep 30, 2007
12:57 pm
121
Hi All, There were zero responses to the posted puzzle, I now plan to add it to the web page without the solution. ... other news... I've been working on a...
jeff
rabidrecluse
Offline Send Email
Sep 30, 2007
3:25 pm
122
Genuine Lifetime Income!! www.moreinfo247.com/9623416/CB <http://www.moreinfo247.com/9623416/CB> Earn!! à 5000 US Dollars per month without...
meenaf5
Offline Send Email
Oct 3, 2007
6:20 am
123
Hi all, I'm slowly working on AsmTrace and needed to update AsmRef with the latest kernel information. It took a few weeks and was a much bigger job than...
jeff
rabidrecluse
Offline Send Email
Oct 7, 2007
3:54 pm
124
Hi all, The last AsmRef release had a few bugs reported. I've uploaded a new version to SourceForge. ...
jeff
rabidrecluse
Offline Send Email
Oct 9, 2007
1:33 pm
125
Hi all, I've started updating the individual AsmIDE programs and putting them on sourceforge. So far the following have been done: ...
jeff
rabidrecluse
Offline Send Email
Oct 9, 2007
8:52 pm
126
jeff <jko@...> wrote: Next, I plan to look at the sendfile kernel function in combination with mmap. Both of these functions are confusing me. I wonder...
Nathan Baker
evenbitnb
Offline Send Email
Oct 10, 2007
1:24 pm
127
... The mmap article sounds interesting. It is possible the data will fit Linux also? My study suggests much of mmap's advantage has to do with the virtual...
jeff
rabidrecluse
Offline Send Email
Oct 11, 2007
1:55 pm
128
Hi, all Here is another puzzle. ... Microsoft started taking Linux users to court with claims of stolen code. They also entered the Linux market with their own...
jeff
rabidrecluse
Offline Send Email
Oct 11, 2007
1:56 pm
129
... The mmap article sounds interesting. It is possible the data will fit Linux also? The same "theory" stuff should hold true in Linux... just the details...
Nathan Baker
evenbitnb
Offline Send Email
Oct 11, 2007
11:40 pm
130
... I think this description fits Linux also, although I'm not sure if memory is handled exactly the same. There is a lot of discusson about locking memory...
jeff
rabidrecluse
Offline Send Email
Oct 12, 2007
2:55 pm
131
Hi, all The web page has been updated and the list of projects at sourceforge has grown. The web page now includes all the puzzles and their answers. Also a...
jeff
rabidrecluse
Offline Send Email
Oct 14, 2007
5:28 pm
132
Hi, all I've been working on the kernel functions "mmap" and "sendfile", and this is what i've learned: 1. Grep and other utilitities use "mmap2" not mmap....
jeff
rabidrecluse
Offline Send Email
Oct 15, 2007
4:06 pm
133
I've been chasing bugs all week, and need to vent... UNIX programming is confusing at times and the X86 instruction set is big stack of patches upon patches. I...
jeff
rabidrecluse
Offline Send Email
Oct 21, 2007
5:33 pm
134
Hi all, I've added notes about memory managers to AsmLib source. Here is a copy if anyone is interested in the design. AsmLib Memory Manager Notes ... All...
jeff
rabidrecluse
Offline Send Email
Oct 23, 2007
4:47 pm
Messages 105 - 134 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help