GithubHelp home page GithubHelp logo

supercip971 / wingos Goto Github PK

View Code? Open in Web Editor NEW
748.0 20.0 27.0 18.24 MB

a little 64bit operating system written in c++ with smp support

Home Page: https://www.cyp.sh/

C 0.63% C++ 92.78% Shell 2.97% CMake 0.15% Assembly 1.57% Python 1.90%
64bit kernel operating-system cpp osdev wingos x86-64 os hobby-os

wingos's Introduction

Wingos (REWRITE)

This is currently the rewrite that I am working on. If you want to see the original version you can take a look at the old branch. Note that if you want to see a working (and cool!) project, you should visit the brutal project or skift.

Also, this is currently really Work in progress, so do not expect well written code and I have a lot of exams lately, I'm not able to work as much as I was before.

wingos's People

Contributors

raphael3292383 avatar supercip971 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wingos's Issues

weird sse bug

for the test app there is one sse instruction that create a general protection fault (in usr_lib/kgui/window.cpp file)
in cpp :

 window::window(const char* name, uint64_t window_width, uint64_t window_height) : graphic_context(window_width, window_height, name) /* here */ {
        width = window_width;
        height = window_height;
        window_name = name;

        graphic_context.clear_buffer(sys::pixel(100,100,100,0));
        graphic_context.swap_buffer();
    }

in asm :

movaps %xmm0,-0x30(%rbp)

i don't know why
https://forum.osdev.org/viewtopic.php?f=1&t=16913&start=0
say that

I found out that all aligned MMX and SSE reads and writes to video memory fail under
Virtual PC. It works when the code works with normal system memory.

This looks like a VPC bug.

for the moment i turn off sse for user app

Formatting

Hello there, I'm looking towards contributing, but, there's an issue, there's no set standards, and I think it would benefit everyone if there was a clang format config, as it is the usual standard tool for formatting.

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.