The Linux monster has struck again!
The Linux monster has struck again!
After getting all nice and cozy on a new world named Fedora Core 8, I decided to do some devving. Everything was going nicely, compiling, linking, and with no conflicts from taking my code from a Windows system to a Nix system.
But then... out of the dark depths of the Linux Kernel came a foul beast. It struck my code down and in its rampage, killed itself in the process.
When the dust had settled, I found there was nothing left, just a lowly kernel panic with cryptic symbols plaguing the screen.
Upon reboot, all was null.
Now I am back on my Windows XP Pro machine, minus a days worth of code =(.
But then... out of the dark depths of the Linux Kernel came a foul beast. It struck my code down and in its rampage, killed itself in the process.
When the dust had settled, I found there was nothing left, just a lowly kernel panic with cryptic symbols plaguing the screen.
Upon reboot, all was null.
Now I am back on my Windows XP Pro machine, minus a days worth of code =(.
Website: https://joscor.com
Re: The Linux monster has struck again!
What "all"? It is next to impossible for a kernel panic to wipe out your hard drive. I've never heard of such a thing.01000101 wrote:When the dust had settled, I found there was nothing left, just a lowly kernel panic with cryptic symbols plaguing the screen.
Upon reboot, all was null.
Every good solution is obvious once you've found it.
-
- Member
- Posts: 391
- Joined: Wed Jul 25, 2007 8:45 am
- Libera.chat IRC: aejsmith
- Location: London, UK
- Contact:
It's possible that if the kernel didn't sync it's buffers some critical files could get damaged, but certainly not the entire disk... and I've never had that happen to me.
Plus, a panic doesn't leave "cryptic symbols" on the screen. If you were on the console it'll just print a message and hang up, in X it'll just hang up.
Oh, and s/Fedora Core/Fedora/ - the name changed back when 7 was released
Plus, a panic doesn't leave "cryptic symbols" on the screen. If you were on the console it'll just print a message and hang up, in X it'll just hang up.
Oh, and s/Fedora Core/Fedora/ - the name changed back when 7 was released
I meant, it wouldnt boot back up, the OS was shot. I couldnt get even a shell.
Website: https://joscor.com
nah, I'm just going to re-install Kubuntu 7.10 on it.. or maybe OSX. It's not my primary development machine, its more of my generic machine to use when my dev machine is doing something that takes a long time.
Website: https://joscor.com
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
What did you do to it?
It wouldn't kill itself.
Crypic Symbols?
-JL
It wouldn't kill itself.
Crypic Symbols?
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
my gawd people, it was a heavily embellished story. Stop picking it apart so literally.
I have no idea what I did to be honest. The only thing I can think of is a bad mouse driver because my mouse kept cutting out (RAZER DeathAdder), but then again, aren't drivers run in a user-level ring in linux? I had the OS check the CD for pre-installation issues, but it gave it a clean bill of health.
I have no idea what I did to be honest. The only thing I can think of is a bad mouse driver because my mouse kept cutting out (RAZER DeathAdder), but then again, aren't drivers run in a user-level ring in linux? I had the OS check the CD for pre-installation issues, but it gave it a clean bill of health.
Last edited by 01000101 on Wed Feb 13, 2008 2:26 pm, edited 1 time in total.
Website: https://joscor.com
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
yeah, silly me, a primarily windows user not willing to spend more time on a kernel-panic than I have to.
I don't see the issue with that?
And this was posted out of sheer boredom as something to make fun of Linux, something ALL OS's should aspire to be lol.
I don't see the issue with that?
And this was posted out of sheer boredom as something to make fun of Linux, something ALL OS's should aspire to be lol.
Website: https://joscor.com
- mathematician
- Member
- Posts: 437
- Joined: Fri Dec 15, 2006 5:26 pm
- Location: Church Stretton Uk
Ah, but according to Linux mythology that is what Windows is supposed to do, you see. Forever crashing and displaying a BSOD. Actually, I have never seen one.Brynet-Inc wrote:And people are "seriously" going to trust your operating system with network security?
You must be joking.... this entire topic is just sad.
The continuous image of a connected set is connected.
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Some, but most run in the kernel as loadable modules. Linux is a modular monolithic kernel (seeing as you're on a OSDev forum you should know that ). An example of a real-world microkernel is Minix.01000101 wrote:aren't drivers run in a user-level ring in linux?
My OS is Perception.
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
I've seen windowz crash once per 3 days.
I have never seen Linux crash.
-JL
I have never seen Linux crash.
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
I've had drivers for my old laptop's ethernet card lock up the kernel, whereas windows 95 installed fine on it and the drivers worked perfectly once I downloaded them (which wasn't nearly as hard as setting up drivers in Linux was).piranha wrote:I've seen windowz crash once per 3 days.
I have never seen Linux crash.
-JL
Anecdotal evidence, Woo!