1. |
-
Linux Assembly HOWTO [Konstantin Boldyshev] [PDF]
- This is the Linux Assembly HOWTO. This document describes how to program in assembly language using FREE programming tools, focusing on development for or from the Linux Operating System on IA-32 (i386) platform.
URL: http://webokay.com/help/howto/Assembly-HOWTO-html/Assembly-HOWTO.html
|
2. |
-
Linux Assembly . org [resources]
- Welcome to the Linux Assembly! If you are looking for information on assembly programming under Unix operating systems (Linux/*BSD/BeOS/etc), this is the right place to be.
URL: http://linuxassembly.org/
|
3. |
-
x86 Assembly Language FAQ - General Part 1/3
- This is the x86 Assembly Language FAQ for the comp.lang.asm.x86 and alt.lang.asm newsgroups.
URL: http://www.faqs.org/faqs/assembly-language/x86/general/part1/preamble.html
|
4. |
-
Examining GCC generated ELF files
- This document is meant as an introduction to messing around with executables (programs) on the linux platform. A basic knowledge of linux, C and IA32 assembler is assumed.
URL: http://www.crosswinds.net/~moreflak/_dose-intro.html
|
5. |
-
as86 - Assembler for 8086..80386 processors
- Manpage for as86.
URL: http://www.linux.com/develop/man/1/as86/
|
6. |
-
Linux Assembly Tutorial, CS 200 [Bjorn Chambless]
- The tutorial was developed on a 5.1 Redhat Linux installation running a 2.0.34 version kernel and the version 5 and 6 C language libraries with ELF file format. But I have tried to make the tutorial as general possible with respect to Linux systems. I highly recommend working through this tutorial with "as" and "gdb" documentation close at hand.
URL: http://www.cs.pdx.edu/~bjorn/CS200/linux_tutorial/
|
7. |
-
Somebody Still Uses Assembly Language?? [Richard A. Sevenich]
- Assembly language is a wonderful tool for teaching about how computers work. Professor Sevenich explains how it is used at WSU.
URL: http://www2.linuxjournal.com/lj-issues/issue36/0173.html
|
8. |
-
Writing Your Own Toy OS (Part I) [Part 2]
- This article is a hands-on tutorial for building a small boot sector. The first section provides
the theory behind what happens at the time the computer is switched on. It also explains our
plan. The second section tells all the things you should have on hand before proceeding
further, and the third section deals with the programs. Our little startup program won't
actually boot Linux, but it will display something on the screen.
URL: http://www.linuxgazette.com/issue77/krishnakumar.html
|
9. |
-
Write Your Own Operating System [FAQ]
- Last Updated : Wednesday, 11 April 2001
URL: http://www.mega-tokyo.com/os/os-faq.html
|
10. |
-
Sigops
- This semester SigOPS will hold a series of meetings discussing how to build an operating system
from scratch. We provide the structure for developing your Very Own OS, you write the code. It's
that simple!
URL: http://www.acm.uiuc.edu/sigops/roll_your_own/
|