Git Product home page Git Product logo

cosix's People

Contributors

sgielen 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cosix's Issues

ISO?

Could we get an ISO installer published for Cosix, to make it easier to access for newbies? For example, drag and drop an ISO in a GitHub release.

'cstddef' not found

I get an error while compiling on:

vagrant@vagrant:~/cosix/build$ uname -a
Linux vagrant 4.7.0-cloudabi+ #1 SMP Fri Jul 21 12:03:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

The compiler moans about it not being able to find cstddef. I think I do indeed not have any stddef.h for i686. What did I miss in the installation of the build dependencies?

HEAD is now at 97121f8... Fix uninitialized memory and (blocking) behavior of read_keystrokes in terminal_impl.
vagrant@vagrant:~/cosix/build$ cmake -DCMAKE_BUILD_TYPE=Debug  -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-i686-elf.cmake ..
** Cross compiling for i686-unknown-cloudabi -- tests disabled, bare metal build enabled
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vagrant/cosix/build
vagrant@vagrant:~/cosix/build$ make
Scanning dependencies of target memory
[  0%] Building CXX object memory/CMakeFiles/memory.dir/allocation.cpp.obj
[  1%] Building CXX object memory/CMakeFiles/memory.dir/allocator.cpp.obj
[  1%] Building CXX object memory/CMakeFiles/memory.dir/page_allocator.cpp.obj
In file included from /home/vagrant/cosix/memory/page_allocator.cpp:3:
In file included from /home/vagrant/cosix/fd/process_fd.hpp:3:
In file included from /home/vagrant/cosix/fd/fd.hpp:6:
/home/vagrant/cosix/memory/smart_ptr.hpp:8:10: fatal error: 'cstddef' file not found
#include <cstddef>
         ^~~~~~~~~
1 error generated.
memory/CMakeFiles/memory.dir/build.make:110: recipe for target 'memory/CMakeFiles/memory.dir/page_allocator.cpp.obj' failed
make[2]: *** [memory/CMakeFiles/memory.dir/page_allocator.cpp.obj] Error 1
CMakeFiles/Makefile2:1734: recipe for target 'memory/CMakeFiles/memory.dir/all' failed
make[1]: *** [memory/CMakeFiles/memory.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

considered lwip?

RELEASE-1.0.md notes issues with the TCP/IP implementation here. My impression is that lwip is pretty complete and mature. (I think I discovered it via genode). Care to share your motivation for a from-scratch TCP/IP implementation?

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.