summaryrefslogtreecommitdiffstats
path: root/Documentation/00-INDEX
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
commit27cfca1ec98e91261b1a5355d10a8996464b63af (patch)
tree8e895a53e372fa682b4c0a585b9377d67ed70d0e /Documentation/00-INDEX
parent6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff)
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'Documentation/00-INDEX')
-rw-r--r--Documentation/00-INDEX36
1 files changed, 34 insertions, 2 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX
index a1d313660..393057142 100644
--- a/Documentation/00-INDEX
+++ b/Documentation/00-INDEX
@@ -6,6 +6,8 @@ Note that subdirectories have their own index files too.
00-INDEX
- this file.
+ARM-README
+ - information for using Linux on the ARM architecture.
BUG-HUNTING
- brute force method of doing binary search of patches to find bug.
Changes
@@ -14,10 +16,14 @@ CodingStyle
- how the boss likes the C code in the kernel to look.
Configure.help
- text file that is used for help when you run "make config"
+IO-APIC.txt
+ - info on using the enhanced interrupt hardware on SMP boards.
IO-mapping.txt
- how to access I/O mapped memory from within device drivers.
SMP.txt
- notes, and "To Fix" list for multi-processor Linux. (see smp.tex)
+VGA-softcursor.txt
+ - how to change your VGA cursor from a blinking underscore.
binfmt_misc.txt
- info on the kernel support for extra binary formats.
cdrom/
@@ -32,12 +38,12 @@ digiepca.txt
- info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards.
exception.txt
- how linux v2.1 handles exceptions without verify_area etc.
-ez.txt
- - documentation for the SyQuest parallel port EZ drive support.
filesystems/
- directory with info on the various filesystems that Linux supports.
ftape.txt
- notes about the floppy tape device driver
+hayes-esp.txt
+ - info on using the Hayes ESP serial driver.
ide.txt
- important info for users of ATA devices (IDE/EIDE disks and CD-ROMS)
initrd.txt
@@ -48,30 +54,44 @@ isdn/
- directory with info on the linux ISDN support, and supported cards.
java.txt
- info on the in-kernel binary support for Java(tm)
+joystick.txt
+ - info on using joystick devices (and driver) with linux.
locks.txt
- info on file locking implementations, flock() vs. fcntl(), etc.
logo.gif
- Full colour GIF image of Linux logo (penguin)
logo.txt
- Info on creator of above logo & site to get additional images from.
+m68k/
+ - directory with info about Linux on Motorola 68k archtecture.
magic-number.txt
- list of magic numbers used to mark/protect kernel data structures.
mandatory.txt
- info on the linux implementation of Sys V mandatory file locking.
+md.txt
+ - info on boot arguments for the multiple devices driver
memory.txt
- info on typical Linux memory problems.
mca.txt
- info on supporting Micro Channel Architecture (e.g. PS/2) systems.
modules.txt
- short guide on how to make kernel parts into loadable modules
+nbd.txt
+ - info on a TCP implementation of a network block device.
networking/
- directory with info on various linux networking aspects.
nfsroot.txt
- short guide on setting up a diskless box with NFS root filesystem
oops-tracing.txt
- how to decode those nasty internal kernel error dump messages.
+pcwd-watchdog.txt
+ - info and sample code for using with the PC Watchdog reset card.
+paride.txt
+ - information about the parallel port IDE subsystem.
parport.txt
- how to use the parallel-port driver.
+powerpc/
+ - directory with info on using linux with the PowerPC.
ramdisk.txt
- short guide on how to set up and use the RAM disk.
riscom8.txt
@@ -80,10 +100,22 @@ rtc.txt
- notes on how to use the Real Time Clock (aka CMOS clock) driver.
scsi.txt
- short blurb on using SCSI support as a module.
+serial-console.txt
+ - how to set up linux with a serial line console as the default.
+smart-config.txt
+ - description of the Smart Config makefile feature.
smp.tex
- TeX document describing implementation of Multiprocessor Linux
+specialix.txt
+ - info on hardware/driver for specialix IO8+ multiport serial card.
+spinlocks.txt
+ - info on using spinlocks to provide exclusive access in kernel.
+stallion.txt
+ - info on using the Stallion multiport serial driver.
svga.txt
- short guide on selecting video modes at boot via VGA BIOS.
+transname.txt
+ - how to use name translation to ease use of diskless systems.
unicode.txt
- info on the Unicode character/font mapping used in Linux.
watchdog.txt