os-series icon indicating copy to clipboard operation
os-series copied to clipboard

A few ideas/questions?

Open Zingam opened this issue 4 years ago • 1 comments

  • What will it take to enable debugging/remote debugging? Is that a feasible feature to implement: remote debugging from within VSCode?
  • Use CMake to build and deploy from within VSCode.
  • Add support /examples for other languages C++/Rust, which should be basically the same as for C I guess.
  • Implement and use some standard libc-like, etc. functions, instead of a custom api.
  • A most simple command line/interpreter/programming language to facilitate the OS features.

Zingam avatar Feb 20 '21 18:02 Zingam

Thanks for your questions/suggestions.

  1. Re: remote debugging - I don't use C much so unfortunately I don't know any of the tooling for debugging.
  2. Re: CMake - How does the current build script not let you build from within VS Code?
  3. Re: C++/Rust - I don't think I will be doing that in this series.
  4. Re: standard library - Perhaps.
  5. Re: command line/language - Perhaps

davidcallanan avatar Jul 20 '21 11:07 davidcallanan