Code Monkey home page Code Monkey logo

Comments (11)

MarcoCicognani avatar MarcoCicognani commented on August 17, 2024

Hi CheyenneForbes, yes, my project is still active, but due to some personal problems and commitments, development proceeds very slowly. I have not yet reached a new stable release

from meetixos.

CheyenneForbes avatar CheyenneForbes commented on August 17, 2024

How hard would it be to switch this to a hybrid kernel?

from meetixos.

MarcoCicognani avatar MarcoCicognani commented on August 17, 2024

What do you mean for hybrid kernel? Userspace kernel servers and kernel relocatable modules?

from meetixos.

CheyenneForbes avatar CheyenneForbes commented on August 17, 2024

yes

from meetixos.

MarcoCicognani avatar MarcoCicognani commented on August 17, 2024

Mmmh, make EvangelionNG, the MeetriX's kernel, an Hybrid Kernel is not a goal of the project, at the moment I'm working on the dynamic linker

from meetixos.

CheyenneForbes avatar CheyenneForbes commented on August 17, 2024

If EvangelionNG was hybrid MeetriX could one day rob windows and osx of users :)

from meetixos.

MarcoCicognani avatar MarcoCicognani commented on August 17, 2024

The main problem is that EvangelionNG is not unix like, and there is no support for standard syscalls to perform generic access to a driver like unix for devices (with the: open, close, write, close, ioctl...ecc syscalls) because MeetiX have not the devices files :-(

from meetixos.

CheyenneForbes avatar CheyenneForbes commented on August 17, 2024

is [email protected] still the email address to get to you?

from meetixos.

MarcoCicognani avatar MarcoCicognani commented on August 17, 2024

Yes

from meetixos.

maxdev1 avatar maxdev1 commented on August 17, 2024

It's not really a problem that the kernel is not unix-like, actually the design already plans to have device files (a hard disk is a device too after all).

The fs_delegate_tasked in Ghost (or FsDelegateTasked in EvNG) is a generic interface that allows the implementation of user space drivers. Those could be a hard disk, but also any other device. In the fs model, you just need a new node with this type of delegate & a handler process to perform the actual communication.

from meetixos.

CheyenneForbes avatar CheyenneForbes commented on August 17, 2024

I sent you an email

from meetixos.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.