General :: Installing Ia32build (Intel Assembler)?

Aug 28, 2010

I am looking for a assembler, in my college there is a ia32build assembler. I have tried searching it in Google, but I can't find it. I have x86 processor and I want to install it in Ubuntu 10.4.

Edit 1 : I am not sure about the assembler name but we assemble it by ia32build command.

Edit 2 : The syntax is quite different from nasm. Here's my sample code.

.intel_syntax noprefix
.text
msg: .asciz "Hello World !"[code].....

View 2 Replies


ADVERTISEMENT

General :: Installing Fedora - Media Test Failure Exiting Intel Boot Agent

Jul 1, 2010

I tried to install fedora in my pc. First I insert fedora dvd and install as per procedure then finally system says like that your installation is completed please reboot ur system. So, before reboot I tried to eject my fedora dvd but it couldn't come out. So after click reboot I eject that dvd. And I got error msg like "media test failure exiting intel boot agent". How can I overcome this error.

View 3 Replies View Related

Programming :: Use Absolute Sections In Gnu Assembler?

Feb 14, 2011

how to use absolute sections in gnu assembler?

View 2 Replies View Related

Software :: How To Install Tsam ( Turbo Assembler )

Mar 4, 2010

presently am doing an LTSP project i have sucessfully insatlled DosBox and Oracle in fedora9 now i wanted to install tsam ( Turbo Assembler )

View 1 Replies View Related

Programming :: Write A Module In Pure Assembler?

Jan 16, 2010

I need to write a module in pure assembler.Now the linker needs symbols out of the kernel library to link to ( module_init, module_exit, printk).Does anybody know the kernel library name, or are these symbols only in the compressed kernel image (vmlinuz) ?And if, how can I link to a compressed kernel image ?

View 6 Replies View Related

Programming :: An Assembler Directive To Interpret All Constants In Hexa?

Jul 9, 2011

GNU assembler 2.17 And without having to prefix them. I'm skimming through as info page and can't find any pseudo operator or assembler directive of this type. E.g. 74 would be a decimal number. But I want it to be hexa 74 without the need to write 0x74.

NOTE: as is the GNU assembler.

EDIT: Google led me to discover this:

Quote:

If you write numbers without an explicit indication of the base, the most recent `.RADIX S' command determines how they are interpreted. However, on the one hand, it says the most recent and, on the other one, it applies to GASP, the GNU assembler preprocessor. IDK if it is the same as as (the GNU assembler).

View 2 Replies View Related

Programming :: GCC Inline Assembler Doesn't Even Support Local Variable?

Jul 3, 2010

It's good that GCC support intel inline disassembly syntax, but it cannot even simply address local variables/parameters properly, making itself stupid and essentially useless, look at the following:

int myfunc(float f){
int x;
float fa[8];
asm(".intel_syntax noprefix
"
"mov eax, [x]

[Code]...

View 1 Replies View Related

Programming :: Traverse Byte Array In Assembly Using Nasm As Assembler?

Jun 16, 2010

I am trying to learn assembly using nasm as assembler. I did not found example related to string operation. I had following example code,

global asm_strlen
section .data
section .bss
section .text

[code].....

my problem is at highlighted line, I am not getting how to copy a byte into 4 byte reg. rather what is syntax of mov instruction to mov byte to WORD DWORD etc.

View 3 Replies View Related

Fedora Installation :: Installing 12 - 32-bit And 64-bit To Intel I5 Cpu

Apr 7, 2010

I just got a new desktop PC with Intel i5 650 Dual Core 3.2GHz 4M Turbo. I would load up the installation cd, once I selected to install the screen would go blank and nothing happens. Centos 5.4 work, but I just want Fedora 12 installed.

View 5 Replies View Related

Debian :: Installing The Lenny On Intel SS4000e?

Feb 26, 2011

i was going to do this project of installing Debian on a NAS Intel SS4000e . The part i got stuck is that i cannot stop the Redboot from booting up. i.e using CTRL+C. The NAS uses the latest firmware from Intel Ver1.4 . The serial cable is tested and i used the following pin out [URL]... nsoleCable and the comport settings are as follows

View 1 Replies View Related

Ubuntu :: Installing In A Intel S875WP1-E With Raid?

Oct 29, 2010

I have a server with an Intel S875WP1-E motherboard and 4 HD of 400Gb each. If i use the raid utility from the motherboard it doesn't appear during disk detection, so i disabled it. I've rebooted and launch installer from the DVD and it displays correctly 4 HD. I've configured them, installed the OS and installed GRUB in MBR (grub install /dev/sda /dev/sdb /dev/sdc /dev/sdd). But when i reboot it asks me to switch for a correct system disk.

I've look into BIOS configuration. If i make a raid array using the bios utility, i can choose any array in boot device priority, but if there is no array defined, i can't select anythig (but the DVD drive).

View 1 Replies View Related

Ubuntu Networking :: Network Connection Upon Installing 10.04 With Intel (R) Pro 100 /ve

Jun 2, 2010

I've just installed ubuntu 10.04 via wubi through windows 7. Installation seems to have worked fine but i'm having trouble establishing a network connection. The network card is an Intel (R) Pro 100 /ve. It seems that the card has tried to establish a connection via IPv6, when I believe it should be connecting via IPv4.

View 2 Replies View Related

Ubuntu :: Installing Intel HD Graphics Drivers On Maverick 10.10?

Nov 28, 2010

I am totally new to Ubuntu but have been tinkering for a week now. Can't say I have figured a thing out, thank God for Google, Linux is just not for the novice user. I guess thats where Windows comes in but I really like the stability of Linux and the fact it is Open Source and free. Wish I was a cool programmer or someone who has worked with the OS for a while, that would make things a lot easier. Where can I study up and get a little more educated about what I am doing? Anyway hopefully someone can answer the driver question. Lastly is there anyway to get Hardware Acceleration if using an Intel i5 system?

View 3 Replies View Related

CentOS 5 Hardware :: Installing 5.4 X86_64 On Intel Core I7?

Apr 28, 2010

I'm trying to setup CentOS 5.4 x86_64 on a new machine but am running into problems. The machine is: CPU: Intel Core i7-860 RAM: 4GiB DDR3 Motherboard: Intel DQ57TM When booting from the disc, I get to the initial splash screen but almost immediately after that, I get a kernel panic.

None of the lines leading up to it mean much to me so I'm not sure what to copy here but the last line says: <0>Kernel panic - not syncing: Fatal exception

View 14 Replies View Related

Fedora :: Installing Intel Compiler - Missing Critical Pre-requisite ?

Dec 30, 2009

I am trying to install the intel compiler onto my 64 bit machine to compile fortran and I cannot get past this error.

When I run the install package it looks for the neccesary pre requisites tell me that I need

I was trying to follow this guide [url] and the only library that installed correctly was the last one, the 64 bit one.

When i type yum install (one of the above libraries) it comes back and says that it is already present which cannot be correct since the install program asks for them.

View 1 Replies View Related

OpenSUSE Install :: Blank Screen After Installing On Core I3 (VGA Intel HD 4500)

May 8, 2010

I installed 11.2 on a Lenovo G460

CPU: Core i3
Graphic: Intel HD 4500

And I got a black screen. Installation media (DVD) is healthy.

View 1 Replies View Related

Ubuntu Networking :: No Wireless After Installing Ndiswrapper T61 With Intel 4965AGN Wireless Card

Dec 31, 2010

I have lenovo thinkpad, T61 with Intel 4965AGN wireless card. It is a N card, it works under N mode in windwos, but not in Ubuntu (10.10). I installed ndiswrapper and got the windows xp drivers for this card. the issue is that i got an error when installing the drivers and since then I cannot use wireless.

The error i got is: Code: Module could not be loaded. Error was: FATAL: Could not read '/lib/modules/2.6.35-24-generic/kernel/ubuntu/ndiswrapper/ndiswrapper.ko': No such file or director I unistalled the driver, but now under network connections no wireless connections appear, nothing. I cannot use wirless anymore.

View 9 Replies View Related

OpenSUSE Hardware :: 11.3 On Intel Core I5 With Integrated Graphics + Intel H55 Express Chipset

Aug 18, 2010

! I'm thinking of buying a corei5-660 on a motherboard with an Intel H55 Express Chipset. Does anyone know if it's fully compatible with OpenSUSE 11.3? I mean video (that comes from the processor, not an off-board PCI), audio (HD Audio), networking (Intel� 82578DC Gigabit), SATA Controller, USB, etc. I've tried to google but didn't find much info so I wonder if anyone is using or knows where I can find more info about it...

I have found this thread on the forums about the H55 chipset: Core i3 Intel Clarkdale graphic controller problem But the problems were facing on 11.2, I don't know about 11.3...

View 8 Replies View Related

OpenSUSE Hardware :: Intel HD Graphics (Intel Core I3) With Suse 11.3 - Poor Resolution

Jan 2, 2011

I've installed Suse linux 11.3 (kernel 2.6.34.7-0.5) on my brand new computer HP all in one 5130. Everything worked incredibly well : Wifi, wireless keyboard and mouse, sound, webcam.. There is only one remaining issue : I get a very poor resolution (1280x1024) instead of the 1920x1080 allowed by the screen. The graphic card is an intel chipset (HD graphics) integrated to an intel core i3 CPU. Here is (part of) the X11.org log :

Code:
X.org X Server 1.8.0
Release Date: 2010-04-02
[ 15.124] X Protocol Version 11, Revision 0
[ 15.124] Build Operating System: openSUSE SUSE LINUX
[ 15.124] Current Operating System: Linux linux-7xhd 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64
[Code]....

View 9 Replies View Related

Ubuntu Networking :: Intel Wireless Cards Compatible With Non-intel-based Laptops?

Feb 22, 2010

Are Intel wireless cards compatible with non-intel-based laptops? In my case I wish to upgrade the current Atheros-based mini pci express wifi card with the Intel 4965agn. It is an Asus 4520 with an AMD Athlon X2 processor and nvidia nForce chipset.

View 1 Replies View Related

Ubuntu Installation :: Rebuild Status Raid 1 Intel Isw Fakeraid Intel?

Oct 1, 2010

I have recently installed Ubuntu 10.04.1 lts server on my Intel "fakeraid" (software raid) (2x250 sata).To test my RAID 1 I turned off one HD and start the system.The first screen (Intel software screen) show Status = Degraded, but the system starts normally with just one HD.Then I turned off the system and turned on the HD again, so the first screen (Intel software screen) shows Status = Rebuild. If I enter in the software raid panel the folowing message is showed: "Volumes with "Rebuild" status will be rebuilt within the operating system"The system starts normally... but this message status stays permanently even I restart the system again

View 9 Replies View Related

Fedora Installation :: Intel Xorg Driver Kills Screen (black) And Keyboard On Intel GMA X4500?

May 12, 2009

I am wondering, what is the status of Intel GMA X4500 driver on Fedora 10.

View 2 Replies View Related

General :: Distro For Pre-Intel Mac?

Jun 2, 2011

I still have an old Pre-Intel PowerPC Mac lagtop in a desk drawer, and was wondering if I could run a Linux Distro on it? If there are multiple options, I'd also like some opinions on the best choice.

View 5 Replies View Related

General :: Do Intel HD 3000 Graphics Run Out Of The Box

Jul 29, 2011

Do Intel HD 3000 Graphics run out of the box on Linux? Or do I have to do some manual work to get it working? Does Intel develop open source drivers?

Are they faster than on Windows?

This would apply for any Linux distribution.

View 1 Replies View Related

General :: Install Soalris 10 In Intel Centrino?

May 6, 2010

I'm totally new in solaris and I want to hit it, can I install it in my laptop intel centrino core 2 duo (x86-32bit)

View 4 Replies View Related

General :: Can Install Ubuntu AMD 64 Bit On Intel 64 Bit Machine

Nov 11, 2010

I have pc which contains 8 GB RAM and intel 64 bit architecture.

I want to install ubuntu 64 bit on my PC . But I am getting only ubuntu amd 64 bit on internet.

So can we install ubuntu amd 64 bit on intel 64 bit machine.

View 2 Replies View Related

General :: Intel Wifi 5100 Agn Not Detected

May 2, 2010

I have backtrack 4 on vmware player.i have intel (R) wifi 5100 agn wireless card and when i type airmon-ng there is nothing shown on interface..and i have been told i need kernel rebuild..i have kernel 2.6.30.9 so how can rebuild it?

View 10 Replies View Related

General :: Getting Intel Driver To Work In Gentoo

Mar 28, 2011

Ok this is not a question but more or less a small tutorial to help those who have had just as much trouble or more in getting the intel driver + DRI working.

View 2 Replies View Related

General :: Debian 5.0 For Intel X86 Architecture Means 32 Bit OS?

Feb 22, 2010

I've just finished installing debian 5.0.3 on my pc and i chose the installation set for the Intel x86 architecture. Does it mean that my OS is then 32 bit and will be used to run only 32 bits applications ? I'm doing also software developments with gcc with my linux box. Using this os and the gcc tools, for this os, will my software only be 32 bits ?

View 1 Replies View Related

General :: Intel 3945abg Wireless Not Working?

Aug 5, 2009

I'm new to linux and I install ubuntu on my wifes laptop since it will hopefully slow down the amount of problems I have to resolve.I ran the live cd of ubuntu and wireless was working all ok, showed my wife around and she was like ok install it.I used the GUI and install ubuntu, and updated (apt-get update) after that the wireless is not working.I see the device, but have no idea whats wrong. Please could someone inform me as to which things to post in order to get it sorted. Since this seems to be the only issue.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved