When your OS goes crazy - Screenshots
Re: When your OS goes crazy - Screenshots
Edit, i have made a mistake. I have found the returned Troy Martin on here, and he is not you.
However, do make an OS that at least has 20% your code.
However, do make an OS that at least has 20% your code.
Last edited by VolTeK on Tue Jan 28, 2014 11:06 pm, edited 1 time in total.
- Bender
- Member
- Posts: 449
- Joined: Wed Aug 21, 2013 3:53 am
- Libera.chat IRC: bender|
- Location: Asia, Singapore
Re: When your OS goes crazy - Screenshots
@VolTek Thanks for the insult!
PS. I feel insults aren't bad, they are just encouragements that are like a little bit extreme, like
"Copy-Pasters can't implement multitasking, sid123's OS will never have it" - Insult (giving the reader more inspiration)
"Hey! How about multitasking?" - Encouragement, Just a little polite version of the Insult
have a problem when interacting with you, and I think that I have learnt from my mistakes, I myself accept the fact that I've asked too many dumb questions on this board, which could be easily answered by a bit of googling, until Combuster had no option rather than an insult, (see my last question) and thanks to him which made me get onto the right track, after all "We all learn from our painful mistakes", Combuster's insult made me feel that I had left something behind, something very
important, which I now call "knowledge", I spent a month and a half on my
assembly skills. I prefer calling my OS as a test bed for my assembly skills, rather that a real OS. And now your insult has inspired me to write a multitasking system.
I feel we're going OT, let's keep this thread to where it belongs.
PS. I feel insults aren't bad, they are just encouragements that are like a little bit extreme, like
"Copy-Pasters can't implement multitasking, sid123's OS will never have it" - Insult (giving the reader more inspiration)
"Hey! How about multitasking?" - Encouragement, Just a little polite version of the Insult
Yes I would. Experience has told me that when you're new the experienced ones willYou'd better smarten up. That bull**** isn't tolerated here.
have a problem when interacting with you, and I think that I have learnt from my mistakes, I myself accept the fact that I've asked too many dumb questions on this board, which could be easily answered by a bit of googling, until Combuster had no option rather than an insult, (see my last question) and thanks to him which made me get onto the right track, after all "We all learn from our painful mistakes", Combuster's insult made me feel that I had left something behind, something very
important, which I now call "knowledge", I spent a month and a half on my
assembly skills. I prefer calling my OS as a test bed for my assembly skills, rather that a real OS. And now your insult has inspired me to write a multitasking system.
I feel we're going OT, let's keep this thread to where it belongs.
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
(R3X Runtime VM)(CHIP8 Interpreter OS)
Re: When your OS goes crazy - Screenshots
Me trying to implement a TerminalWriteString:
- Bender
- Member
- Posts: 449
- Joined: Wed Aug 21, 2013 3:53 am
- Libera.chat IRC: bender|
- Location: Asia, Singapore
Re: When your OS goes crazy - Screenshots
@PearOS Great Dude! I have been following your project, sad to see the website removed. It's in C# right?
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
(R3X Runtime VM)(CHIP8 Interpreter OS)
Re: When your OS goes crazy - Screenshots
Thank you! I removed it because Codeplex kinda has a slow SVN at times and its really buggy. I'm not quite sure if I will make PearOs5 (the current version of PearOs) open source yet. I have a lot to work on and finish, yes its still in C# but this time with my own Compiler and tools. I moved away from Cosmos a long time ago and started my own Kernel.sid123 wrote:@PearOS Great Dude! I have been following your project, sad to see the website removed. It's in C# right?
- Matt
- Bender
- Member
- Posts: 449
- Joined: Wed Aug 21, 2013 3:53 am
- Libera.chat IRC: bender|
- Location: Asia, Singapore
Re: When your OS goes crazy - Screenshots
Things "CAN" get messed up sometimes you know.......
Btw My OS is in Real Mode and the size of this file was 349 KB! (Nah, I just used the DOS MZ Format........)
I was "trying" to display in BMP image (340 KB in size) with my OS.......
Of course I'm now in Protected Mode.
This also runs under DOS-Box, So yeah DOS-Compatibility, DOS Compatibility, Yeah, DOS!
Btw My OS is in Real Mode and the size of this file was 349 KB! (Nah, I just used the DOS MZ Format........)
I was "trying" to display in BMP image (340 KB in size) with my OS.......
Of course I'm now in Protected Mode.
This also runs under DOS-Box, So yeah DOS-Compatibility, DOS Compatibility, Yeah, DOS!
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
(R3X Runtime VM)(CHIP8 Interpreter OS)
Re: When your OS goes crazy - Screenshots
Yet another f***-up, this time when writing terminal scrolling:
-
- Member
- Posts: 307
- Joined: Wed Oct 30, 2013 1:57 pm
- Libera.chat IRC: no92
- Location: Germany
- Contact:
Re: When your OS goes crazy - Screenshots
This is my OS going crazy with failed console scrolling:
Re: When your OS goes crazy - Screenshots
I recently read the book Nineteen Eighty-Four. The good people at the English Socialist Party has really revolutionized core concepts such as truth. Inspiring stuff. This naturally makes my realize how ungoodthinkwise I've been coding until now. In particular, I haven't been using ministry-approved addition tables. But really, the core issue is that I have not been upsubing my boolean constants at runtime for ministry inquiry, in case the party officials have rectified the truth. Naturally, there's a considerable amount of work converting my existing code to a model where the truth is not known until it has been verified at runtime. Nonetheless, I have rectified the <stdbool.h> header with the following oldproglang compatibility:
As expected, rectifying the truth caused trasitionwise issues. For instance, the kernel didn't boot and heap assertions went volatility explosive. Addressing these issues caused my system to boot up successwise. The latest feature is that the ministry of truth is now able to mandate the behaviour of the ls program at runtime:
I'm not entirely sure what the party policy did to my editor, but I don't doubt the comrades at Ingsoc surely had intended something goodthinkful to happen:
Code: Select all
bool __minitrue_verify_truth(void);
#define true (__minitrue_verify_truth())
#define false (!__minitrue_verify_truth())
Code: Select all
bool __minitrue_verify_truth(void)
{
/* TODO: Connect to the ministry of truth and ask for the current value of true. */
time_t now;
time(&now);
return (now ^ rand()) % 100 == 50;
}
I'm not entirely sure what the party policy did to my editor, but I don't doubt the comrades at Ingsoc surely had intended something goodthinkful to happen:
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: When your OS goes crazy - Screenshots
Is there camera support in here?I recently read the book
Re: When your OS goes crazy - Screenshots
The Party is satisfied.
- Bender
- Member
- Posts: 449
- Joined: Wed Aug 21, 2013 3:53 am
- Libera.chat IRC: bender|
- Location: Asia, Singapore
Re: When your OS goes crazy - Screenshots
Trying to enter VGA ModeX,
Don't know if I really entered as the Text should read 'This is ModeX, Woo!'
This is probably the largest problem with undocumented stuff like Unreal Mode, ModeX, and other hacks, that you can't expect reliable behaviour
Btw Thinking of throwing a party, shifted my development system to Ubuntu (because MingW had huge problems while compiling OpenGL and SDL
programs, who cares anyway?) =_=
And please don't blame me for that huge whitespace around the image, I am a MS-Paint guy , GIMP's quite complicated though
Don't know if I really entered as the Text should read 'This is ModeX, Woo!'
This is probably the largest problem with undocumented stuff like Unreal Mode, ModeX, and other hacks, that you can't expect reliable behaviour
Btw Thinking of throwing a party, shifted my development system to Ubuntu (because MingW had huge problems while compiling OpenGL and SDL
programs, who cares anyway?) =_=
And please don't blame me for that huge whitespace around the image, I am a MS-Paint guy , GIMP's quite complicated though
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
(R3X Runtime VM)(CHIP8 Interpreter OS)
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: When your OS goes crazy - Screenshots
Are you seriously going to pick up on RDOS' worst traits? Based on that screenshot I can tell you exactly what you did wrong. I have not seen any VGA frontend that didn't do Mode X - including all emulators which get Mode X right all the time even though they do tend to have problems with all sorts of more elaborate hacks.sid123 wrote:This is probably the largest problem with undocumented stuff like Unreal Mode, ModeX, and other hacks, that you can't expect reliable behaviour
Same goes for unreal mode being perfectly predictable.