Object-Oriented Operating System
- by nmagerko
As I thought about writing an operating system, I came across a point that I really couldn't figure out on my own:
Can an operating system truly be written in an Object-Oriented Programming (OOP) Language?
Being that these types of languages do not allow for direct accessing of memory, wouldn't this make it impossible for a developer to write an…