Shaare your links...
1984 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 4
73 results for tags operating-system x
  • The wild world of non-C operating systems
    Mentioned on the Interlisp mailing list.
    Sat Dec 31 23:28:09 2022 - permalink -
    - https://www.theregister.com/2022/03/29/non_c_operating_systems/
    computer history Lisp operating-system Wirth
  • Ladybird: A new cross-platform browser project – Andreas Kling – I like computers!
    A new cross-platform browser project, from the author of SerenityOS https://serenityos.org/
    Found in c't.
    Mon Dec 19 17:22:50 2022 - permalink -
    - https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/
    FOSS operating-system software tool web
  • liam_on_linux | Entries tagged with lisp
    Interesting blog, some example articles:
    Sandcastles and skyscrapers (VMS vs Unix) https://liam-on-linux.dreamwidth.org/#entry-86240
    history of MS-DOS https://liam-on-linux.dreamwidth.org/#entry-85836
    I want to see AROS, MorphOS or Haiku on the Raspberry Pi  https://liam-on-linux.dreamwidth.org/#entry-83201
    Found on the TUHS mailing list.
    Thu Nov 10 15:05:09 2022 - permalink -
    - https://liam-on-linux.dreamwidth.org/tag/lisp
    blog Lisp operating-system Unix
  • [TUHS] forgotten versions
    ssh unix50 at unix50.org
    Wed Jun 22 13:25:32 2022 - permalink -
    - https://minnie.tuhs.org/pipermail/tuhs/2022-June/025964.html
    computer history operating-system TODO Unix
  • What is gVisor? - gVisor
    gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system call interface. It provides an additional layer of isolation between running applications and the host operating system.
    Found on https://marc.info/?l=9fans&m=165401374021100&w=2
    Tue May 31 18:52:17 2022 - permalink -
    - https://gvisor.dev/docs/
    Go Linux operating-system plan9 software
  • athornton | The UNIX-HATERS Handbook, a review
    Just what it says. The author had read the handbook soon after it came out and has revisited it 25 years later. He also offers interesting comments about most of the competing operating systems. See also
    Making old systems accessible via the web https://athornton.dreamwidth.org/14733.html
    Exploring old unixes https://athornton.dreamwidth.org/14340.html
    Wed May 18 10:00:53 2022 - permalink -
    - https://athornton.dreamwidth.org/14272.html
    book computer history operating-system Unix
  • Qubes OS: A reasonably secure operating system | Qubes OS
    Qubes OS is a free and open-source, security-oriented operating system for single-user desktop computing. Qubes OS leverages Xen-based virtualization to allow for the creation and management of isolated compartments called qubes.
    Mon May 9 08:17:57 2022 - permalink -
    - https://www.qubes-os.org/
    operating-system security
  • Welcome to MirageOS
    MirageOS is a library operating system that constructs unikernels for secure, high-performance network applications across a variety of cloud computing and mobile platforms.
    Mentioned as similar to IBM's VM on https://minnie.tuhs.org/pipermail/tuhs/2022-May/025771.html
    Mon May 9 08:15:48 2022 - permalink -
    - https://mirageos.org/
    OCaml operating-system
  • GitHub - vygr/ChrysaLisp: Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...
    Assembler/C-Script/Lisp 64 bit, MIMD, multi CPU, multi threaded, multi core, multi user Parallel OS. With GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter, Debugger, Profiler, Vector Font engine and more...
    Found via
    Fri Feb 11 14:36:27 2022 - permalink -
    - https://github.com/vygr/ChrysaLisp
    lisp operating-system
  • Trustworthy Systems
    We use rigorous formal methods to develop trustworthy software systems—systems that come with provable security, safety and reliability guarantees.
    Wed Jan 19 17:11:13 2022 - permalink -
    - https://trustworthy.systems/about/
    computer L4 microkernel operating-system security
  • microkerneldude | Random rants and pontifications by Gernot Heiser
    Blog of Gernot Heiser, one of the developers of the seL4 verified microkernel.
    Wed Jan 19 17:09:12 2022 - permalink -
    - https://microkerneldude.org/
    blog L4 microkernel operating-system
  • Free and open source operating system for mobile phones and tablets
    Maemo Leste continues the legacy of Maemo. We aim to provide a free and open source Maemo experience on mobile phones and tablets like the Nokia N900, Motorola Droid 4, Motorola Bionic, Pinephone, Pinetab, Allwinner tablets and more!
    Sat Jan 1 19:33:14 2022 - permalink -
    - https://maemo-leste.github.io/
    FOSS operating-system
  • GitHub - vvaltchev/tilck: A Tiny Linux-Compatible Kernel
    Tilck is an educational monolithic x86 kernel designed to be Linux-compatible at binary level. Project's small-scale and simple design makes it the perfect playground for playing in kernel mode while retaining the ability to compare how the very same usermode bits run on the Linux kernel as well. That's a unique feature in the realm of educational kernels. Because of that, building a program for Tilck requires just a i686-musl toolchain from bootlin.com.

    Found on Leah Neukirchen's blog https://leahneukirchen.org/trivium/2021-08-15
    Tue Dec 7 16:39:53 2021 - permalink -
    - https://github.com/vvaltchev/tilck#overview
    Linux operating-system
  • THE DECSYSTEM-20 AT COLUMBIA UNIVERSITY (1977-1988)
    A nontechnical reminiscence written in 1988 (on the occasion of unplugging Columbia University's last DECSYSTEM-20) for a Digital Press book that was to commemorate DEC's 36-bit machines with a series of articles, but was never published.
    Sun Aug 1 18:42:55 2021 - permalink -
    - http://www.columbia.edu/kermit/dec20.html
    computer DEC history operating-system reading TUHS
  • The friendly Operating System for the Internet of Things
    Found on https://minnie.tuhs.org/pipermail/tuhs/2017-January/009420.html
    Wed May 26 09:28:24 2021 - permalink -
    - https://www.riot-os.org/
    FOSS operating-system TUHS
  • A tiny and fast Unix-ish kernel (based on xv6), compiler, and userland for fun, education, and research.
    Virtual CPU with full user/supervisor and virtual memory support, fast enough to support self-emulation.

    Fast C-subset compiler allowing on-the-fly compile-and-go of all applications.

    Network clients & servers, remote OpenGL, GUI applications, and many other nifty features.

    Runs under Windows or Linux.

    See the 00README.txt for full details and a step-by-step walkthrough tutorial.
    Found via https://minnie.tuhs.org/pipermail/tuhs/2017-January/009247.html
    Wed May 26 00:32:15 2021 - permalink -
    - https://github.com/rswier/swieros
    operating-system TUHS Unix
  • BerryBoot
    This bootloader allows you to install multiple Raspberry Pi operating systems on a single SD card, as well as to store OS files on a separate hard drive, rather than on an SD card, as is usually the case.
    The site lists a number of operating systems for the Raspberry π.
    Sun Mar 28 20:44:34 2021 - permalink -
    - https://www.techrepublic.com/pictures/choosing-a-raspberry-pi-os-heres-the-definitive-list/33/
    operating-system pi raspberry π
  • OSdev Wiki
    This website provides information about the creation of operating systems and serves as a community for those people interested in OS development with 673 wiki articles.
    Sun Mar 28 15:00:05 2021 - permalink -
    - https://wiki.osdev.org/Main_Page
    operating-system wiki
  • IHK/McKernel is a light-weight multi kernel operating system designed specifically for high performance computing.
    Mentioned on https://www.raspberrypi.org/blog/supercomputing-with-raspberry-pi-hackspace-41/
    Sun Mar 21 14:31:57 2021 - permalink -
    - https://www.sys.r-ccs.riken.jp/ResearchTopics/os/mckernel/
    HPC Linux operating-system
  • Unix Philosophy 2020
    This document is a compendium of Casper Ti. Vector's thoughts about the Unix philosophy in the contemporary context.
    Sun Feb 21 18:47:11 2021 - permalink -
    - https://gitea.com/CasperVector/up2020
    operating-system reading Unix
Links per page: 20 50 100
◄Older
page 1 / 4
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.