Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Asmadian thinks it's funny when there's a page fault while initializing multitasking (probably in move_stack()):
Man, weird stuff. First the weird VFS bug where gcc decided not to tell me about a syntax error, now this.
It look nice!. Save somewhere a copy of your OS image at this stage of development. I save my failed images. This way latter I will can see the progress.
Even better, first crash, then rise a copy up with alpha blending enabled
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
this is what happened when i had a dumb mistake that loaded up the code for a new process in my 16-bit real mode multitasking OS... into the base video RAM 0xB800.
miker00lz wrote:this is what happened when i had a dumb mistake that loaded up the code for a new process in my 16-bit real mode multitasking OS... into the base video RAM 0xB800.
Not the first 1 to do tht, I might add. If you can keep the code, add a cool backwards text command, which does as you see there. turn a bug into a feature. could be fun!
Sure I can XD! Thank you for the suggestion I added this crazy feature to Smile (my OS ) and I'm going to add the code to rotate the screen (portrait/landscape view).