Page 29 of 55

Re: When your OS goes crazy - Screenshots

Posted: Mon Feb 09, 2015 11:48 am
by bashcommando
muazzam wrote:
bashcommando wrote:"My code never generates bugs, just creates random spontanious features."
*spontaneous.
Thank you
Roflo wrote:@bashcommando: What is a RUT?
I have never had to explain that to somebody so I don't know what to tell you. Sorry.

Re: When your OS goes crazy - Screenshots

Posted: Tue Feb 10, 2015 12:06 am
by Brendan
Hi,
Roflo wrote:@bashcommando: What is a RUT?
Imagine a really bad dirt road, where (over time) people's wheels have created trenches because they're always driving in the same place. Those trenches are "ruts". The trenches/ruts make it hard to steer and tend to force you in the direction of the rut.

When someone says "I'm in a rut" they're mostly saying they've been doing the same thing for so long that they're having trouble doing something different.


Cheers,

Brendan

Re: When your OS goes crazy - Screenshots

Posted: Tue Feb 10, 2015 12:30 am
by alexfru
to be in a rut can be approximated as to be stuck (physically or mentally).

Re: When your OS goes crazy - Screenshots

Posted: Tue Feb 10, 2015 4:07 am
by Techel
Brendan wrote: Imagine a really bad dirt road, where (over time) people's wheels have created trenches because they're always driving in the same place. Those trenches are "ruts". The trenches/ruts make it hard to steer and tend to force you in the direction of the rut.
When someone says "I'm in a rut" they're mostly saying they've been doing the same thing for so long that they're having trouble doing something different.
Thank you for your detailed explanation.
I thought it would be a special term in the os dev language :D

Re: When your OS goes crazy - Screenshots

Posted: Tue Feb 10, 2015 5:55 am
by Antti
Roflo wrote:I thought it would be a special term in the os dev language
At least in this field it is very common to be in a rut.

Re: When your OS goes crazy - Screenshots

Posted: Tue Feb 10, 2015 6:01 am
by Muazzam
Brendan wrote: Imagine a really bad dirt road, where (over time) people's wheels have created trenches because they're always driving in the same place. Those trenches are "ruts". The trenches/ruts make it hard to steer and tend to force you in the direction of the rut.

When someone says "I'm in a rut" they're mostly saying they've been doing the same thing for so long that they're having trouble doing something different.
Oh, "rut" is a very common term (with very same meaning) in my native language (Saraiki) and my national language (Urdu) also. I thought that they are talking about any other "rut".

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 11, 2015 6:43 am
by bashcommando
I have yet another problem, I am trying to figure this out but whenever I press enter or return it only produces a carrier return and not a newline. Therefore...

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 11, 2015 7:19 am
by Muazzam
bashcommando wrote:I have yet another problem, I am trying to figure this out but whenever I press enter or return it only produces a carrier return and not a newline. Therefore...
Look like you're using your own font. Is it true?

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 11, 2015 7:32 am
by Techel
muazzam wrote:
bashcommando wrote:I have yet another problem, I am trying to figure this out but whenever I press enter or return it only produces a carrier return and not a newline. Therefore...
Look like you're using your own font. Is it true?
I don't think this is a custom font.

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 11, 2015 7:56 am
by Bender
muazzam wrote:Look like you're using your own font. Is it true?
Nah, that looks like standard Codepage 437.

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 11, 2015 8:15 am
by Muazzam
Bender wrote:
muazzam wrote:Look like you're using your own font. Is it true?
Nah, that looks like standard Codepage 437.
Oh, I was wrong. Characters were looking strange due problem in my computer's monitor resolution.

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 11, 2015 11:57 am
by bashcommando
muazzam wrote:
Bender wrote:
muazzam wrote:Look like you're using your own font. Is it true?
Nah, that looks like standard Codepage 437.
Oh, I was wrong. Characters were looking strange due problem in my computer's monitor resolution.
I eventually fixed this, but later there was a bug that it couldn't detect files in the filesystem(I am currently fixing this). It might be another stupid error like I messed up the syntax or something. I was programming my OS at around 11 PM last night so anything is possible. :lol:

Re: When your OS goes crazy - Screenshots

Posted: Fri Feb 13, 2015 4:14 am
by BrightLight
And this is what happens if I dump my kernel to VGA memory. :mrgreen:
Capture.PNG

Re: When your OS goes crazy - Screenshots

Posted: Fri Feb 13, 2015 5:46 am
by SpyderTL
Looks a lot like Space Invaders. Maybe you should just finish it up as a game instead of an OS! 8)

Re: When your OS goes crazy - Screenshots

Posted: Fri Feb 13, 2015 7:17 am
by BrightLight
SpyderTL wrote:Looks a lot like Space Invaders. Maybe you should just finish it up as a game instead of an OS! 8)
Heheh, I'm actually interested in game development as well. I might develop simple games for my OS after it's matured enough.