Giter Site home page Giter Site logo

borrrden / borrrdex Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 2.0 2.32 MB

My progress following and expanding on the ponchoOS tutorials

License: BSD 2-Clause "Simplified" License

Makefile 0.13% C 6.37% Assembly 2.26% C++ 87.35% Batchfile 0.07% CMake 1.14% Shell 2.47% Pawn 0.22%

borrrdex's People

Stargazers

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

Watchers

 avatar  avatar  avatar

borrrdex's Issues

Performance issues with SSE memcpy

SSE memcpy is a viable option... but it's nowhere near as fast as a simple rep movsb on ERMS-enabled CPUs. Even the Linux kernel implements memcpy with rep movsb on ERMS-enabled machines, and uses SSE/AVX as a fallback.

I recommend using rep movsb, or adding an ERMS branch into your memcpy.

how do you build

rizet@rizet-wDPC ~/borrrdex (main)> make all
ninja -j4 -C Kernel/build
ninja: Entering directory `Kernel/build'
ninja: fatal: chdir to 'Kernel/build' - No such file or directory
make: *** [Makefile:17: kernel] Error 1
rizet@rizet-wDPC ~/borrrdex (main) [2]>

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.