Can you program an os in java with a kernel and bootloader written in assembly or c++ or something?
jakx12 0 Junior Poster
Recommended Answers
Jump to PostMS research built a small system (Singularity) as a proof of concept in C#, so i suppose it is possible.
http://channel9.msdn.com/shows/Going+Deep/Singularity-A-research-OS-written-in-C/
Jump to PostUsually when a C program is compiled into an executable
access to the file system and console I/O is performed
through the underlying operating system's API
using executable instructions intended for execution
on a particular architecture (like x86-32).
The executable format will be dependent upon the OS
involved as well, …
All 5 Replies
wildgoose 420 Practically a Posting Shark
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
wildgoose 420 Practically a Posting Shark
NotNull 23 Posting Whiz in Training
NotNull 23 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.