CybOS

  • Creating partitioned virtual disk images
    Oct 11, 2011 ·

    Using a disk image is very easy: download the file, mount it through a so-called “loopback” device and your OS will see the image as it was an real harddisk, CDR or DVD. When I needed to …

    Read more →
  • Back to basics: virtual memory
    Apr 9, 2011 ·

    Memory is something (almost) no computer can do without. In todays world the saying goes: the more memory the better. But the way computers uses memory is very different than they did only a few …

    Read more →
  • Deflating the universe
    Jun 2, 2010 ·

    Compression is used all around us every single day. You (or your girlfriend/wife most likely) folds your clothes nicely so they all fit in your closet. When recycling, you flatten the cardboard …

    Read more →
  • CybOS - Part 1 : In the beginning, there was 0x7C00
    Feb 11, 2010 ·

    Welcome to the first part of CybOS. We talk a bit about the bootsector. From part 2 on, everything is “kernel based”, which means we have setup the system and jumped to our main kernel. …

    Read more →
  • CybOS - A tutorial OS
    Feb 10, 2010 ·

    Somewhere in 1998 or even earlier, I started my own little project in creating a - functional - Operating System from scratch. Not a linux clone and not a MS-DOS wannabe. Just a simple OS that is …

    Read more →