Code Monkey home page Code Monkey logo

meetixos's Introduction

Hi everyone

I'm Marco Cicognani, an enthusiastic Operating System developer which loves modern C++, Rust and Java.

  • πŸ”­ I’m currently working on MeetixOS an operating system written in modern C++20 which aims to be Unix-like
  • 🌱 I'm currently dreaming about a language with a syntax similar to Rust but without the borrow checker...ow it's Carbon!

Feel free to contact me at [email protected]/[email protected]


🐱 My Github stats:

MarcoCicognani's github stats Top Langs

meetixos's People

Contributors

marcocicognani avatar mek101 avatar mikumikudice avatar omega0x013 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meetixos's Issues

How to build

what libraries to need be install i type in terminal sudo bash build.sh and i have binutils build failed
Xubuntu 64 bit 2gb of ram

Please delete this file or add copyright headers

Hi Marco,

I occasionally search for unique symbol names from my projects on Github to find derivative works and validate license compliance. While doing so, I found that your repository contains a copy of my dynamic linker source without license information. I suspect you were using it as an educational reference while building your own loader and committed it at that time. If you could remove this file from your repository, or add the relevant copyright information from the original license it would be greatly appreciated. I hope my code has been useful to you (though my dynamic loader is a terrible hack, so hopefully you didn't follow it too closely)!

https://github.com/MarcoCicognani/MeetiX-OS-Project/blob/69763c6c3caeefb322c065d3d3c74afafebdb790/source/userspace/servers/spawner/linker.c

Problems building MeetixOS

I have an Ubuntu 18.04.6 running on x86.
I tried to build the project from command line using the instructions from BuildInstructions.md, however I failed when I had to run ninja run. These are the steps from my attempt:

sudo apt install build-essential gcc g++ cmake ninja-build libmpfr-dev libmpc-dev libgmp-dev qemu-system-x86 qemu-utils grub2-common xorriso patch wget
cd MeetixOS/Toolchain
./Build.sh
cd ../Build
mkdir -p Release
pushd Release
cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=Build/CMakeToolchain.txt -DCMAKE_BUILD_TYPE=Release ../..
popd
cd Release
ninja run

I attached three files containing the output of ./Build.sh, cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=Build/CMakeToolchain.txt -DCMAKE_BUILD_TYPE=Release ../.. and ninja run.
build.log
cmake.log
ninja.log

Is there any way I can solve this issue or is there any attempt to create a script that can handle the whole build process?

Lost of input focus

Dopo il boot iniziale, se si deseleziona la finestra di Qemu, Meetix non sembra piΓΉ registrare alcun input.

Manjaro Gnome su Wayland, per riferimento

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.