Enlaces
Contenido
El desarrollo de los controladores de dispositivo
-
The official source of USB information. Not really easy to grasp, but mandatory if you want to know all about USB.
USB in a Nutshell (making sense of the USB standard)
A quote from the site:
"Starting out new with USB can be quite daunting. With the USB 2.0 specification at 650 pages one could easily be put off just by the sheer size of the standard. [...] The good news is you don't even need to bother reading the entire USB standard [...] Lets take a little journey through the various chapters of the USB 2.0 specification and briefly introduce the key points."
El formato de los archivos ejecutables
ELF - Executable and Linking Format - Specification v1.2 - pdf version
The official source of information about the ELF format. Apart from the specifications common to all platforms where the ELF standard is adopted, it also contains parts specific to the Intel architecture.
ELF - Executable and Linking Format - html version
An HTML version of the ELF specifications. It only contains the specifications common to all platforms where the ELF standard is adopted.
-
A research project about creating a system for portable binaries for the Amiga, allowing one to use a single executable binary for a multitude of CPU architectures. Unfortunately, the page hasn't been updated for a long time; but it does contain some interesting ideas. Definately something we would like to see in AROS.
Recursos misceláneos sobre Sistemas Operativos
The Operating System Resource Center
A comprehensive set of links to various resources related to Operating Systems development, like file systems, device drivers, memory management, and so on.
-
An in-depth article by Robert Collins about protected mode on the x86 architecture. Probably contains more information about said architecture than you want to know... ;-)
Write your own operating system
Lots of useful information about the low-level bits of writing an operating system for the x86 architecture. Mostly about controlling the hardware, but also contains some useful tidbits about filesystems, networking, executable formats and other things...
Write your own operating system [FAQ]
Even more information about writing operating systems, although also geared towards the x86 architecture. Much information about the hardware, but also quite a lot of details on higher level things and some good references to useful books, tools and sources.
Herramientas
Object Oriented Programming For All (OOP4A)
Another language independant OOP framework for AmigaOS. In contrast to BOOPSI, it consists of both a shared library to handle the runtime and a precompiler to allow for an easier syntax.
-
Ports of the most common GNU tools to Amiga, giving you a complete UNIX-like environment on Amiga. Includes all common GNU development tools like binutils, GCC, grep, gawk, autoconf, automake, bison, cvs, flex, perl and much more.
-
A crosscompiler suite by Martin Blom based on GCC for crosscompiling Amiga programs on Linux.
Jocke 'Zerohero' Birging's crosscompiler
Crosscompilers for Cygwin and Linux for creating of AROS programs.