davidcallanan/os-series

A few ideas/questions?

Opened this issue · 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.

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