flat assembler
Message board for the users of flat assembler.

Index > Linux > linux 2.6+ system calls reference

Goto page Previous  1, 2, 3, 4  Next
Author
Thread Post new topic Reply to topic
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8358
Location: Kraków, Poland
Tomasz Grysztar 17 Oct 2006, 10:28
vid wrote:
prefixing octal numbers with "0" is the most stupid thing i ever saw...

For this reason it was removed in fasm 1.47. Wink
Post 17 Oct 2006, 10:28
View user's profile Send private message Visit poster's website Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 17 Oct 2006, 10:45
orbital_fox wrote:
i would recomment that u create a web accessible version tooo..

SF provides web space Wink

Yeah, I was thinking about that too. But at the moment it will be just too much hustle to maintain the online version, since the reference is not finished yet and I change or add stuff to it on a daily basis. Also I want to make it more browser friendly before going online, but due to my rather limited web-programming experience that's gotta take a while Confused
Post 17 Oct 2006, 10:45
View user's profile Send private message Reply with quote
orbital_fox



Joined: 08 Sep 2006
Posts: 14
orbital_fox 17 Oct 2006, 23:23
if u want i can give u hand Wink

U could be using an online system to manage it, and when the user want to download the latest version, the system will suck out everything it has at the current stage, into an one bandle html thingy or something..

Easy to be done Wink and its gonna make u keeping the online version faster and easier up to date.. and edits piece of cake Wink

_________________
http://section-9.co.nr
Post 17 Oct 2006, 23:23
View user's profile Send private message Visit poster's website Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 18 Oct 2006, 11:47
The release package, besides of the documentation (sorry, the thread's name may be misleading) also contains a bunch of other things like supplementary utilities and applications. Which are not very numerous at the moment, but will grow in the number and the reference eventually will become a much smaller fraction of this project.

If this was only a pure documentation maybe it would be better to do this through online management, but I afraid it's not an option for the current (and future) state of this project.
Post 18 Oct 2006, 11:47
View user's profile Send private message Reply with quote
llaurrentt



Joined: 02 Nov 2006
Posts: 13
Location: Liège / Belgium
llaurrentt 04 Nov 2006, 09:18
Welll, as syscall numbers show, this package is for 32bits (int 80h) programming. Is there any known project for a similar package targeting 64bits (syscall) programming?
Post 04 Nov 2006, 09:18
View user's profile Send private message MSN Messenger Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 04 Nov 2006, 09:57
Sorry, I am not aware of any similar project for 64bit.
I am planning to port this one to 64bit, but due to some time shortage issues it may take a while.
Post 04 Nov 2006, 09:57
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 05 Nov 2006, 16:48
do you have some website?
Post 05 Nov 2006, 16:48
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 05 Nov 2006, 17:31
website?
Post 05 Nov 2006, 17:31
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 05 Nov 2006, 17:43
some site for this project. I am going to mention you in credits, and i want to provide link to project. or should i use link to this thread?

[edit] Got it - sourceforge site. sorry to bother
Post 05 Nov 2006, 17:43
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 05 Nov 2006, 17:55
vid,
credits of what?
Post 05 Nov 2006, 17:55
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 05 Nov 2006, 19:24
FASMLIB. i am using your linux reference
Post 05 Nov 2006, 19:24
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 05 Nov 2006, 19:37
ah, ok. Smile

I must confess though, I haven't yet checked the FASMLIB.. downloaded it almost a month ago but still trying to scrape some time to take an in deep look..
Post 05 Nov 2006, 19:37
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 05 Nov 2006, 20:10
don't check it now. soon there will be new version, with much new.
Post 05 Nov 2006, 20:10
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
ronware



Joined: 08 Jan 2004
Posts: 179
Location: Israel
ronware 01 Dec 2006, 16:27
Excellent reference, תודה רבה!
Post 01 Dec 2006, 16:27
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 01 Dec 2006, 17:18
בבקשה Wink
Post 01 Dec 2006, 17:18
View user's profile Send private message Reply with quote
Nikolay Petrov



Joined: 22 Apr 2004
Posts: 101
Location: Bulgaria
Nikolay Petrov 02 Dec 2006, 21:48
arafel xlib example is not very correct.
for example function XNextEventn call the XFlush and XFlush not necessary. second - why you didn't close the window and connection?
Post 02 Dec 2006, 21:48
View user's profile Send private message Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 03 Dec 2006, 15:16
Nikolay Petrov wrote:
why you didn't close the window and connection?
Connection to display closes automatically when process exits (pending errors are just not reported). But you are right, it's a good programming practice to close it. I'll fix this.
Nikolay Petrov wrote:
function XNextEventn call the XFlush and XFlush not necessary.
Didn't knew that...

Thanks Nikolay!
Post 03 Dec 2006, 15:16
View user's profile Send private message Reply with quote
a16b03



Joined: 24 Jan 2006
Posts: 43
Location: Riga, Latvia
a16b03 07 Dec 2006, 21:48
I think i found tiny mistake.

sys_getpgrp

Title is wrong it's sys_getpgid.

Litle tip:
There's some syscalls very similar. Here's some example. It Would be great if you would add bit more info on them.
Post 07 Dec 2006, 21:48
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 26 Dec 2006, 18:54
Hi,

I have uploaded a new release to the sf.

Additional 30 or so syscall's documentation has been reviewed/tested.
Some slight inaccuracies fixed.
Additional definitions for include files.
Also, Bogdan kindly pointed me on his awesome Perl scripts which should make a nice addition to this package.

Enjoy Smile


Last edited by arafel on 26 Dec 2006, 18:56; edited 1 time in total
Post 26 Dec 2006, 18:54
View user's profile Send private message Reply with quote
arafel



Joined: 29 Aug 2006
Posts: 131
Location: Jerusalem, Israel
arafel 26 Dec 2006, 18:55
a16b03,

Sorry, for some reason I didn't saw your last post up until now Sad.
I'll fix it in the next update. Thanks!
Post 26 Dec 2006, 18:55
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3, 4  Next

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.