Giter Site home page Giter Site logo

azonenberg / antikernel Goto Github PK

View Code? Open in Web Editor NEW
110.0 18.0 10.0 8.88 MB

The Antikernel operating system project

Verilog 47.21% PHP 0.34% Shell 0.10% Makefile 0.01% TeX 0.65% C++ 29.05% C 10.20% Assembly 1.36% SystemVerilog 0.85% Coq 10.24% V 0.01%
security-hardening operating-system research-project system-on-chip fpga-soc fpga

antikernel's Introduction

Antikernel

This is the new development repository for the Antikernel OS.

Project Roadmap:

In no particular order...

Eventually some of these TODOs will be broken down into tickets on the issue tracker. Need to work out some finer details on design first.

  • The legacy Splash build system is being completely rewritten and replaced.
  • We'd love to write some developer documentation and formally specify the APIs for various existing components, as well as writing specifications for not-yet-implemented peripherals/drivers/services
  • Fix the SARATOGA L1 cache so the miss servicing latency isn't so bad.
  • Reduce hazards between SARATOGA execution units so we can dual-issue a higher fraction of instructions.
  • Experiment with porting Antikernel to a Xilinx Zynq SoC using both the Cortex-A9s and the FPGA.
  • We should probably have a filesystem at some point.

Stuff you might be interested in:

NOTES

The "legacy-*" directories contain a raw export of the old Subversion repository. This will all get moved elsewhere, possibly to separate repositories, during the upcoming restructuring.

antikernel's People

Contributors

azonenberg avatar unlockedoscillator avatar

Stargazers

 avatar Paul G avatar Cappuccino avatar  avatar  avatar dengyun avatar  avatar Pablo Luciano Rainieri avatar meejah avatar Patrick Liu avatar celestin avatar Timothy avatar Paran Lee avatar Tianrui Wei avatar  avatar Byron Hawksmith avatar Fernando Oleo Blanco avatar Abby avatar Qin Ruizhe avatar Ed_ avatar  avatar  avatar Devon 'fire' Adkisson avatar John Jung avatar Byron Gibson avatar Venkatesh Seetharam avatar David Vedvick avatar Sébastien Martini avatar Johan Pouwelse avatar Arun avatar Heyang Zhou avatar latrokles avatar codetrotter avatar Arindam Das avatar Kauê 地球の土星人 avatar TionebRR avatar Jevin Sweval avatar EL BOUMTIRI SAAD avatar Julian Kemmerer avatar  avatar Techcrafter avatar Menotdan avatar J avatar Schrodinger avatar Carlos Martínez avatar GAURAV avatar KUNAL ROY avatar Martin Ribelotta avatar justiceli avatar  avatar Hassan Abedi avatar Slava Shirokov avatar PrivyERA avatar  avatar  avatar Kevin.Y avatar Rich Persaud avatar Ekho avatar  avatar  avatar Muhammed Furkan USLU avatar  avatar Liam Nattrass avatar  avatar  avatar Rowan Thorpe avatar  avatar Ievgen Glinchuk avatar Udi Finkelstein avatar Calvin Hill avatar Ian Henderson avatar Alfredo Mazzinghi avatar Victor Makarov avatar WANMING avatar Preston Badeer avatar  avatar Jack avatar samy kamkar avatar C For C's Sake avatar yomimono avatar Hannes Mehnert avatar kono dio da avatar Attila Szász avatar Ravi Sekar Vijayakumar avatar Chris Fielder avatar Jeff Bush avatar Charles Eric LaForest avatar Martin Vahi avatar Aaron A. Glenn avatar Florent avatar Robin Larsson avatar  avatar Jason Ghent avatar  avatar  avatar Mike Panetta avatar Dan Park avatar Ed Miles avatar Andrey Dolgikh avatar J. Ryan Stinnett avatar

Watchers

Justin Marsh (:flaviusb) avatar Michael Grube avatar David Jablonski avatar Jevin Sweval avatar James Cloos avatar  avatar  avatar justiceli avatar  avatar Ed Miles avatar yomimono avatar Julian Kemmerer avatar  avatar  avatar Carlos Diaz avatar Muhammed Furkan USLU avatar  avatar  avatar

antikernel's Issues

jtagd randomly segfaults in Socket::Accept()

Connected to interface "Digilent Adept USB Device A (2232H)" (serial number "210279760222A")

Program received signal SIGSEGV, Segmentation fault.
0x00000000000015e6 in ?? ()
(gdb) bt
#0 0x00000000000015e6 in ?? ()
#1 0x00007ffff7550e74 in Socket::Accept (this=0x611670 <g_socket>) at /tmp/sb0/workdir/src/xptools/Socket.cpp:429
#2 0x000000000040b02e in main (argc=7, argv=0x7fffffffe6e8) at /tmp/sb0/workdir/src/jtagd/main.cpp:269
(gdb) frame 1
#1 0x00007ffff7550e74 in Socket::Accept (this=0x611670 <g_socket>) at /tmp/sb0/workdir/src/xptools/Socket.cpp:429
429 /tmp/sb0/workdir/src/xptools/Socket.cpp: No such file or directory.
(gdb) print this
$1 = (Socket * const) 0x611670 <g_socket>
(gdb) print *this
$2 = {_vptr.Socket = 0x7ffff7751650 <vtable for Socket+16>, m_af = 10, m_type = 1, m_protocol = 6, m_socket = 12}


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.