User:Pcmattman

From OSDev.wiki
Revision as of 02:50, 1 April 2009 by osdev>Pcmattman
Jump to navigation Jump to search

This is my user page, I'll keep it up to date with information about my OS, articles I have here on the wiki, and other weird and wonderful things...

My OS Projects

Pedigree

Project site

Features:

  • x86, x86_64, PPC, MIPS and ARM targets
  • POSIX compatibility
  • Full TCP/IP stack
  • bash, GCC/binutils, coreutils, other programs ported

Mattise - a simple x86 hobby OS with a monolithic architecture.

SourceForge.net project page, Official website

Current features:

  • Preemptive multitasking
  • POSIX compatibility
  • binutils and nasm port (working on a GCC port)
  • C library port
  • Robust IPC system
  • Efficient memory manager
  • No VFS

Planned:

  • GCC port
  • A VFS
  • Networking
  • bash port
  • Signal handling

My Articles

Porting Newlib - a simple tutorial that covers a newlib port for your OS.