Results 1 to 7 of 7

Thread: open source os in c# / il to assembly

  1. #1

    open source os in c# / il to assembly

    Now this is something i never held for possible an realy working os written in c#. http://www.gocosmos.org/

    The part that makes it work is il2cpu. That tranlates the il language of .net to real assembly code. Now this even might be useable in other ways: use remobjects chrome to create real x86 and even 64bit applications, maybe even linux apps...
    http://3das.noeska.com - create adventure games without programming

  2. #2

    open source os in c# / il to assembly

    so you want a challenge? create a object oriented branch-free kernel written in pascal

    i'd pay to have that actually.
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  3. #3

    open source os in c# / il to assembly

    Delfi, what do you mean with branch free?

    I've written a object oriented multitasking, multiprocessor kernel in freepascal using mode objfpc. It works pretty well currently but I just haven't had time to work on it in the last few weeks
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  4. #4

    open source os in c# / il to assembly

    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  5. #5

    open source os in c# / il to assembly

    WHAT?! Are you mad?!? :lol:
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  6. #6

    open source os in c# / il to assembly

    Quote Originally Posted by JSoftware
    Delfi, what do you mean with branch free?

    I've written a object oriented multitasking, multiprocessor kernel in freepascal using mode objfpc. It works pretty well currently but I just haven't had time to work on it in the last few weeks
    That's great JSoftware! Are you able to install it in the boot sector? If so, how do you do that? I suppose you have to create your own memory management routines, etc. And what features do you have in the kernel?

  7. #7

    open source os in c# / il to assembly

    Quote Originally Posted by cronodragon
    Quote Originally Posted by JSoftware
    Delfi, what do you mean with branch free?

    I've written a object oriented multitasking, multiprocessor kernel in freepascal using mode objfpc. It works pretty well currently but I just haven't had time to work on it in the last few weeks
    That's great JSoftware! Are you able to install it in the boot sector? If so, how do you do that? I suppose you have to create your own memory management routines, etc. And what features do you have in the kernel?
    I'm currently just using GRUB to boot it. I use pretty much of the functionality in the FPC RTL including the default heap manager for all memory management. The feature list is pretty small currently. It supports preemptive multitasking, keyboard handling and simple harddrive detection. It still needs some form of IPC to be usable for userland applications
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •