awesome-osdev
awesome-osdev copied to clipboard
List of resources and projects for operating system development.
= Awesome OSDev https://awesome.re[image:https://awesome.re/badge.svg[Awesome]] :toc: preamble :toclevels: 8
List of resources and projects for operating system development.
== Projects
=== Indicators
- ๐ - Work in progress
- ๐ - Finished
- ๐ - Unmaintained
=== Bootloaders
- ๐ https://github.com/limine-bootloader/limine[Limine] - x86/x86_64 BIOS/UEFI Bootloader
- ๐ https://github.com/FlorenceOS/Sabaton[Sabaton] - aarch64 stivale2 bootloader
- ๐ https://github.com/Andy-Python-Programmer/ion[Ion] - Modern x86_64 UEFI bootloader
- ๐ https://github.com/TomatOrg/TomatBoot[TomatBoot] - A UEFI 64bit Bootloader
- ๐ https://github.com/davmac314/tosaithe[Tosaithe] - Very minimalistic UEFI boot menu / Stivale2 bootloader
- ๐ https://github.com/Andy-Python-Programmer/ion[Ion] - Modern x86_64 UEFI bootloader
=== Operating Systems
- ๐ https://github.com/SerenityOS/serenity[SerenityOS] - Graphical Unix-like operating system for x86 computers.
- ๐ https://github.com/brutal-org/brutal[BRUTAL] - An operating system inspired by brutalist design that combines the ideals of UNIX from the 1970s with modern technology and engineering
- ๐ https://github.com/managarm/managarm[Managarm] - Pragmatic microkernel-based OS with fully asynchronous I/O
- ๐ https://github.com/klange/toaruos[ToaruOS] - A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
- ๐ https://github.com/skiftOS/skift[skiftOS] - A hobby operating system built from scratch in modern C++. Featuring a reactive UI library and a strong emphasis on user experience. (skiftOS is currently being rewritten so a lot of things might not work)
- ๐ https://github.com/Andy-Python-Programmer/aero[Aero] - Aero is a new modern, experimental, unix-like operating system following the monolithic kernel design.
- ๐ https://github.com/lyre-os/lyre[Lyre] - Lyre is an effort to write a modern, fast, and useful operating system.
- ๐ https://github.com/FlorenceOS/Florence[FlorenceOS] - The Renaissance of Operating Systems
- ๐ https://git.sr.ht/~pitust/xtrix[xtrix] - xtrix is a unix-like microkernel designed with a minimal kernel interface.
- ๐ https://github.com/LemonOSProject/LemonOS[Lemon OS] - Lemon OS is a UNIX-like 64-bit operating system written in C++.
- ๐ https://github.com/Abb1x/emerald[Emerald] - An operating system written in C
- ๐ https://github.com/austanss/skylight[Skylight] - A clean, well-written minimalist operating system designed to be used as an educational material for operating system development.
- ๐ https://github.com/29jm/SnowflakeOS[SnowflakeOS] - "It is very special"
- ๐ https://github.com/nop-os/nop[nop] - nop is a simple educational x86 kernel made to be as small and simple to understand as possible, while being a fully complete kernel.
- ๐ https://github.com/icexin/eggos[EggOS] - A Go unikernel running on x86 bare metal
- ๐ https://github.com/vlang/vinix[Vinix] - Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
=== Library
- ๐ https://github.com/managarm/lai[LAI] - LAI is an interpreter for AML, the ACPI Machine Language.
- ๐ https://github.com/managarm/frigg[frigg] - Lightweight C++ utilities and algorithms for system programming
- ๐ https://github.com/Matt8898/lil[lil] - A lightweight Intel GPU library
==== C standard library
- ๐ https://musl.libc.org[musl] - A lightweight C standard library designed for Linux, but should work on other systems with other operating systems with some modifications.
- ๐ https://github.com/managarm/mlibc[milbc] - Portable C standard library
- ๐ https://github.com/cute-engineewing/chadlibc[chadlibc] - ๐ C89 standard library
== Resources
=== Tutorials
- https://wiki.osdev.org/Limine_Bare_Bones[Limine Bare Bones] - Bare bones tutorial to make a 64-bit higher half kernel using the Limine boot protocol.
- https://wiki.osdev.org/Stivale_Bare_Bones[Stivale Bare Bones] - Bare bones tutorial to make a 64-bit higher half kernel using the Stivale boot protocol.
- https://wiki.osdev.org/Higher_Half_x86_Bare_Bones[Higher Half Multiboot Bare Bones] - A tutorial that shows how to write a higher half kernel.
- https://wiki.osdev.org/Bare_Bones[Multiboot Bare Bones] - Write a basic 32-bit kernel in C for x86.
- https://wiki.osdev.org/Meaty_Skeleton[Meaty Skeleton] - A template operating system with a basic kernel-side libc.
- https://os.phil-opp.com/[Writing an OS in Rust] - A blog series to write a small operating system in Rust.
- http://www.osdever.net/tutorials/view/brans-kernel-development-tutorial[Bran's Kernel Tutorial] - A very dated, but still often referenced, tutorial from the now-moribund "Bona Fide OS Development" site.
- http://littleosbook.github.io/[The Little OS Book] - A third-party OS demonstrator hosted on GitHub. Goes through periods of updating, and known bugs which haven't yet been fixed are listed in the repo.
- https://github.com/cfenollosa/os-tutorial[cfenollosa/os-tutorial] - A tutorial to make a complete operating system from a bootloader to a basic shell.
- https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf[Writing a Simple Operating System โ From Scratch] [PDF] - A 2010 tutorial based on course material from a class on operating systems at the University of Birmingham, UK, written by Dr. Nicholas Blundell, the original course instructor.
- https://github.com/isometimes/rpi4-osdev[isometimes/rpi4-osdev] - A tutorial to write a basic operating system for Raspberry Pi 4.
- http://jamesmolloy.co.uk/tutorial_html/[James A. Molloy's Kernel Tutorials] - One of the popular OS development tutorials in the past. It is not recommended to follow this tutorial because it has so many https://wiki.osdev.org/Brokenthorn%27s_Known_Bugs[issues and known flaws] that have not been corrected.
=== Books
[cols="^,<",grid=none] |=== |image:https://m.media-amazon.com/images/I/51lTsD-LGoL.jpg[Operating Systems: Three Easy Pieces,width=240] |https://www.amazon.com/Operating-Systems-Three-Easy-Pieces-ebook/dp/B00TPZ17O4[Operating Systems: Three Easy Pieces] | |Author(s): Remzi Arpaci-Dusseau and Andrea Arpaci-Dusseau | |Publication date: February 16th, 2015 | |Description: A book covering the fundamentals of operating systems, including virtualization of the CPU and memory, threads and concurrency, and file and storage systems. Written by professors active in the field for 20 years, this text has been developed in the classrooms of the University of Wisconsin-Madison, and has been used in the instruction of thousands of students. |===
[cols="^,<",grid=none] |=== |image:https://m.media-amazon.com/images/I/511H8QWUL4L.AC_SY780.jpg[Modern Operating Systems 4th Edition,width=240] |https://www.amazon.com/Modern-Operating-Systems-Andrew-Tanenbaum/dp/013359162X[Modern Operating Systems] 4th Edition | |Author(s): Andrew S. Tannenbaum and Herbert Bos | |Publication date: March 10th, 2014 | |Description: Modern Operating Systems, Fourth Edition, is intended for introductory courses in Operating Systems in Computer Science, Computer Engineering, and Electrical Engineering programs. It also serves as a useful reference for OS professionals. |===
[cols="^,<",grid=none] |=== |image:https://m.media-amazon.com/images/I/51tezjsttsL.jpg[Operating System Concepts 10th Edition,width=240] |https://www.amazon.com/Operating-System-Concepts-Abraham-Silberschatz-ebook/dp/B07CVKH7BD[Operating System Concepts] 10th Edition | |Author(s): Abraham Silberschatz, Greg Gagne, and Peter B. Galvin | |Publication date: May 4th, 2018 | |Description: The tenth edition of Operating System Concepts has been revised to keep it fresh and up-to-date with contemporary examples of how operating systems function, as well as enhanced interactive elements to improve learning and the studentโs experience with the material. It combines instruction on concepts with real-world applications so that students can understand the practical usage of the content. End-of-chapter problems, exercises, review questions, and programming exercises help to further reinforce important concepts. New interactive self-assessment problems are provided throughout the text to help students monitor their level of understanding and progress. A Linux virtual machine (including C and Java source code and development tools) allows students to complete programming exercises that help them engage further with the material. |===
[cols="^,<",grid=none] |=== |image:https://m.media-amazon.com/images/I/51m-4I8qKzL.AC_SY780.jpg[The Design of the UNIX Operating System,width=240] |https://www.amazon.com/Design-UNIX-Operating-System/dp/0132017997[The Design of the UNIX Operating System] | |Author(s): Maurice Bach | |Publication date: May 27th, 1986 | |Description: This book describes the internal algorithms and the structures that form the basis of the UNIXยฎ operating system and their relationship to the programmer interface. The system description is based on UNIX System V Release 2 supported by AT&T, with some features from Release 3. |===
[cols="^,<",grid=none] |=== |image:https://m.media-amazon.com/images/I/51UjzO152QL.AC_SY780.jpg[Operating Systems: Principles and Practice,width=240] |https://www.amazon.com/Operating-Systems-Principles-Thomas-Anderson/dp/0985673524[Operating Systems: Principles and Practice] | |Author(s): Thomas Anderson and Michael Dahlin | |Publication date: August 21st, 2014 | |Description: Over the past two decades, there has been a huge amount of innovation in both the principles and practice of operating systems Over the same period, the core ideas in a modern operating system - protection, concurrency, virtualization, resource allocation, and reliable storage - have become widely applied throughout computer science. Whether you get a job at Facebook, Google, Microsoft, or any other leading-edge technology company, it is impossible to build resilient, secure, and flexible computer systems without the ability to apply operating systems concepts in a variety of settings. This book examines the both the principles and practice of modern operating systems, taking important, high-level concepts all the way down to the level of working code. Because operating systems concepts are among the most difficult in computer science, this top to bottom approach is the only way to really understand and master this important material. |===
[cols="^,<",grid=none] |=== |image:https://m.media-amazon.com/images/I/41d-8kHHYDL.AC_SY780.jpg[Operating Systems: Design and Implementation 1st Edition,width=240] |https://www.amazon.com/Operating-Systems-Implementation-Prentice-Hall-Software/dp/0136374069[Operating Systems: Design and Implementation] 1st Edition | |Author(s): Andrew S. Tannenbaum | |Publication date: December 1st, 1986 | |Description: From one of the Netherland's leading authors of computer science books comes complete coverage of operating systems, plus all the design and implementation issues with a complete operating system โ MINIX. |===
[cols="^,<",grid=none] |=== |image:https://m.media-amazon.com/images/I/5169V5J687L.AC_SY780.jpg[Operating Systems: Design and Implementation 2nd Edition,width=240] |https://www.amazon.com/Operating-Systems-Design-Implementation-Second/dp/0136386776[Operating Systems: Design and Implementation] 2nd Edition | |Author(s): Andrew S. Tannenbaum and Albert S. Woodhull | |Publication date: January 15th, 1997 | |Description: Most books on operating systems deal with theory while ignoring practice. While the usual principles are covered in detail, the book describes a small, but real UNIX-like operating system: MINIX. The book demonstrates how it works while illustrating the principles behind it. Operating Systems: Design and Implementation Second Edition provides the MINIX source code. The relevant selections of the MINIX code are described in detail. When it first came out, MINIX caused something of a revolution. Within weeks, it had its own newsgroup on USENET, with 40,000 people. Most wanted to make MINIX bigger and fancier. Instead, Linux was created. That has become quite popular, very large, and complicated. MINIX, on the other hand, has remained small and suitable for instruction and example. The book has been revised to include updates in MINIX, which started out as a v7 unix clone for a floppy-disk only 8088. It is now aimed at 386, 486, and pentium machines and is based on the international posix standard instead of on v7. There are now also versions of MINIX for the Macintosh and SPARC available. Professional programmers will find this book to be a valuable resource and reference. |===
[cols="^,<",grid=none] |=== |image:https://m.media-amazon.com/images/I/51TgXvjntUL.AC_SY780.jpg[Operating Systems: Design and Implementation 3rd Edition,width=240] |https://www.amazon.com/Operating-Systems-Design-Implementation-3rd/dp/0131429388[Operating Systems: Design and Implementation] 3rd Edition | |Author(s): Andrew S. Tannenbaum and Albert S. Woodhull | |Publication date: January 4th, 2006 | |Description: Operating Systems Design and Implementation, 3e, is ideal for introductory courses on computer operating systems. Written by the creator of MINIX, professional programmers will now have the most up-to-date tutorial and reference available today. Revised to address the latest version of MINIX (MINIX 3), this streamlined, simplified new edition remains the only operating systems text to first explain relevant principles, then demonstrate their applications using a Unix-like operating system as a detailed example. It has been especially designed for high reliability, for use in embedded systems, and for ease of teaching. |===
=== Reference Projects
- https://cdn.kernel.org/pub/linux/kernel/Historic/linux-0.01.tar.gz[Linux 0.0.1] - The first version of Linux. This version is very simple compared to subsequent versions after it.
- https://github.com/mit-pdos/xv6-public[Xv6] (https://pdos.csail.mit.edu/6.828/2018/xv6/book-rev11.pdf[Book]) - A modernized version of the classic Dennis Richie's and Ken Thompson's UNIX V6, written in ANSI C for x86 and https://github.com/mit-pdos/xv6-riscv[RISC-V].
- https://github.com/gdevic/minix1[MINIX 1.0] - The first version of MINIX for Intel 8088 real mode. First appeared in a book released in 1986 called "Operating Systems: Design and Implementation" written by Andrew S. Tanenbaum. ** https://www.minix-vmd.org/source/std/1.5.0[MINIX 1.5.0] - A revision of the first version of MINIX that adds support for the 16-bit 286 protected mode and some bug fixes. ** https://www.minix-vmd.org/source/std/1.7.0[MINIX 1.7.0] - A revision of the first version of MINIX that adds support for the 32-bit 386 protected mode and some bug fixes.
- https://github.com/leapofazzam123/minix-2.0.0[MINIX 2.0.0] - The second version of MINIX for the 16-bit 286 and 32-bit 386 protected mode. Appeared in the second edition of "Operating Systems: Design and Implementation" released in 1997, written by Andrew S. Tanebaum and Albert S. Woodhull.
NOTE: MINIX 3.0.0 doesn't count as an educational operating system because it's too complex compared to previous versions of MINIX. You can use it as a reference for your operating system project, but it's much more recommended to look on source codes of older MINIX releases instead.
=== Websites
- https://wiki.osdev.org/Expanded_Main_Page[OSDev Wiki] - The OS development wiki and also the most commonly used resources for OS developers.
- http://opsys.wiki/view/Main_Page[OpSys Wiki] - An attempt to modernize the original OSDev Wiki. It is currently extremely WIP but you could still contribute to the wiki.
- http://osdev.wiki/wiki/index.html[New OSDev Wiki] - Another attempt to modernize the original OSDev Wiki. Unlike the previous attempt, it uses it's own wiki engine which uses GitHub instead of MediaWiki. It is currently WIP and not ready for use.
- http://www.lowlevel.eu/wiki/Lowlevel:Portal[Lowlevel.eu] - The German OS development wiki. Also contains most of the resources from the OSDev wiki, but in German instead of English.
- https://devse.wiki/[Wiki DEVSE] - The French OS development wiki. Not as complete as Lowlevel.eu or the OSDev Wiki, but still a good resource for French OS developers.
- http://www.osdever.net/[Bona Fide OS Development] - Tutorials and papers for OS developments. This is also where Bran's Kernel Tutorial lives.
- https://discord.gg/RnCtsqD[OSDev Discord Server] - Not really a website but a great Discord server for OS development hangout
=== Manuals and Specifications
==== Processors
- https://software.intel.com/en-us/articles/intel-sdm/[Intel IA-32 and x86-64 Reference Manual] ** https://www.ndr-nkc.de/download/datenbl/i8088.pdf[Intel 8088 Datasheet] [PDF] ** https://software.intel.com/sites/landingpage/IntrinsicsGuide/[Intel Intrinsics Guide]
- http://developer.amd.com/resources/developer-guides-manuals/[AMD x64-64/AMD64 Reference Manual]
- https://documentation-service.arm.com/static/5f8dacc8f86e16515cdb865a?token=[ARM Architecture Reference Manual] [PDF] ** https://documentation-service.arm.com/static/5e7b694616d2907d594029eb?token=[Aarch64 Instruction Set Reference Manual] [PDF]
- https://riscv.org/technical/specifications/[RISC-V Manuals and Specifications] ** https://github.com/riscv/riscv-isa-manual/releases/download/draft-20211216-5651528/riscv-spec.pdf[RISC-V Instruction Set Manual (Volume 1: Unprivileged ISA)] [PDF] ** https://github.com/riscv/riscv-isa-manual/releases/download/draft-20211216-5651528/riscv-privileged.pdf[RISC-V Instruction Set Manual (Volume 2: Privileged Architecture)] [PDF]
===== Instruction Set Extensions
- https://www.ee.ryerson.ca/~courses/ele818/mmx.pdf[Intel MMX Technology Overview] [PDF] (https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top/compiler-reference/intrinsics/intrinsics-for-mmx-technology.html?wapkw=mmx[Intrinsics]) ** https://web.archive.org/web/20121125212937/http://www.nondot.org/sabre/os/files/Processors/AMDMMXManual.pdf[AMD MMX Technology Manual] [PDF]
- https://www.amd.com/system/files/TechDocs/21928.pdf[AMD 3DNow! Technology Manual] [PDF]
- https://software.intel.com/sites/default/files/4f/5b/36945[Intel AVX Extensions Programming Reference] [PDF]
- https://builders.intel.com/docs/networkbuilders/intel-avx-512-instruction-set-for-packet-processing-technology-guide-1617440657.pdf[Intel AVX-512 - Instruction Set for Packet Processing] [PDF]
- https://www.seas.upenn.edu/~ese532/fall2020/handouts/_downloads/b8a011355a55096090c5b62e49f605c7/neon_programmers_guide.pdf[ARM NEON Programmer's Guide] [PDF] (https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics[Intrinsics])
==== Firmware
- https://www.scs.stanford.edu/nyu/04fa/lab/specsbbs101.pdf[BIOS Boot Specification] [PDF]
- https://web.archive.org/web/20121125205058/http://www.nondot.org/sabre/os/files/Booting/BootableCDFormat.doc["El Torito" Bootable CD-ROM Format] [Word]
- http://www.osdever.net/documents/PNPBIOSSpecification-v1.0a.pdf[Plug and Play BIOS Specification] [PDF]
- https://uefi.org/sites/default/files/resources/UEFI_Spec_2_9_2021_03_18.pdf[Unified Extensible Firmware Interface (UEFI) Specification] [PDF]
- https://uefi.org/sites/default/files/resources/ACPI_Spec_6_4_Jan22.pdf[Advanced Configuration and Power Interface (ACPI) Specification] [PDF]
==== Input Devices
- https://www.avrfreaks.net/sites/default/files/PS2%2520Keyboard.pdf[PS/2 Mouse/Keyboard Protocol Specification] [PDF] ** http://www-ug.eecg.toronto.edu/msl/nios_devices/datasheets/PS2%20Keyboard%20Protocol.htm[PS/2 Keyboard Interface] ** https://isdaman.com/alsos/hardware/mouse/ps2interface.htm[PS/2 Mouse Interface]
- http://www.usb.org/documents[USB Interface Documentation] ** https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/ehci-specification-for-usb.pdf[USB EHCI Specification] [PDF] ** http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/extensible-host-controler-interface-usb-xhci.pdf[USB xHCI Specification] [PDF] ** https://www.usb.org/sites/default/files/usbdi10.pdf[USB OHCI Specification] [PDF] ** https://www.usb.org/sites/default/files/documents/hid1_11.pdf[USB HID Specification] [PDF]
==== Storage
- http://www.t13.org/[T13] - The working group of the ATA/ATAPI standard
- http://www.bswd.com/pciide.pdf[PCI IDE Controller Specification] [PDF] ** http://bswd.com/idems100.pdf[Programming Interface for Bus Master IDE Controller] [PDF] ** http://hddguru.com/download/documentation/ATA-ATAPI-standard-8/d1699r2b-ATA8-Command-Set.pdf[ATA/ATAPI-8 Command Set] [PDF] ** http://hddguru.com/download/documentation/ATA-ATAPI-standard-8/d1700r2-ATA8-Architecture-Model.pdf[ATA/ATAPI-8 Architecture Model] [PDF]
- http://13thmonkey.org/documentation/Hardware/SerialATA_Revision_3_2_Gold%2528with_Links%2529.pdf[Serial ATA Revision 3.2 Specification] [PDF] ** https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/serial-ata-ahci-spec-rev1_3.pdf[Serial ATA AHCI Specification Revision 1.3] [PDF]
- https://nvlpubs.nist.gov/nistpubs/Legacy/FIPS/fipspub131.pdf[SCSI-1 Specification] [PDF]
- http://www.bitsavers.org/components/ncr_symbios/scsi/SCSI-2_Standard_1994.pdf[SCSI-2 Specification] [PDF]
- https://stuff.mit.edu/afs/sipb/contrib/doc/specs/protocol/scsi-3/spi-r15a.pdf[SCSI-3 Parallel Interface Specification] [PDF]
- https://web.archive.org/web/20121125205537/http://www.nondot.org/sabre/os/files/Disk/CDROM.txt[CD-ROM Technical Summary] [TXT]
- https://web.archive.org/web/20121125205537/http://www.nondot.org/sabre/os/files/Disk/82077AA_FloppyControllerDatasheet.pdf[Floppy Drive Controller Data Sheet] [PDF] ** https://web.archive.org/web/20121125205537/http://www.nondot.org/sabre/os/files/Disk/FLOPPY.TXT[The 8272A Floppy Disk Controller] [TXT] ** https://web.archive.org/web/20121125205537/http://www.nondot.org/sabre/os/files/Disk/FloppyMediaIDs.txt[Floppy Media Type ID's] [TXT]
===== File System
- https://www.nongnu.org/ext2-doc/ext2.html[Second Extended File System (Ext2)]
- https://www.kernel.org/doc/html/latest/filesystems/ext4/index.html[Fourth Extended File System (Ext4)]
- https://btrfs.readthedocs.io/en/latest/[Btrfs Documentation]
- https://openzfs.github.io/openzfs-docs/[OpenZFS Documentation]
- https://github.com/echfs/echfs[Echidna File System (EchFS)]
- https://web.archive.org/web/20121125180833/http://www.nondot.org/sabre/os/files/FileSystems/FatFormat.pdf[FAT: General Overview of On-Disk Structure] [PDF] ** https://web.archive.org/web/20121125180833/http://www.nondot.org/sabre/os/files/FileSystems/LongFileName.pdf[Long File Name Specification] [PDF] ** https://web.archive.org/web/20121125180833/http://www.nondot.org/sabre/os/files/FileSystems/VFATInfo.txt[Notes on the structure of the VFAT Filesystem] [TXT]
- https://web.archive.org/web/20121125180833/http://www.nondot.org/sabre/os/files/FileSystems/HPFS/index.html[Inside the High Performance File System (HPFS)]
- https://datatracker.ietf.org/doc/html/rfc1094[NFS Version 2 Protocol Specification (RFC 1094)]
- https://datatracker.ietf.org/doc/html/rfc1813[NFS Version 3 Protocol Specification (RFC 1813)]
- https://datatracker.ietf.org/doc/html/rfc2054[WebNFS Specification (RFC 2054)]
- https://datatracker.ietf.org/doc/html/rfc3530[NFS Version 4 Protocol Specification (RFC 3530)] ** https://datatracker.ietf.org/doc/html/rfc5661[NFS Version 4.1 Protocol Specification (RFC 5661)]
- https://web.archive.org/web/20121125180833/http://www.nondot.org/sabre/os/files/FileSystems/iso9660.pdf[ISO 9660 File System Specification (ECMA-119)] [PDF]
- http://www.osta.org/specs/pdf/udf201.pdf[ISO 13346 Universal Disk Format Specification (ECMA-167)] [PDF]
- http://littlesvr.ca/isomaster/resources/JolietSpecification.html[Joliet Specification]
==== Audio
- https://pdos.csail.mit.edu/6.828/2008/readings/hardware/SoundBlaster.pdf[Sound Blaster Series Hardware Programming Guide] [PDF]
- http://www.music.mcgill.ca/~ich/classes/mumt306/midiformat.pdf[Standard MIDI-File Format Spec v1.1] [PDF]
- http://www.shclemen.com/download/The%2520Complete%2520MIDI1.0%2520Detailed%2520Spec.pdf[MIDI 1.0 Detailed Specification] [PDF]
- http://web.archive.org/web/20171208053110if_/http://download.intel.com/support/motherboards/desktop/sb/ac97_r23.pdf[Audio Codec '97 Component Specifications Revision 2.3] [PDF]
==== Networking
- http://www.magnesium.net/~wpaul/rt/spec-8139cp(150).pdf[Realtek RTL8139C Datasheet] [PDF]
- http://www.cs.usfca.edu/~cruse/cs326f04/RTL8139D_DataSheet.pdf[Realtek RTL8139D Datasheet] [PDF]
- http://www.cs.usfca.edu/~cruse/cs326f04/RTL8139_ProgrammersGuide.pdf[Realtek RTL8139 Programmers Guide] [PDF]
- http://realtek.info/pdf/rtl8169s.pdf[Realtek RTL8169S Datasheet] [PDF]
- http://www.intel.com/content/dam/doc/manual/pci-pci-x-family-gbe-controllers-software-dev-manual.pdf[Intel 8254x Family of GbE Controllers Reference Manual] [PDF]
- https://www.mouser.com/datasheet/2/612/i217-ethernet-controller-datasheet-257741.pdf[Intel i217 Ethernet Controller Datasheet] [PDF]
===== NE2000-compatible cards
- http://www.ethernut.de/pdf/8019asds.pdf[Realtek RTL8019AS Datasheet] [PDF]
- https://resources.winsystems.com/datasheets/pcm-ne2000-bnc-ds.pdf[WinSystems PCM-NE2000 Datasheet] [PDF]
- https://cdn.datasheetspdf.com/pdf-down/L/P/M/LPM-NE2000_ETC.pdf[WinSystems LPM-NE2000 Datasheet] [PDF]
- https://cdn.datasheetspdf.com/pdf-down/M/C/M/MCM-NE2000_ETC.pdf[WinSystems MCM-NE2000 Datasheet] [PDF]
==== Video Display
===== Legacy
- http://minuszerodegrees.net/oa/OA%20-%20IBM%20Monochrome%20Display%20and%20Printer%20Adapter.pdf[IBM MDA Reference Manual] [PDF]
- http://minuszerodegrees.net/oa/OA%20-%20IBM%20Color%20Graphics%20Monitor%20Adapter%20(CGA).pdf[IBM CGA Reference Manual] [PDF]
- http://minuszerodegrees.net/oa/OA%20-%20IBM%20Enhanced%20Graphics%20Adapter.pdf[IBM EGA Reference Manual] [PDF]
- http://www.mcamafia.de/pdf/ibm_vgaxga_trm2.pdf[IBM VGA/XGA Technical Reference Manual] [PDF]
- http://www.osdever.net/FreeVGA/home.htm[FreeVGA Project]
===== VESA BIOS Extensions
- https://web.archive.org/web/20131211151957/http://www.gemixtes.de/super-vga-bios-extension-standard-vs891001/[Super VGA BIOS Extensions 1.0 Specification]
- https://web.archive.org/web/20090114055246/http://docs.ruudkoot.nl/vesasp12.txt[VESA BIOS Extensions 1.2 Specification] [TXT]
- http://www.phatcode.net/res/221/files/vbe20.pdf[VESA BIOS Extensions 2.0 Specification] [PDF]
- http://www.petesqbsite.com/sections/tutorials/tuts/vbe3.pdf[VESA BIOS Extensions 3.0 Specification] [PDF]
==== Executable File Format
- https://refspecs.linuxfoundation.org/elf/elf.pdf[Executable and Linking Format Specification] [PDF] ** http://www.sco.com/developers/devspecs/gabi41.pdf[System V Application Binary Interface Edition 4.1] [PDF] ** http://www.sco.com/developers/devspecs/abi386-4.pdf[System V ABI, Intel386 Architecture Processor Supplement] [PDF] ** http://refspecs.linuxbase.org/elf/x86_64-abi-0.99.pdf[System V ABI, AMD64 Supplement] [PDF] ** http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044b/IHI0044B_aaelf.pdf[ELF for the ARM Architecture] [PDF] ** https://github.com/riscv-non-isa/riscv-elf-psabi-doc/releases/download/v1.0-rc1/riscv-abi.pdf[RISC-V ELF psABI Document] [PDF] ** http://www.sco.com/developers/devspecs/mipsabi.pdf[System V ABI, MIPS RISC Processor Supplement] [PDF]
- https://web.archive.org/web/20121125211355/http://www.nondot.org/sabre/os/files/Executables/PE.pdf[Portable Executable Specification] [PDF]
- https://github.com/aidansteele/osx-abi-macho-file-format-reference/raw/master/Mach-O_File_Format.pdf[OS X ABI Mach-O File Format Reference] [PDF]
- http://www.delorie.com/djgpp/doc/coff/[DJGPP COFF File Format Specification]
- https://web.archive.org/web/20121125211355/http://www.nondot.org/sabre/os/files/Executables/COM.txt[DOS .com Specification]
- https://web.archive.org/web/20121125211355/http://www.nondot.org/sabre/os/files/Executables/SYS.txt[DOS .sys Specification]
- http://www.delorie.com/djgpp/doc/exe/[MZ File Format Specification]
- https://web.archive.org/web/20120301023848/http://www.nondot.org/sabre/os/files/Executables/a.out.txt[a.out Specification] [TXT]
- http://hobbes.nmsu.edu/download/pub/os2/dev/info/lxexe.doc[Linear Executable Specification] [Word]
==== Miscellaneous
- https://www.cs.cmu.edu/~ralf/files.html[Ralf Brown's Interrupt List]
- https://web.archive.org/web/20121125205058/http://www.nondot.org/sabre/os/files/Booting/BootSector.html[Boot Sector Overview]
== Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[Contributor Code of Conduct]. By participating in this project you agree to abide by its terms.