Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 2 / 2
Newer►
40 results for tags BSD x
  • About – HelenOS
    HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch. It decomposes key operating system functionality such as file systems, networking, device drivers and graphical user interface into a collection of fine-grained user space components that interact with each other via message passing. A failure or crash of one component does not directly harm others. HelenOS is therefore flexible, modular, extensible, fault tolerant and easy to understand.
    Fri May 3 15:15:31 2019 - permalink -
    - http://www.helenos.org/wiki/About
    BSD FOSS operating-system software
  • mpsh
    mpsh is an experimental command interpreter for Unix systems written by Dave Fischer at the Center for Computational Aesthetics and distributed under the 3-clause BSD license.
    Fri Jan 25 16:51:15 2019 - permalink -
    - https://www.cca.org/mpsh/
    BSD FOSS shell software Unix
  • Rump Kernels
    Rump kernels enable you to build the software stack you need without forcing you to reinvent the wheels. The key observation is that a software stack needs driver-like components which are conventionally tightly-knit into operating systems — even if you do not desire the limitations and infrastructure overhead of a given OS, you do need drivers.
    Found on Kooda's blog https://www.upyum.com/en/post/2.xhtml
    Mon Dec 3 12:13:11 2018 - permalink -
    - http://rumpkernel.org/
    BSD operating-system
  • cl-6502 - A Readable CPU Emulator
    cl-6502 is a Common Lisp emulator, assembler and disassembler for the MOS 6502 processor.
    Fri Aug 31 15:56:09 2018 - permalink -
    - https://github.com/kingcons/cl-6502
    6502 BSD common-lisp FOSS lisp literate-programming
  • NuttX Real-Time Operating System - NuttX Real-Time Operating System
    NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS's (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).
    Tue Jun 5 14:44:30 2018 - permalink -
    - http://www.nuttx.org/
    BSD FOSS operating-system
  • Awesome UNIX® list
    This list is an exploration of the world of UNIX®, including UNIX history, the relevance of UNIX today, and lists select awesome UNIX and UNIX-like projects. This list also contains resources for UNIX standards, programming, communities, and free software.
    Tue May 8 14:02:04 2018 - permalink -
    - https://github.com/sirredbeard/Awesome-UNIX
    BSD history Linux operating-system Unix
  • Ymacs status (Ymacs: AJAX source code editor)
    Emacs-like editor running in the web browser.
    Tue Oct 31 14:57:16 2017 - permalink -
    - http://www.ymacs.org/status.html
    BSD editor emacs FOSS software web
  • Home | Robert Nordier
    V7/x86 is a port of the Seventh Edition of the UNIX operating system to the x86 (IA-32) based PC. UNIX V7 was the last general distribution (around 1979) to come from the Research group at Bell Labs, the original home of UNIX. The port was done mostly around 1999 when "Ancient UNIX" source code licenses first became available, and was revised for release, with some enhancements, during 2006-7.
    The distribution includes the full UNIX Version 7 operating system, with source code, pre-built binaries, man pages, and original Version 7 documentation. Also included are a custom UNIX-style x86 assembler, an ACK-based C compiler, and several key early UCB software components such as the C shell, the editors ex and vi, and the pager more.
    V7/x86 currently supports ATA (IDE) hard drives, ATAPI CDROM drives, a 1.44M floppy drive, and standard serial ports, in addition to the usual PC screen and keyboard. For easier installation and setup, supplied utilities allow access to CD (ISO 9660) and FAT (MS-DOS) filesystems. Source code is available under a Berkeley-style license.
    Sat Nov 12 00:36:49 2016 - permalink -
    - http://www.nordier.com/index.html
    BSD computer history Unix
  • Computer Laboratory: Capsicum: practical capabilities for UNIX
    Capsicum is a lightweight OS capability and sandbox framework developed at the University of Cambridge Computer Laboratory, supported by grants from Google, the the FreeBSD Foundation, and DARPA. Capsicum extends the POSIX API, providing several new OS primitives to support object-capability security on UNIX-like operating systems:

       capabilities - refined file descriptors with fine-grained rights
       capability mode - process sandboxes that deny access to global namespaces
       process descriptors - capability-centric process ID replacement
       anonymous shared memory objects - an extension to the POSIX shared memory API to support anonymous swap objects associated with file descriptors (capabilities)
       rtld-elf-cap - modified ELF run-time linker to construct sandboxed applications
       libcapsicum - library to create and use capabilities and sandboxed components
       libuserangel - library allowing sandboxed applications or components to interact with user angels, such as Power Boxes.
       chromium-capsicum - a version of Google's Chromium web browser that uses capability mode and capabilities to provide effective sandboxing of high-risk web page rendering.
    Thu Sep 1 17:23:54 2016 - permalink -
    - http://www.cl.cam.ac.uk/research/security/capsicum/
    BSD Linux security Unix
  • xhyve – Lightweight Virtualization on OS X Based on bhyve | pagetable.com
    xhyve is a lightweight virtualization solution for OS X that is capable of running Linux. It is a port of FreeBSD’s bhyve, a KVM+QEMU alternative written by Peter Grehan and Neel Natu.
    The blog also has entries about 6502 assembly programming.
    Thu Jan 28 12:02:08 2016 - permalink -
    - http://www.pagetable.com/?p=831
    6502 blog BSD FOSS software
  • i3 - improved tiling wm
    i3 is a tiling window manager, completely written from scratch. The target platforms are GNU/Linux and BSD operating systems, our code is Free and Open Source Software (FOSS) under the BSD license. i3 is primarily targeted at advanced users and developers.
    Sat Nov 22 22:56:11 2014 - permalink -
    - http://i3wm.org/
    BSD FOSS software windowmanager
  • The Amsterdam Compiler Kit
    The Amsterdam Compiler Kit is a cross-platform compiler and toolchain suite that is small, portable, extremely fast, and extremely flexible. It targets a number of low-end machines including the Z80, 8086 and 80386, but there are many other code generators available (including the pdp-11). It supports several languages, including ANSI C, Pascal and Modula-2, and contains integrated runtime libraries including a libc. While it used to be a commercial product, it has been made open source under a BSD license.
    Tue Nov 4 11:02:28 2014 - permalink -
    - http://tack.sourceforge.net/index.html
    BSD compiler software
  • HelenOS project
    HelenOS is an open-source microkernel-based multiserver operating system written from scratch. It runs on several different CPU architectures (IA-32, x86-64, SPARC V9, IA-64, PowerPC, ARM, MIPS). HelenOS prides in portability, modularity, clean design and coding style.

    It does not mimic any existing system and it is not meant to be POSIX-compliant or UNIX-like at all. Just as an example, HelenOS does not support fork().
    Mon Oct 20 19:08:16 2014 - permalink -
    - http://www.helenos.org/
    BSD FOSS operating-system software
  • SourceForge.net: SaVi satellite constellation visualizer
    SaVi - satellite constellation visualization. Simulate Iridium, Globalstar, Sirius, GPS, Teledesic and other systems, modify them, or design your own. Uses Tcl/Tk and Unix libraries; 3D viewing option requires Geomview running on X Window. BSD license.
    Wed Jun 3 17:36:09 2009 - permalink -
    - http://sourceforge.net/projects/savi
    BSD FOSS geometry GPS physics satellite software Unix X11
  • noedler.de // softwareprojekte // wdfs: webdav filesystem
    wdfs is a webdav filesystem that makes it possible to mount a webdav share under linux, freebsd and apple mac os x. wdfs has some special features for accessing subversion repositories via webdav. it's based on fuse and neon.
    Mon Nov 10 15:44:49 2008 - permalink -
    - http://noedler.de/projekte/wdfs/index.html
    BSD Linux macosx network software TODO web
  • von und für lau - GPS-Tools
    Tools for processing of GPS track data.
    Tue Sep 9 17:17:29 2008 - permalink -
    - http://von-und-fuer-lau.de/gpstools.html
    BSD german GPS tool
  • Eric Kustarz's Weblog
    How to use ZFS snapshots as backup mechanism.
    Tue Nov 13 14:45:54 2007 - permalink -
    - http://blogs.sun.com/erickustarz/entry/zfs_on_a_laptop
    BSD filesystem Linux security TODO Unix ZFS
  • The Essential GNSS Project
    This project provides efficient 'c' functions for essential Global Navigation Satellite Systems (GNSS) algorithms. The 'BSD-style' license (http://en.wikipedia.org/wiki/BSD_license) allows non-restrictive use for commercial and open source development.
    Tue Nov 13 12:29:12 2007 - permalink -
    - http://gnsstk.sourceforge.net/
    BSD FOSS GNSS GPS radio software
  • lispbox - Google Code
    The new home of Lispbox, a "ready to run" package of a Lisp system, Emacs, SLIME and some libraries. Work in progress.
    Wed Apr 4 13:49:05 2007 - permalink -
    - http://code.google.com/p/lispbox/
    BSD common-lisp emacs lisp TODO
  • Metra-Shop
    Another web shop for Linux and BSD distributions.
    Tue Feb 6 19:45:21 2007 - permalink -
    - http://www.metra-shop.eu/
    BSD FOSS Linux web
Links per page: 20 50 100
page 2 / 2
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.