Re: What does your OS look like? (Screen Shots..)
Posted: Sat Feb 20, 2016 12:29 pm
Work in progress GUI.
The Place to Start for Operating System Developers
http://f.osdev.org/
Beautiful! Mind if you PM me that background?mariuszp wrote:Work in progress GUI.
How are you setting the graphics mode? Do you use hardware acceleration? It looks very pretty!mariuszp wrote:Work in progress GUI.
Cool. But why you have a "if the kernel hangs here bla bla bla" line? Why not use the system test and display that message only when needed? This is my OS on 31 MB of RAM, so it crashes with error.nakst wrote:I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3
This message is printed just before I switch to preemptive scheduling. Since I can't think of a processor speed independent way to test if the PIT is working correctly, I just added in that line. I'll probably remove it in the future - most of the logging stuff now is temporary and for debugging reasons only.catnikita255 wrote:Cool. But why you have a "if the kernel hangs here bla bla bla" line? Why not use the system test and display that message only when needed? This is my OS on 31 MB of RAM, so it crashes with error.nakst wrote:I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3
I like how the 'q' looks in your fontcatnikita255 wrote:Cool. But why you have a "if the kernel hangs here bla bla bla" line? Why not use the system test and display that message only when needed? This is my OS on 31 MB of RAM, so it crashes with error.nakst wrote:I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3
It's stupid, I know.dseller wrote:I like how the 'q' looks in your fontcatnikita255 wrote:Cool. But why you have a "if the kernel hangs here bla bla bla" line? Why not use the system test and display that message only when needed? This is my OS on 31 MB of RAM, so it crashes with error.nakst wrote:I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3
It's in the source code and in Git (I'd just like to know what the program that generated it looks like, presumably randomly):omarrx024 wrote:Beautiful! Mind if you PM me that background?mariuszp wrote:Work in progress GUI.
why i can not open your website? I want see your source code, have you put your code on github?catnikita255 wrote:U365 on Bochs. See that cool text in the bottom
I've noticed that too. catnikita255: your site is down, Chrome says: ERR_NAME_NOT_RESOLVED.quxuan wrote:why i can not open your website? I want see your source code, have you put your code on github?catnikita255 wrote:U365 on Bochs. See that cool text in the bottom