Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot General Programming Operating System development and utilization

 
  • 0 Vote(s) - 0 Average
Operating System development and utilization
hastlaking
Offline

Burgershot Member
Posts: 25
Threads: 9
Joined: Apr 2019
Reputation: 0
#1
2020-06-20, 12:45 AM
is it possible to write a operating system and utilize it with the latest programming language <GO>. i come up with a ideal logic, but the problem is im not sure do i have to code the API by my self or get existing ones if possible to acquire.
prez
Offline

Burgershot Member
Posts: 2
Threads: 0
Joined: Dec 2019
Reputation: 0
Location: Canada, eh!
#2
2020-07-09, 12:40 AM
Are you asking if it's possible to write an OS in Go? The answer would be no, as Go's runtime relies on the OS for many things (ex: memory allocations). If you're asking if you could interact with an OS using Go, the answer is a definite yes. You could write your OS' API in C, and expose these methods to Go, allowing you to interact with the OS using Go. Best of luck!
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode