descriptionnone
homepage URLhttp://jgraef.bplaced.net/meinos/
ownerjanosch.graef@gmx.net
last changeFri, 12 Aug 2011 18:27:10 +0000 (12 20:27 +0200)
content tags
add:
README
A unix-similar microkernel x86 operating system.
Development stopped!

Platform: x86
Type: Microkernel
Language: C, Assembler
Binary format: ELF

Features:
  * Kernel:
    * Memory Management
    * Process Management
    * IPC:
      * Message Queues (POSIX)
      * Shared Memory (POSIX)
      * Semaphores (POSIX)
      * Remote Procedure Call
      * Signals (POSIX)
    * Multi-boot compatible
  * Server (drivers running in userspace):
    * Console (keyboard and text screen)
    * ATA (with ATAPI)
    * CDROM
    * Cirrus Logic
    * COM
    * DevFS (/dev)
    * DMA
    * FAT
    * Floppy
    * ISO9660
    * PCI
    * pseudo-devices (/dev/null, /dev/zero, /dev/urandom)
    * Ramdisk
    * Virtual File System (manages mountpoints of other filesystems)
  * Libraries:
    * libmeinos
      * CMOS
      * DevFS
      * DMA
      * RPC
      * Linked Lists
      * Lock (spinlock)
      * Path (path parsing utilities)
      * PCI
      * Process (process control)
    * stdlibc
    * libcdi (Common Driver Interface; not up to date!)
      * BIOS
      * Cache
      * DMA
      * Filesystems
      * Networking
      * PCI
      * SCSI
      * Storage
      * Video

  
shortlog
2011-08-12 Janosch Gräfcommited some changes and added READMEmaster
2009-04-06 Janosch Gräf+diagram
2009-04-05 Janosch Gräflibs: ~fixed hack that merges libc and libmeinos
2009-04-05 Janosch Gräf-tests.meinos
2009-04-05 Janosch Gräfkernel: ~Stack can grow now (upto 4MB)
2009-04-05 Janosch Gräfstdlibc: ~several fixes
2009-04-05 Janosch Gräfstdlibc: -dprintf.o
2009-04-04 Janosch Gräfiso9660: ~Check signature
2009-02-15 Janosch GräfHeavy fix
2009-02-15 Janosch Gräf+libm
2009-01-27 Janosch Gräf+ exec* functions
2009-01-03 Janosch Gräfcdi: ~headers are WTFPL now
2009-01-03 Janosch Gräfcdrom: ~uses LGPL now
2008-12-26 Janosch Gräfkernel2: ~do not load to many/large executables
2008-12-26 Janosch Gräfmount: +umount
2008-12-26 Janosch Gräflibmeinos: +llist2
...
heads
12 years ago master