User: googletechtalks |
The Lively Kernel Google Tech Talks January, 24 2008 ABSTRACT The Sun Labs Lively Kernel is a new approach to web programming. It provides a complete platform for web applications, including dynamic graphics, network access, and development tools, and requires nothing more than available web browsers. We call the system lively for three reasons: It comes live off a web page. There is no installation. The entire system is written in JavaScript, and it becomes active as soon as the page is loaded by a browser. It can change itself and create new content. The Lively Kernel includes a basic graphics editor that allows it to alter and create new graphical content, and also a simple IDE that allows it to alter and create new applications. It comes with a basic library of graphical and computational components, and these, as well as the kernel, can be altered and extended on the fly. It can save new artifacts, even clone itself, onto new web pages. The kernel includes WebDav support for browsing and extending remote file systems, and thus has the ability to save its objects and "worlds" (applications) as new active web pages. The Lively Kernel uses only existing web standards. The implementation and user language is JavaScript, known by millions and supported in every browser. The graphics APIs are built upon SVG (Scalable Vector Graphics), also available in major browsers. The network protocols used are asynchronous HTTP and WebDav. The Lively Kernel is being made available as Open Source software under a GPL license. While it is not ready for use as a product, we expect significant participation from adventurous developers and academia. http://research.sun.com/projects/lively/ Speaker: Dan Ingalls Dan Ingalls is the principal architect of five generations of Smalltalk environments, culminating in the release of Squeak, an open-source Smalltalk system written in itself. He designed the byte-coded virtual machine that made Smalltalk practical in 1976. He invented BitBlt, the general-purpose graphical operation that underlies most bitmap graphics systems today, and also pop-up menus. He has received the ACM Grace Hopper Award for Outstanding Young Scientist, and the ACM Software Systems Award. Dan is currently at Sun Microsystems where he is working on the Lively Kernel, a self-supporting computing kernel that lives on a web page and requires no installation. Dan Received his B.A. in Physics from Harvard University, and his M.S. in Electrical Engineering from Stanford University. Speaker: Krzysztof Palacz Krzysztof Palacz is a researcher at Sun Labs, where he is currently working on the Lively Kernel, a zero-installation, self-supporting Web- based programming environment and user interface system. Previously Krzysztof worked on virtual machine implementation, he co- designed the Ovm virtual machine and developed high-level communication mechanisms and clustering extensions for the Multitasking Virtual Machine from Sun Labs. Krzysztof received a M.S. in Physics and a M.S in Computer Science from Adam Mickiewicz University, Poznan, Poland and his Ph.D. in Computer Science from Purdue University. Tags: google techtalks techtalk engedu talk talks googletechtalks education |
User: googletechtalks |
Greg Kroah Hartman on the Linux Kernel Google Tech Talks June, 5 2008 ABSTRACT The Linux Kernel, who is developing it, how they are doing it, and why you should care. This talk describes the rate of development for the Linux kernel, and how the development model is set up to handle such a large and diverse developer population and huge rate of change. It will detail who is doing the work, and what companies, if any, are sponsering it. Finally, it will go into why companies like Google, and any other that uses or depends on Linux, should care about this development. Lots of numbers and pretty graphs will be shown to keep the audience awake. Speaker: Greg Kroah Hartman Greg Kroah-Hartman is a Linux kernel maintainer for the USB, driver core, sysfs, and debugfs portions of the kernel as well as being one half of the -stable kernel release team. He currently works for Novell as a Fellow doing various kernel related things and has written a few books from O'Reilly about Linux development in the past. Tags: google techtalks techtalk engedu talk talks googletechtalks education |
User: Google |
Silicon Valley Linux Users Group - Kernel Walkthrough Presentation by Warren Turkal The Silicon Valley Linux Users Group hosts weekly sessions to walk through the code for the Linux Kernel, allowing newer users and developers to better understanding the operating system. Tags: Silicon Valley Linux |
User: thatgirlismine |
Kernel Panic Screensaver! the horrifying experience one might encounter with a kernel panic, but it's ok because it's just a screensaver. Try it out yourself at http://doomlaser.com Tags: kernel panic screensaver kpsaver mac osx apple doomlaser |
User: mrjakid |
How to compile Linux Kernel Compiling Mandrake Linux at the command prompt. Tags: linux configuration install commands compile kernel |
User: abridges01 |
High speed video of popcorn kernel popping at 5,400 fps This color high speed video(zoomed in from original 1K x 1K resolution sequence) shows a close up of popcorn popping on a hot plate. Recorded by the Schmitz family using the Photron SA1 slow motion video camera. Tags: high speed video slow motion analysis Photron SA1 |
User: ubuntudevelopers |
UDS Prague (Intrepid Ibex) - Kernel Team Briefing The Kernel Team brief the summit on the changes coming in the next kernel versions, which are of relevance to Intrepid Ibex. Tags: uds prague ubuntu kernel |
User: cumcum82 |
kernel novel's linux kernel commerical Tags: linux novel kernel open source |
User: QNXVIDEO |
QNX Instrumented Kernel QNX Virtual Campus video discussing the instrumented kernel Tags: QNX Virtual Campus Instrumented Kernel Genius |
User: MiCoRuLeZz |
Playstation 2 Linux ( Kernel 2.4 ) Just a standard boot of linux on the ps2, but with a 2.4 selfcompiled kernel ( no cross ) and some other things all self-maded : O2MOD ( A very nice modchip, let me force the ps2 in vga mode in games / browsers / dvd as well ), VGA PS2 Cable ( Just a direct cable, the ps2 use a Sync on Green VGA output ) Tags: Playstation 2 Linux Mod PS2 VGA |
User: googletechtalks |
OSS Speaker Series: The State of the Linux Kernel Google Tech Talks May 1, 2007 ABSTRACT Andrew will present a broad look at the trends in recent changes in the Linux kernel: what areas of kernel functionality are people working on, and what changes can we expect to see over the next year ? This feature-by-feature walk-through will be tied to an examination of the motivations of the kernel contributors: why do particular individuals and organizations choose particular things to work upon ? He will also examine areas of the kernel which are arguably suffering from some neglect, the reasons for this and some possible corrective actions which might be taken. Andrew will finish with a discussion of the importance of individual testers... Tags: google howto oss speaker series state linux |
User: tutorialeslinux |
como compilar un kernel en linux Compilar el kernel de linux es uno de los pasos mas importantes para personalizar el sistema de forma que este optimizado para el hardware que utilizamos. Este proceso se deberan realizar al finalizar la instalación del sistema y cada vez que cambiemos una pieza de hardware. Aunque el método para compilar el núcleo se ha simplificado mucho, es fácil cometer errores al seleccionar las opciones, y en consecuencia compilar una imagen que no termine de arrancar el sistema. Para evitar quedarnos en un punto muerto recomiendo tener siempre instalado un kernel "oficial" ademas del que estemos personalizando. Aclaracion: Para realizar el videotutorial se ha utilizado la versión de Ubuntu 7.04, pero los pasos del videotutorial son similares para cualquier distribucion basada en Debian 1) Antes que nada vamos a realizar lo siguiente para actualizar el índice local de los repositorios bash:/usr/$ sudo apt-get update 2) Tecleamos el siguiente comando para entrar al siguiente directorio bash:/usr/$ cd /usr/src 3) Y entonces instalar los paquetes necesarios (todo en una sola línea) bash:/usr/src/linux$ sudo apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 5) Obtenemos el código desde los repositorios con ejecutar el comando bash:/usr/src/linux$ sudo apt-get install linux-source 6) Cuando ya se ha descargado debe descomprimirse: bash:/usr/src/linux$ sudo tar xjf linux-2.6.20.tar.bz2 Aclaracion: "linux-2.6.20" Esto puede varias segun la version del kernel que uno haya bajado 7) Ahora se creará un un enlace simbólico al directorio de las fuentes del kernel con el nombre de linux para que sea más fácil el acceso a este bash:/usr/src/linux$ sudo ln -s linux-source-2.6.20 linux 8) Entramos al directorio por medio del enlace simbólico recién creado bash:/usr/src/linux$ cd /usr/src/linux 9) Lo más probable es que deseemos utilizar la configuración base del kernel que viene con la distribución, ésta la podemos encontrar en el directorio /boot. En caso de no utilizar una ya existente se usa usará una automáticamente pero obviamente no estará personalizada y tal vez no sea lo que estemos buscando. Como paso previo a la configuración de nuestro núcleo, copiamos la configuracón actual a la raiz de las fuentes del nucleo, es decir: bash:/usr/src/linux$ sudo cp /boot/config-2.6.20-15-generic /usr/src/linux/.config 10) Para editar la configuración se va a utilizar una interfaz que no requiere que el servidor X esté en ejecución. Dicha interfaz es bastante sencilla y fácil de usar y se puede acceder a través de make menuconfig pero, para tomar en cuenta la configuración previa vamos a ejecutarlo de la siguiente forma bash:/usr/src/linux$ sudo make oldconfig menuconfig Ahora entramos a la configuracion del kernel Pueden des habilitarse módulos pero hay que ser bastante cuidadoso a la hora de modificar las opciones. En caso de no conocer o no estar seguro del efecto que puede causar tal o cual opción lo mejor sea dejarla como está. Cuando se termine de hacer los cambios necesarios salimos seleccionando Exit y afirmando que deseamos guardar la configuración. 11) Ahora construiremos nuestro paquete del nuevo kernel bash:/usr/src/linux$ sudo make-kpkg clean 12) Luego bash:/usr/src/linux$ sudo make-kpkg --append-to-version=.XXXX --initrd kernel_image Aquí lo que puedes variar son las XXXX, yo normalmente utilizo la fecha en que he compilado 13) bash:/usr/src/linux$ cd.. 14) A continuación bash:/usr/src$ sudo dpkg -i nombre_del_paquete.deb 20) Reiniciar la PC Al reiniciar la pc si todo salio bien estarian disfrutando del nuevo kernel, esto seria todo, saludos y gracias por seguir esta guia. Tags: linux debian compilar kernel ubuntu |
User: ubuntudevelopers |
UDS Prague (Intrepid Ibex) - Tim Gardner Tim Gardner from the Ubuntu kernel team talks about what changes are planned for the kernel in Ibex, including virtualisation and filesystems. Tags: uds prague ubuntu kernel |
User: phoronix |
Fedora 9 With Kernel Mode-Setting Intel kernel mode-setting found in Fedora 9 Preview. More information @ phoronix.com Tags: Linux Fedora kernel mode-setting X.Org phoronix |
User: skikarl |
upgrade to 3.71 m33-3 with 1.50 kernel v2 part 1 step 1-2: http://dl.qj.net/General-Apps/pg/12/fid/14167/catid/151 1.50 eboot: http://dl.qj.net/dl.php?fid=163 3.52 eboot: http://www.psp-hacks.com/file/1209 3.71 eboot: http://www.psp-vault.com/UpDownload-req-getit-lid-2123.psp step 4: http://www.psp-hacks.com/file/1231 step 5: http://www.psp-vault.com/UpDownload-req-viewdownloaddetails-lid-2140.psp step 6: http://dl.qj.net/CFW-3.71-M33-3-+-PopsLoader-PSP-Homebrew-Applications/pg/12/fid/15080/catid/151 step 7: http://exophase.com/psp/dark_alex-releases-371-m33-2-150-kernel-add-on-v2-2133.htm Tags: psp hacking homebrew 3.71 m33 m33-3 m33-4 m33-2 1.50 kernel v2 |
User: Drake5195 |
17 years of the Linux Kernel Here is the tribute i made for the celebration of 17 years of linux enjoy. Tags: Linux Kernel ubuntu kubuntu edubuntu xfce xubuntu gnome kde debian mandriva kde4dev |
User: speeddevilx |
Psp Hack 3.71 m33 with 1.50 kernel This video shows a preview of 3.71 m33 with 1.50 kernel the most stable one so far i was going to do 3.72 but its not quite stable for psp phat. if you got any questions dont hesitate to ask. any stupid comment will be deleted. please rate this 5 stars or just rate it. Tags: Psp Hack Games mod super nintendo 3.71 m33 mods Video games entertainment mobile driver playstation |
User: tocchitek |
kernel panik kernel panik al sound factory Tags: kernel panik |
User: skikarl |
upgrade to 3.71 m33-3 with 1.50 kernel v2 part 2 step 1-2: http://dl.qj.net/General-Apps/pg/12/fid/14167/catid/151 1.50 eboot: http://dl.qj.net/dl.php?fid=163 3.52 eboot: http://www.psp-hacks.com/file/1209 3.71 eboot: http://www.psp-vault.com/UpDownload-req-getit-lid-2123.psp step 4: http://www.psp-hacks.com/file/1231 step 5: http://www.psp-vault.com/UpDownload-req-viewdownloaddetails-lid-2140.psp step 6: http://dl.qj.net/CFW-3.71-M33-3-+-PopsLoader-PSP-Homebrew-Applications/pg/12/fid/15080/catid/151 step 7: http://exophase.com/psp/dark_alex-releases-371-m33-2-150-kernel-add-on-v2-2133.htm Tags: psp hacking homebrew 3.71 m33 m33-3 m33-4 m33-2 1.50 kernel v2 |
User: ReV20 |
GNU toolkit, Linux kernel From 'Revolution OS, the Linux story', a documentairy about Linux and Open Source Tags: Linux open source code software GNU kernel |
User: skikarl |
upgrade to 3.71 m33-3 with 1.50 kernel v2 part 3 step 1-2: http://dl.qj.net/General-Apps/pg/12/fid/14167/catid/151 1.50 eboot: http://dl.qj.net/dl.php?fid=163 3.52 eboot: http://www.psp-hacks.com/file/1209 3.71 eboot: http://www.psp-vault.com/UpDownload-req-getit-lid-2123.psp step 4: http://www.psp-hacks.com/file/1231 step 5: http://www.psp-vault.com/UpDownload-req-viewdownloaddetails-lid-2140.psp step 6: http://dl.qj.net/CFW-3.71-M33-3-+-PopsLoader-PSP-Homebrew-Applications/pg/12/fid/15080/catid/151 step 7: http://exophase.com/psp/dark_alex-releases-371-m33-2-150-kernel-add-on-v2-2133.htm Tags: psp hacking homebrew 3.71 m33 m33-3 m33-4 m33-2 1.50 kernel v2 |
User: skikarl |
update to 3.71 m33 1.50 kernel v2 download it here http://exophase.com/psp/dark_alex-releases-371-m33-2-150-kernel-add-on-v2-2133.htm Tags: psp hack hackinh homebrew 3.71 m33 1.50 kernel add on v2 |
User: ApplintoshDOTnet |
Repair kernel panic iBook G4 1.33 and 1.42Ghz This video was made for Applintosh.net, and describe how to repair the problem of Kernel Panic on iBook G4 1.33Ghz and 1.42Ghz. Part 1 Tags: ibook mac repair g4 1.33 1.42 kernel panic os airport |
User: ctsdownloads |
Ubuntu Black Screen Recover - Kernel Upgrade Recovering from a black screen after a kernel upgrade in Ubuntu. Tags: ubuntu kernel black-screen black screen recovery |
User: Louix94 |
PSP 3.80 M33 to 3.90 M33 With Kernel Addon How to upgrade directly from 3.80 M33 to 3.90 M33 with kernel addon. Links: http://www.psp-hacks.com/file/4 http://dl.qj.net/CFW-3.90-1.50-kernel-addon-v2-for-PSP-Phat-PSP-Homebrew-Applications/pg/12/fid/15890/catid/151 IF THAT DOESN'T WORK THEN SEARCH FOR 3.90 KERNL ADDON ON QJ. COMMENTS SAYING "The link doesn't work" will be removed. Comments must be approved by me to help me keep track of them. Tags: PSP M33 3.80 3.90 Kernel Addon Add-on Add on |