Shaare your links...
2408 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 7 / 10
Newer►
188 results for tags computer x
  • Practical UNIX Manuals
    So you've written a UNIX utility, library, or driver—or have started writing one—and you want to document your work in a manual. What happens next?
    Practical UNIX Manuals: mdoc is a guide for writing portable and maintainable UNIX manuals (manpages) in the mdoc language.
    Why mdoc? Formatters for the language are available by default on all modern UNIX installations and may be downloaded for non-UNIX systems. Furthermore, mdoc annotates content semantically, not presentationally, producing consistent manpages across systems. For an analysis of mdoc and competing formats, refer to Fixing on a Standard Language for UNIX Manuals, published in the USENIX magazine.
    I also feature the History of UNIX Manpages http://manpages.bsd.lv/history.html , which chronicles the development of manpages from the 1960s to the present day.
    Sat Sep 14 13:55:15 2019 - permalink -
    - http://manpages.bsd.lv/index.html
    computer history manual Unix writing
  • athornton | Exploring old Unixes
    Overview of old unix versions which can be run on simulated (or real) pdp-11 computers.
    The UNIX-HATERS Handbook, a review on https://athornton.dreamwidth.org/14272.html is also worth reading.

    See also his ANCIENT COMPUTER MVSEVM on https://mvsevm.fsf.net/
    If you want an account on one of these systems, please email Adam Thornton <athornton@gmail.com> and ask.
    All systems are emulated, on Raspberry Pi and Linux.

    1: Multics MR 12.6f (Honeywell 6800 DPS-8/M)
    2: TOPS-20 7.1 (PDP-10 KL-10)
    3: TOPS-10 7.03 (PDP-10 KA-10)
    4: ITS (PDP-10 KA-10)
    5: OpenVMS 7.3 (MicroVAX 3900)
    6: Unix v7 (PDP-11/70)
    7: Unix 2.11bsd (PDP-11/70)

    Announced on the TUHS mailing list. https://www.tuhs.org/pipermail/tuhs/2019-August/018253.html
    Tue Jun 11 11:17:59 2019 - permalink -
    - https://athornton.dreamwidth.org/14340.html
    blog computer history ITS pdp-11 SimH Unix
  • The Burroughs 205 and 220 Blog
    This blog is a companion to T J Sawyer's Web Page that outlines the history of the Burroughs Datatron 205 [1]
    and Paul Kimpel's incredible 205 [2] and 220 [3] emulators.
    Found on Cleve Moler's blog
    https://blogs.mathworks.com/cleve/2017/10/09/my-first-computer-the-burroughs-205-datatron/

    [1] http://tjsawyer.com/B205Home.php
    [2] http://www.phkimpel.us/ElectroData-205/
    [3] http://www.phkimpel.us/Burroughs-220
    Tue Jun 4 16:44:15 2019 - permalink -
    - http://datatron.blogspot.com/
    blog Burroughs computer history
  • UNIX
    Guides how to install or run older UNIX versions in simh.
    Also the UNIX Programmer's manual of V1-V6. V1-V6 are available as nroff output converted to html. V4-V6 are also available as troff'ed PDFs.
    The site also has information about Plan 9 and pdp-6/pdp-10.
    Fri Apr 26 14:12:50 2019 - permalink -
    - http://squoze.net/UNIX/
    computer history pdp-10 pdp-11 plan9 Unix
  • its-hackers Info Page
    Mailing list for fans of the incompatible timesharing system (ITS).
    Tue Mar 5 19:40:29 2019 - permalink -
    - http://its.victor.se/mailman/listinfo/its-hackers_its.victor.se
    computer history ITS operating-system reading
  • Two-Bit History
    Blog about computer history, describing the source of cat(1), Lisp, RSS, Ada Lovelace's first program and more.
    Wed Nov 14 13:55:39 2018 - permalink -
    - https://twobithistory.org/
    blog computer history lisp Unix
  • MCP23018 - Interface - Interface- Serial Peripherals - Microcontrollers and Processors
    16-bit bidirectional I/O port
    5.5V tolerant
    25 mA sink
    400 mA total current out
    Low standby current as low as 1 µA

    https://www.modmypi.com/raspberry-pi/iousbanalogue-expansion-1028/gpio-expansion-boards-1029/modmypi-mcp23017-hat-32-channel-io-expansion-hat uses similar chips in a DIP package.
    High-speed I²C ™ interface up to 3.4 MHz

    See also the MCP23[S]17 http://ww1.microchip.com/downloads/en/DeviceDoc/20001952C.pdf which is used in the PiDP-10
    Fri Jul 13 13:51:19 2018 - permalink -
    - https://www.microchip.com/wwwproducts/en/MCP23018
    computer electronics hardware history pi raspberry π
  • The J1 Forth CPU — excamera
    J1 is a small (200 lines of Verilog) stack-based CPU, intended for FPGAs. A complete J1 with 16Kbytes of RAM fits easily on a small Xilinx FPGA. Some highlights:
           Extremely high code density. A complete system including the TCP/IP stack fits in under 8K bytes.
           Single cycle call, zero cycle return
           Instruction set maps trivially to Forth
           Cross compiler runs on Windows, Mac and Unix
           Basic software includes a sizeable subset of ANS Forth and a portable TCP/IP networking stack.
    Thu Jun 28 18:18:51 2018 - permalink -
    - http://www.excamera.com/sphinx/fpga-j1.html
    computer Forth FPGA hardware
  • pdp11.org
    Dedicated to preserving the history and legacy of the
    PDP-11 series of 16-bit minicomputers produced by
    Digital Equipment Corporation from 1970 to 1990,
    and by Mentec from 1994 onwards.
    Thu Jun 14 14:37:31 2018 - permalink -
    - http://www.pdp11.org
    computer history pdp-11
  • Gigatron TTL Color Computer
    Interesting minimal computer using TTL SSI parts. Includes VGA output.
    Sat Jun 2 15:56:08 2018 - permalink -
    - https://gigatron.io/
    computer hack hardware
  • [TUHS] History of top
    The MIT ~PWB1 system had a thing called 'dpy', probably written at MIT based on 'ps' (and no doubt inspired by ITS' PEEK), which had similar functionality.
    Seems like it never escaped, though. Man page and source here:
     http://ana-3.lcs.mit.edu/~jnc/tech/unix/man1/dpy.1
     http://ana-3.lcs.mit.edu/~jnc/tech/unix/s1/dpy.c
    Fri May 25 11:44:10 2018 - permalink -
    - https://www.tuhs.org//pipermail/tuhs/2018-May/013856.html
    computer history ITS TUHS Unix
  • w11: PDP-11/70 CPU and SoC
    The project contains the VHDL code for a complete DEC PDP-11 system: a PDP-11/70 CPU with memory management unit, but without floating point unit, a complete set of mass storage peripherals (RK11/RK05, RL11/RL02, RK70/RP06, TM11/TU10) and a basic set of UNIBUS peripherals (DL11, LP11, PC11), and last but not least a cache and memory controllers for SRAM and PSRAM.

    The design is FPGA proven, runs currently on Digilent Cmod A7 , Arty , Basys3 , Nexys4 DDR , Nexys4 , Nexys3 , Nexys2 and S3board boards. See section Complete Systems for more information.

    5th Edition UNIX, 7th Edition UNIX, and 2.11BSD UNIX are known to boot, the hardware should also support DEC RT11 and RSX-11M, see section Running Systems for more information.

    This is a retrocomputing project, rebuilding hardware from the late 70s and running historical software. To get into the tune see Figure D-1, a 11/70 console, and Figure F-2, a baseline system setup.
    Mon May 14 11:31:23 2018 - permalink -
    - https://wfjm.github.io/home/w11/
    computer DEC FPGA history pdp-11 Unix VHDL
  • The CPU Shack - History of Microprocessors & CPU Technology
    CPU History Museum for Intel CPUs, AMD Processor, Cyrix Microprocessors, Microcontrollers and more.
    Also has information about processors used in space missions:
    http://www.cpushack.com/space-craft-cpu.html
    Mon Apr 16 10:46:21 2018 - permalink -
    - http://www.cpushack.com/
    computer hardware history space
  • The history of documented Unix facilities
    The links are associated with a timeline visualization, a curated data set, and a repository detailing the evolution of 15,596 unique documented facilities (commands, system calls, library functions, device drivers, etc.) across 93 major Unix releases tracked by the Unix history repository.
    Wed Mar 21 14:22:06 2018 - permalink -
    - https://dspinellis.github.io/unix-history-man/index.html
    computer history software Unix
  • Old Computer Museum
    On-line collection of small computers from 1950-1990.
    Sun Mar 11 18:41:26 2018 - permalink -
    - http://www.oldcomputermuseum.com/default.htm
    computer history
  • iDSKY
    Simulation of the Apollo Guidance Computer (AGC) and its display/keyboard (DSKY).
    Sat Feb 3 14:51:33 2018 - permalink -
    - http://idsky.genedorr.com/iDSKY.html
    computer history JavaScript space
  • Virtual AGC (Apollo guidance computer) Home Page
    The purpose of this project is to provide a computer simulation of the onboard guidance computers used in the Apollo Program's lunar missions, and to generally allow you to learn about these guidance computers.
    See also the source code at https://github.com/chrislgarry/Apollo-11/
    Wed Jan 24 14:40:19 2018 - permalink -
    - http://www.ibiblio.org/apollo/index.html
    AGC computer history software space
  • FlightLM
    An AGC (Apollo guidance computer) emulator written in C++. The package contains only the emulator.
    Wed Jan 24 14:39:16 2018 - permalink -
    - http://www.calsoft.de/%7Echristian/AGC/
    AGC computer history software space
  • [TUHS] Determining what was on a tape back in the day
    tm (tape mark), a simple tool to analyse magnetic tapes on unix.
    Mon Nov 20 12:51:57 2017 - permalink -
    - http://www.tuhs.org/pipermail/tuhs/2017-November/011838.html
    computer history software TUHS Unix
  • Computer History Wiki
    This wiki is an experiment to create a means for knowledgeable people to enter their information into some kind of a knowledge base. This is however, not the relatively formalized tone and style imposed by Wikipedia. Sentences starting with "I seem to recall" are perfectly welcome here - and articles do not have to be in the descriptive, encyclopedic style Wikipedia enforces. On the contrary, it is preferred that many of the articles be references, guides, helpful hints, suggestions, tutorials and so on.

    If you have any information you want to contribute to this wiki, please, contribute it. We'd much rather remove or modify a dozen potentially unsuited submissions than miss out on a single good one. We hope this wiki grows into a useful resource for everyone interested in classic computing, no matter what their level of knowledge may be; it is meant to be all-encompassing. -- Tore & Lucky
    Fri Nov 17 13:44:15 2017 - permalink -
    - http://gunkies.org/wiki/Main_Page#News
    computer history pdp-11 Unix
Links per page: 20 50 100
◄Older
page 7 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.