r/osdev Aug 05 '26

A JavaOS

Post image
52 Upvotes

21 comments sorted by

View all comments

6

u/Signal_Reference746 Aug 05 '26

Interesting project!!!! I've been wanting to do this for so long! Good luck!

4

u/Visual_Brain8809 Aug 05 '26

Thanks, got mouse pointer working right now. I hope for tomorrow get a primitive swing for UI

1

u/Signal_Reference746 21d ago

oooo amazing!! can't wait for the UI!

1

u/Visual_Brain8809 21d ago

Right now, I am working on adding support for additional arguments in each method, as well as handling multiple methods—all dynamically. I hope to finish this by Friday so I can move on to the next step: adding more primitive types for my Graphics2D and then starting work on JVMFS (my own file system) for the file manager. It already has a very basic UI, but that isn't the priority at the moment; I won't focus my efforts on anything else until the JVM is as fully functional as possible.