Main > Free Download Search >

Free amd64 software for linux

amd64

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 61
Slamd64 11.0

Slamd64 11.0


Slamd64 is an unofficial port of Slackware Linux to the x86_64 architecture. more>>
Slamd64 is an unofficial port of Slackware Linux to the x86_64 architecture; despite the name containing AMD64, Slamd64 should work both on K8 (AMD64) and EM64T (some Intel) processors.
Slamd64 includes the latest KDE desktop environments, and lots of updates, fixes, and improvements over the 10.2 release.
Enhancements:
- More than 7 months after Slamd64 10.2b, Slamd64 has now reached a very mature and stable stage. Release highlights: Updated to GCC 3.4.6, and now including gcj; added Mozilla Firefox 1.5.0.7, Mozilla Thunderbird 1.5.0.7, SeaMonkey 1.0.5; updated to udev 097, if installed, udev now replaces hotplug, and is much faster, now only one kernel is needed - huge26.s, based on 2.6.16.29; added pcmcicautils, Amarok, Ruby; the latest version of the popular K Desktop Environment, KDE 3.5.4; XFce 4.2.3.2; Apache 1.3.37; PHP 4.4.4....
<<less
Download (688MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1116 downloads
nVidia Linux Display Driver AMD64/EM64T 100.14.11

nVidia Linux Display Driver AMD64/EM64T 100.14.11


nVidia Linux Display Driver is the OpenGL nVidia support for graphic cards on Linux operating systems. more>>
nVidia Linux Display Driver is the OpenGL nVidia support for graphic cards on Linux operating systems.
Installation:
Type "sh NVIDIA-Linux-x86-100.14.09-pkg1.run" to install the driver. NVIDIA now provides a utility to assist you with configuration of your X config file.
Enhancements:
Added support for new GPUs:
- GeForce 7050 PV / NVIDIA nForce 630a
- GeForce 7025 / NVIDIA nForce 630a
Fixed console restore problems in several different configurations:
- Improved notebook GPU support.
- Quadro FX 4400 SLI
- VESA console
- Notebook LCD displays
- Improved support for House Sync with G-Sync II.
<<less
Download (11.3MB)
Added: 2007-06-22 License: Other/Proprietary License Price:
870 downloads
 
Other version of nVidia Linux Display Driver AMD64/EM64T
License:Other/Proprietary License
Download (11.2MB)
1080 downloads
Added: 2006-11-21
Yasm 0.6.1

Yasm 0.6.1


Yasm is a complete rewrite of NASM. more>>
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are under other licenses, see COPYING for details).
Yasm project is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, TASM, GAS, NASM etc.) in addition to multiple output object formats and even multiple instruction sets. Another primary module of the overall design is an optimizer module.
The core focus of Yasm is not the "yasm" commandline frontend; rather, it is the Libyasm library and associated LoadableModules? (see the ProgrammerReferences for documentation).
Libyasm and the modules are intended for reuse in other sorts of programs dealing with code at the assembly level (compilers, debuggers, etc). Someday, libyasm may be packaged separately from the rest of Yasm.
Key Current User-Visible Yasm major features:>
- Nearly feature-complete lexing and parsing of (preprocessed) NASM syntax?.
- AMD64 support (enabled using "BITS 64" and "-m amd64" option)
- 64-bit (and larger) integer constants allowed (including math operations).
- Internationalization support via GNU gettext.
- A simple 2-pass optimizer (its a bit better than the NASM one).
- The "real" NASM preprocessor (imported from NASMs source tree).
- Binary object file? output (NASM style).
- COFF object file? output, for use with DJGPP.
- Win32 object file? output (including Win64/AMD64 support).
- STABS debug format?.
- ELF32 and ELF64 object file output. No debugging information included at this point.
- Portability; currently compilable on:
- UNIX and compatibles (FreeBSD and Linux tested, GNU configure based autoconfiguration)
- DOS (using DJGPP)
- Windows (using Visual C++ or CygWin).
Key Internal Main features:>
- A NASM syntax parser written in yacc. This simplifies the source code and increases performance: yacc-generated parsers are almost always faster than hand-written ones. Also, yacc (and its GNU implementation, bison) is an extremely well-tested and well-documented tool.
- Architecture-specific instruction parsers hand-written for simplicity and size, as well as to make it easy to add additional architectures while retaining the same front-end syntax. The blend of yacc for syntax and a hand-written parser for instructions strikes a great balance between the strengths and weaknesses of each approach.
- A NASM syntax? lexer written in re2c. A highly efficient scanner generator (almost always faster than lex/flex), its also very embeddable due to its code generation methodology, allowing a number of re2c scanners to be used in various places in yasm without any worries about naming conflicts.
- Many of the modular interfaces at least superficially finished. This is still an area that needs a lot of work.
- A small set of portable equivalants of useful functions that are standard on some systems (detected via configure), such as the queue(3) set of functions, strdup, strcasecmp, and mergesort.
- A decent (and growing) set of assembler test input files to test the entire assembler as well as specific modules.
Important Differences from NASM:
- Yasm defaults to reading from standard input if no files are specified. When an input file is specified, Yasm behaves like NASM.
- A number of command line options are different. Run "yasm --help" for a quick command line option summary, or read the full yasm(1) manpage for detailed descriptions of all command line options.
Enhancements:
- This release adds SSE4.1 and SSE4.2 instruction support, a .set directive in the GAS parser, and allowing Mach-O custom sections.
- Bugfixes include fixes to AMD Pacifica (SVM) instructions, absolute section handling, RIP-relative cross-section references in bin output, and many others.
<<less
Download (1.1MB)
Added: 2007-06-16 License: BSD License Price:
876 downloads
Apt-Mirror 0.4.4

Apt-Mirror 0.4.4


Apt-Mirror is a small tool that provides the ability to mirror any parts of a Debian GNU/Linux distribution. more>>
Apt-Mirror is a small tool that provides the ability to mirror any parts (or even all) of a Debian GNU/Linux distribution or any other apt source.
Main features:
- It takes config similar to apts "sources.list"
- It is fully pool comply
- It supports multithreaded downloading
- It supports multiple architectures at the same time
- It can automatically remove unnecessary files
- It successfully works on overloaded internet channel
- It never makes inconsistent mirror including while mirroring
- It works on all POSIX complied systems with perl and wget
Installation
Debian users may just add to sources.list line deb http://apt-mirror.sourceforge.net/ apt-mirror/ and execute:
# apt-get update
# apt-get install apt-mirror
Rest users need to download sources and install it by hand:
download apt-mirror_xxx.tar.gz
extract it and put apt-mirror script to /usr/local/bin or somewhere similar
put mirror.list config file to /etc/apt/ (or any other place such as /usr/local/etc, but in this case do not forget to always specify full path to it in command line)
Enhancements:
- This release supports the following new architectures: amd64, hurd-i386, and sh.
- New configuration options were added.
- The default architecture identification on non-Debian systems was fixed.
<<less
Download (0.011MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1475 downloads
Udis86 1.5

Udis86 1.5


Udis86 is a binary file disassembler for x86/x86-64 with support for MMX, x87, 3Dnow! etc. more>>
Udis86/64 is (as of now) a binary file disassembler for the x86 and x86-64 (AMD64) architectures, capable of disassembling 16/32/64 bit binary files to AT&T or INTEL assembly language syntax.
[COPYRIGHt=1] Udis86 focuses on providing the basic disassembler functionality in executable format as well as a static library libudis86.a for use as the core of object/executable file diassembler programs.
Enhancements:
- Decode fixes.
- Fixed buffer overrun vulnerabilities. Input streaming is more robust now.
<<less
Download (0.10MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
835 downloads
gtk-gnutella 0.96.4

gtk-gnutella 0.96.4


gtk-gnutella is a GTK+ Gnutella clone. more>>
Gtk-Gnutella is a server/client for Gnutella. It runs on every Unix-like system which supports GTK+ (1.2 or above) and libxml. Gnome is not required.
It is currently developed and tested under Linux (Debian 2.2) and is known to run at least on Linux, FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, Tru64 UNIX (OSF/1), SGI IRIX, BeOS whereas CPU architectures include x86, AMD64, PowerPC, SPARC, MIPS.
gtk-gnutella project is released under the GNU General Public License (GPL).
Gtk-Gnutella is not finished yet, but it is fully functional: you may share, search, and download. And it is stable too, users usually just leave it run unattended for days.
Main features:
- Share files on the gnutella network (Limewire, BearShare, Xolox, Gnucleus, Shareaza, Morpheus ...)
- Compressed GNet connections
- Simultaneous downloading of files from multiple hosts (swarming)
- Passive searches
- Searching by urn:sha1: and magnet:
- Automatic aquisition of additional sources via download mesh and watching searches
- Powerful filtering engine
- Bandwidth management/limiting
- A lot of settings
- A lot of statistics
Enhancements:
- Features include server-side support for Tigertree hashes and THEX, improved spam filters, paused downloads, and a query syntax for easier creation of result filters.
- There were also many bugfixes and other changes.
<<less
Download (2.1MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
848 downloads
rstudio 0.6

rstudio 0.6


rstudio is a GTK+ GUI that controls programs used in recording, CD mastering, and managing a SHOUTcast server. more>>
rstudio project is a GTK+ GUI that controls programs used in recording, CD mastering, and managing a SHOUTcast server.
The "Radio Station" referred to here is a Shoutcast server. Before you can play any music on the station, you need to either record your own, or use a Peer-to-Peer program or other source to download some music.
The GTK-Gnutella button starts a peer to peer fileshareing program called GTK-Gnutella where you can get a wide variety of music free.
Start Radio station starts up the shoutcast server and its source client, which feeds an mp3 playlist to the server for broadcast.
The playlist file is created when you press the "Close" button in the playlist manager. The playlist manager lets you view either the downloaded files from GTK-Gnutella, or the permanent collection of files. You can select a file, then move it to the permanent collection, only if you are viewing the downloaded files. For either set, you may delete a file, or play it.
Audacity is a very versatile recording tool that can be used to create original content, or to record from other sources, such as a Shoutcast.com station, (or even your own shoutcast station).
Shoutcast.com button starts firefox, with the url of http://www.shoutcast.com so that you may listen to other shoutcast stations, or your own.
Kill XMMS stops any running xmms.
Quit exits rstudio.
GTK-Gnutella starts the P-2-P filesharing system.
K3B can be used to master audio CDs, or even mp3 data CDs that can be played on an mp3-compatible cd player or dvd player.
Enhancements:
- A shuffle playlist button was added.
- The audio player was changed to Audacious since Gentoo does not support XMMS.
- This version was tested on Gentoo AMD64 and Kubuntu 386.
<<less
Download (1.1MB)
Added: 2007-04-01 License: GPL (GNU General Public License) Price:
941 downloads
FreeBSD 7.2 / 8.0 Beta 1

FreeBSD 7.2 / 8.0 Beta 1


offers an innovative operating system for x86 compatible (including Pentium® and AthlonTM), amd64 compatible (including OpteronTM, AthlonTM64, and EM64T), ARM, IA-64, PowerPC, PC-98 and UltraSPARC® architectures. more>> <<less
Added: 2009-07-06 License: BSD License Price: FREE
downloads
 
Other version of FreeBSD
FreeBSD 6.2system for x86 compatible (including Pentium and Athlon), amd64 compatible (including Opteron, Athlon 64, and EM64T), IA-64, PC-98, Alpha/AXP and UltraSPARC architectures. It is derived
License:BSD License
Download (616.3MB)
1071 downloads
Added: 2007-01-15
License:BSD License
Download (511.4MB)
1255 downloads
Added: 2006-05-25
TLSWrap 1.04

TLSWrap 1.04


TLSWrap is a TLS/SSL FTP wrapper/proxy for UNIX and Windows, allowing you to use your favourite FTP client with any TLS/SSL-enab more>>
TLSWrap is a TLS/SSL FTP wrapper/proxy for UNIX and Windows, allowing you to use your favourite FTP client with any TLS/SSL-enabled FTP server.
Main features:
- Full encryption of both control and data connections (data encryption is optional, see README).
- Allows existing FTP clients to support Transport Layer Security/Secure Socket Layer.
it gives TLS/SSL support for existing ftp clients
- Works on both UNIX and Windows.
- One process handles all connections (non-blocking I/O).
- A helper process does hostname lookups so the main process is free for other work during slow lookups.
- Both C source and Windows executables for both 32-bit (x86) and 64-bit (x64: AMD64 and EM64T) systems are available.
- Proper support for X.509 certificates
Enhancements:
- This release fixes a bug that could cause crashes on some systems.
- TLSWTray has been upgraded to MFC 8.
<<less
Download (0.134MB)
Added: 2006-12-17 License: BSD License Price:
1043 downloads
Frinika 0.4.0

Frinika 0.4.0


Frinika is a free, complete music workstation program for Linux. more>>
Frinika is a free, complete music workstation program for Linux, Windows, Mac OS X Tiger, and other operating systems running Java 1.5 (J2SE5.0). Frinika features a sequencer, soft-synths, real-time effects, and audio recording.
Main features:
- Pure Java 1.5 = cross-platform
- Runs on Linux, Windows, Mac OSX Tiger and other platforms supporting J2SE5.0
- Old-school tracker inspired, but fully MIDI-compatible sequencer
- Simple mixer
- Automation through MIDI Control Change events
- Realtime effects (echo, distortion ++)
- Soft sampler with audio recording features
- Limited Soundfont V2 import
- Simple Analog synth
- Interacts with other sound-applications using JACK audio connection kit (Linux only)
- MIDI is native sequencer file format
- All real-time effect and synth params are controlled through MIDI events
- Can seperately load/save gear (synth setup & samples)
- Fully self-contained project files (including synth setup, samples and sequence)
- Direct export to WAV
Enhancements:
- Notation editor (View/Edit)
- Added import of Midi to existing project (TODO tempo logic)
- Moved some menu items from file to edit.
- Selecting new creates a project called "New" (removed file dialog)
- rasmusDSP drum soundfonts now play zero length notes.
- now using toot-r2-beta8 mixer (some API changes)
- pianoroll now treats zero duration notes as drum beats and displays as diamonds
- All libraries are now properties in build.xml
- (PJS) If somehow libpriority fails, dont crash the audioserver because of that....
- (PJS) libpriority for amd64
- (PJS) Added ant run target (runs the jar with 512m)
- (PJL) added configure setting for javasound server. Allow setting of: priority of audioprocess thread / underruns before server aborts START/STOP
- (PJL) support for multiplexed javasound IO devices. (e.g. 10 inputs appear in a single line)
- (PJL) Configure frame for adjusting audioserver setting (Javasound)
- (PJS) Watchdog-like functionality in PriorityAudioServer to prevent system from hanging
- (PJS) setVisible before setSize assures that the window doesnt open blank (happens always when using XGL (compiz/beryl))
- (PJL) Added setting to disable views or set cursor jump increment when playing (allows reduction of CPU load)
- (PJS) Frinika SynthRack only supported NoteOn vel 0, and not NoteOff messages
- (KH) Bugfix so that window doesnt become blank during playback
<<less
Download (0.76MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
902 downloads
gnuplanet64 green 2005

gnuplanet64 green 2005


gnuplanet64 is an AMD64 LiveCD based on Gentoo. more>> <<less
Download (210MB)
Added: 2006-01-02 License: GPL (GNU General Public License) Price:
1390 downloads
Valgrind 3.3.0

Valgrind 3.3.0


an award-winning instrumentation framework for building dynamic analysis tools more>> Valgrind is an award-winning instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.
The Valgrind distribution currently includes five production-quality tools: a memory error detector, a thread error detector, a cache and branch-prediction profiler, a call-graph generating cache profiler, and a heap profiler. It also includes two experimental tools: a data race detector, and an instant memory leak detector. It runs on the following platforms: X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux.
Valgrind is Open Source / Free Software, and is freely available under the GNU General Public License.
<<less
Download (4.31MB)
Added: 2009-04-20 License: Freeware Price: Free
191 downloads
 
Other version of Valgrind
Valgrind 3.2.3Valgrind runs on x86/Linux, AMD64/Linux and PPC32/Linux, several of the most popular platforms in use. Valgrind works with all the major Linux distributions, including Red Hat, SuSE, Debian
License:GPL (GNU General Public License)
Download (3.9MB)
909 downloads
Added: 2007-05-02
memtest86+ 1.70

memtest86+ 1.70


memtest86+ is an enhanced version of memtest86. more>>
memtest86+ is a memory tester which is based on memtest86 v3.0, and provides an up-to-date version of this useful tool, which aims to be as reliable as the original.
It has been fixed to work on AMD64 systems, and also properly detects all current CPUs and motherboard chipsets. The project supports ECC polling for AMD64, i875P, and E7205, and displays some useful settings for the most popular chipsets.
Enhancements:
- A new DMI polling feature was added.
- Support for Core/Core2 Solo/Duo/Quad CPUs was added.
- Support for AMD K8 with DDR2 Memory was added.
- Support for Intel CPUs with 192/384 KB L2 Cache was added.
- Support for FB-DIMM based memory (DMI) was added.
- Detection for ALI CyberAladdin-T (M1644) was added.
- Detection for Turion 64 X2 was added.
- Detection for AMD K8 with unknown chipsets was added.
- Support for ATi Radeon xPress 3200 was added.
- Support for Intel i975X was added.
- Support for Intel Q965/P965 was added.
- Support for Intel Q963/Q965 was added.
- Some bugs were fixed.
<<less
Download (0.14MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1036 downloads
V86-64 20070607

V86-64 20070607


V86-64 project is a simple linux kernel patch which allows legacy 8086 programs to run on modern x86-64 AMD and Intel processors more>>
V86-64 project is a simple linux kernel patch which allows legacy 8086 programs to run on modern x86-64 AMD and Intel processors. Currently 64-bit version of linux kernel lacks support of V86 mode because it is not supported in native operating mode (long mode) of these processors. But these processors still have possibility to run 8086 programs in legacy x86 mode. This patch exploits this feature.
Currently only vm86() system call is supported for 32-bit linux programs. Its also possible to add support for 64-bit programs by assigning it a system call number, but this is not done yet. The vm86_old() system call is not currently supported.
DOSEMU 1.4.0 / 1.2.2 (32-bit) works (tested with FreeDOS and PC-DOS 2000, Microsoft Windows 3.1 (DOSEMU 1.4.0)). DPMI also works.
SMP is supported, but has not been tested yet. SMP also has an issue with multithreading on memory area in addresses from 0x00110000 to 0x00113FFF (these 4 pages used by monitor to control V86 program) and can result in segfault on other threads of userspace monitor process. The solution is to avoid using these pages in userspace V86 monitors.
This patch is very experimental. Use it on you risk. It needs to be heavily tested.
Only AMD64 is tested. EM64T might also work, and needs to be tested.
Installation:
To install, apply patch to your kernel source tree.
For example: cd /usr/src; bunzip2
Source tree is expected to be located in directory "linux"
Then go to menuconfig and select "Executable file formats / Emulations ---> Virtual 8086 mode support" and rebuild a kernel.
Your kernel will have vm86() system call for 32-bit programs and DOSEMU will run 8086 code natively.
Direct I/O access and IRQ redirect should also work.
NOTE: You need 32-bit i386 version of DOSEMU, not x86-64!
This patch is for kernel 2.6.21.1. Other not so old kernels also may be patched without problem.
Enhancements:
- V86 monitor now works in a separate address space.
- The device driver interface no longer depends on the VM86_64 option and can be built as a separate module.
- A standalone package for v86dev that does not need the kernel to be rebuilt was provided.
- The kernel patch is now less invasive.
- Some serious bugs were fixed.
<<less
Download (0.017MB)
Added: 2007-06-09 License: GPL (GNU General Public License) Price:
869 downloads
Free Pascal Compiler 2.1.4

Free Pascal Compiler 2.1.4


Free Pascal Compiler is a 32/64-bit Pascal Compiler for AmigaOS, DOS, Linux, *BSD, OS/2, MacOS(X) and Win32. more>>
Free Pascal (aka FPK Pascal) is a 32 or 64 bit (from 1.9.6) pascal compiler. Free Pascal Compiler is available for different processors Intel x86, Amd64/x86 64 (from 1.9.6), PowerPC (from 1.9.2), Sparc (from 1.9.6) and Motorola 680x0 (1.0.x only).
The following operating systems are supported Linux, FreeBSD, NetBSD, MacOSX/Darwin, MacOS classic, DOS, Win32, OS/2, BeOS, SunOS (Solaris), QNX and Classic Amiga.
Main features:
- Very clean language Pascal is a very nice language, your programs will be more readable and maintainable than for example in C, and lets even forget about C++. And you dont need to give up the power, the Pascal language is as powerful as you want it.
- No Makefiles Unlike most programming languages, Pascal does not need Makefiles. You can save huge amounts of time, the compiler just figures out itself which files need to be recompiled.
- Pascal compilers are Fast with a big F and Free Pascal is no exception. Yes, you no longer need to grow roots while compiling your programs, just hit the compile key and its done, even for large programs.
- Each unit has its own identifiers In Pascal you never need to worry about polluting the namespace, like in C where an identifier needs to be unique accross the entire program. No, in Pascal each unit gets its own namespace and thats very relaxed.
- Integrated development environment Free Pascal comes with an IDE which work on several platforms, in which you can write, compile and debug your programs. You will save huge amounts of time using the IDE, the best programming friend you have.
- Great integration with assembler Do you think pascal is for wimps who need to learn programming? WRONG! Its excellent for high tech programming and for the supreme nerds among you we have the integrated assemblers. You can easily mix assembler code and Pascal code, in the language you wish? Prefer Intel styled assembler? No problem, if its needed Free Pascal will convert it to ATT for you. Do you want to convert your program into a source file for Nasm? No problem, and all ATT assembler in your source files is automatically converted.
- Object oriented programming And if you do the serious programming, you are of course very interested in object oriented programming. Use the Turbo Pascal and Object Pascal ways of OOP according to your taste. The FCL and Free Vision and provide you with the powerful object libraries you need. For your database needs we support PostgreSQL, MySQL, Interbase and ODBC.
- Smartlinking Free Pascals smart linker leaves out any variable or code that you do not use. That makes small programs small with a big S, while they are still statically linked, avoiding DLL hell!
- Distribution independence (Linux) As a result of this, software compiled by the Linux version of Free Pascal runs on any Linux distribution, making it much, much, easier to make your software support multiple Linux distributions.
- Available for a lot of platforms on several architectures Free Pascal is available for more platforms than most other Pascal compilers and allows easy cross-compiling, just change the target in the IDE and compile! And there is work going on for even more platforms and processors.
- Compatible Have existing code? Free Pascal is more compatible with it than any other Pascal compiler. We are almost completely compatible with Turbo Pascal and quite well compatible with Delphi source code. If you have code in another language, like C or assembler, just use favorite compiler for it and call it from Free Pascal.
Version restrictions:
- For the intel 80x86 version at least a 386 processor is required, but a 486 is recommended. For the motorola 680x0 version, a 68020 or later processor is recommended. In all cases, a minimum of 8 Megabytes of RAM is recommended, but the compiler is reported to work with 4 Megabytes of RAM.
<<less
Download (23.2MB)
Added: 2007-05-20 License: GPL (GNU General Public License) Price:
916 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5