• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Operating System development and utilization
#2
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!
  Reply


Messages In This Thread
RE: Operating System development and utilization - by prez - 2020-07-09, 12:40 AM

Forum Jump: