↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: linux

Post navigation

← Older posts
Newer posts →

End of an Era – Linus Removes .386 CPU Support

Adventures With Linux ™ Posted on December 12, 2012 by RGDecember 12, 2012

Linux was first developed by Linus on an old .386 system, way back in 1991, and now that cord has been cut, and .386 CPUs are no longer supported: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=743aa456c1834f76982af44e8b71d1a0b2a82e21 From the comments: Pull “Nuke 386-DX/SX support” from Ingo Molnar:  “This tree removes ancient-386-CPUs support and thus zaps quite a bit   of complexity:     24 files changed, 56 insertions(+), 425 deletions(-)   … which complexity has plagued us with extra work whenever we wanted   to change SMP primitives, for years.   Unfortunately there’s a nostalgic cost: your old original 386 DX33   system from early 1991 won’t be able to boot modern Linux kernels   anymore.  Sniff.” I’m not sentimental.  Good riddance. My first ‘home’ Linux system – in 1997 – was an HP Vectra 486 … Continue reading →

Posted in compilation, kernel, Linux | Tagged 386 cpu, history, kernel, linux, support removed | Leave a reply

Finally – 3.7 is out..

Adventures With Linux ™ Posted on December 11, 2012 by RGDecember 11, 2012

Finally, kernel 3.7 is released… I updated my main x86_64 system, and all seems to be OK, as expected.    The latest NVIDIA driver – 310.19 – compiles and runs OK, and VMware 9.0.1 compiles after the usual workaround for version.h: # ln -s /usr/src/linux-3.7/include/generated/uapi/linux/version.h /usr/src/linux-3.7/include/linux/version.h Note that this example is for the official source from kernel.org.    You … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.7, compile, kernel, linux, nvidia, success, vmware | 2 Replies

Dreamplug to -rc5 – No Problems..

Adventures With Linux ™ Posted on November 11, 2012 by RGNovember 11, 2012

Just updated the Dreamplug to 3.7-rc5 (just released..) and there are no surprises.. Fedora release 17 (Beefy Miracle) Kernel 3.7.0-rc5 on an armv5tel (ttyS0) …………………… $ uname -a Linux rgdreamplug 3.7.0-rc5 #1 Sun Nov 11 23:10:12 GMT 2012 armv5tel armv5tel armv5tel GNU/Linux Robert Gadsdon.. November 11th 2012. … Continue reading →

Posted in compilation, Dreamplug, Fedora, kernel, Linux / ARM | Tagged arm, compile, dreamplug, kernel 3.7-rc5, linux, success, update | 1 Reply

Forget 3.6.4, Here is 3.6.5!

Adventures With Linux ™ Posted on November 1, 2012 by RGNovember 1, 2012

Only recently updated to 3.6.4, and already 3.6.5 is released: $ uname -a Linux rglinux 3.6.5 #1 SMP Thu Nov 1 15:37:56 GMT 2012 x86_64 x86_64 x86_64 GNU/Linux Runs fine, with VMware Workstation 9.0 (with the 3.5 patch) and the latest NVIDIA driver – 310.14.. See all the things that have been fixed: http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.6.5 … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.6.5, compilation, kernel, linux, nvidia, success, vmware | Leave a reply

Dreamplug – 3.7-rc3 – Finally a Clean Compile..

Adventures With Linux ™ Posted on October 29, 2012 by RGOctober 29, 2012

Just updated the Dreamplug to 3.7-rc3, and the kernel compile is now without errors..   So, finally, the ERROR: “read_current_timer” problem has been fixed.. Fedora release 17 (Beefy Miracle) Kernel 3.7.0-rc3 on an armv5tel (ttyS0) ………………… $ uname -a Linux rgdreamplug 3.7.0-rc3 #1 Mon Oct 29 08:30:44 GMT 2012 armv5tel armv5tel armv5tel GNU/Linux … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux / ARM | Tagged arm, clean compile, dreamplug, kernel 3.7-rc3, linux | 2 Replies

Kernel 3.7-rc2 – Same fixes as for 3.7-rc1..

Adventures With Linux ™ Posted on October 22, 2012 by RGOctober 22, 2012

Just updated my test system to 3.7-rc2, and the same patches and ‘workarounds’ are needed for NVIDIA (driver 310.14) and VMware (9.0 with 3.5 patch) as mentioned in my earlier post, for -rc1.. # uname -a Linux rg6830l 3.7.0-rc2 #1 SMP Mon Oct 22 01:58:54 BST 2012 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.7-rc1, fixes, kernel, linux, nvidia, patches, vmware, workarounds | Leave a reply

Update to 3.6.3..

Adventures With Linux ™ Posted on October 22, 2012 by RGOctober 22, 2012

Just updated to kernel 3.6.3, and this works OK with the latest NVIDIA driver (310.14) and VMware W/S 9.0 (with the 3.5 patch).. $ uname -a Linux rglinux 3.6.3 #1 SMP Sun Oct 21 20:28:25 BST 2012 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.6.3, kernel, linux, nvidia 310.14, ok, update, vmware 9.0 patched | 4 Replies

Dreamplug – 3.7-rc1, After a Fix..

Adventures With Linux ™ Posted on October 16, 2012 by RGOctober 16, 2012

I have managed to update the Dreamplug to kernel 3.7-rc1, after a simple fix, to get it to compile OK.. The original (cross)compile failed, with: ERROR: “read_current_timer” [drivers/video/udlfb.ko] undefined! ERROR: “read_current_timer” [crypto/tcrypt.ko] undefined! Fix, is to change ../linux-3.7-rc1/arch/arm/kernel/armksyms.c, at line 51, as follows: From:  /* platform dependent support */ EXPORT_SYMBOL(arm_delay_ops); To:     /* platform dependent support */ … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, kernel, Linux / ARM, Opinion | Tagged arm, armksyms.c, compile fix, dreamplug, kernel 3.7-rc1, linux, read_current_timer | Leave a reply

3.7-rc1 – Problems with VMware and NVIDIA.. – and Fixes..?

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

Just compiled and installed 3.7-rc1 on my test system, and ran into problems straight away.. NVIDIA (304.51) compile fails with a whole host of errors, and VMware (9.0-patched) compile fails immediately, with: vthread-3| I120: Failed version test: /usr/src/linux-3.7-rc1/linux/version.h not found. Update: There is a fix for NVIDIA, here: http://www.nvnews.net/vbulletin/showthread.php?t=194465    – a patch, and the removal of VM_RESERVED … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged 3.7-rc1, kernel, linux, nv-mmap.c, nvidia compile fail, nvidia fix, patch, problems, success, testing, uapi, version.h moved, vmware workaround, vm_reserved | Leave a reply

3.6.2, Already..

Adventures With Linux ™ Posted on October 13, 2012 by RGOctober 13, 2012

Hot on the heels of the release of kernel 3.6.1, comes 3.6.2!    Upgraded this morning, and all is OK.. $ uname -a Linux rglinux 3.6.2 #1 SMP Sat Oct 13 10:50:22 BST 2012 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, kernel, Linux | Tagged 3.6.2, kernel, linux, success, upgrade | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.