Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
kernel
- Page 1
Re: Kernel modules vs. common program-process
Hardware and Software
Linux and Unix
18 Years Ago
by nytrokiss
Kernel
modules are like drivers in linux there are things you can do in the linux
kernel
that you cant do in even root (like kalloc mem or panic()) now there is a book on drivers just google writing linux device drivers!
Re: kernel panic
Hardware and Software
macOS
12 Years Ago
by kevin2s
Kernel
panic is something which is important to the action taken by operating system to remove the fatal error
Kernel
Programming
Software Development
20 Years Ago
by freesoft_2000
…1,-1,-1, 9,-1,-1, -1,-1,-1};
Kernel
Kernel1 = new
Kernel
(3, 3, k1); BufferedImageOp op = new ConvolveOp(Kernel1);…1f/9f, 1f/9f, 1f/9f, 1f/9f};
Kernel
Kernel2 = new
Kernel
(3, 3, k2); BufferedImageOp op = new ConvolveOp(…
Re: kernel
Programming
Software Development
14 Years Ago
by Kieran Y5
…very complicated but it's basics are very simple. The
kernel
acts as a "bridge" between the software …and the hardware. "The
kernel
does all of the dirty work of an operating system…the computer down. If you want to make your own
kernel
(and subsequently your own Operating System) then you should look…
Re: kernel
Hardware and Software
Linux and Unix
19 Years Ago
by ilaiy
… Just follow these steps Just donwload the source from [url]
kernel
.org[/url] tar xvfz linux****.tar.gz / tar jvf linux… the modules you would like to get compiled with this
kernel
Run these steps make dep make modules_install make modules cp…
Kernel
Hardware and Software
Microsoft Windows
18 Years Ago
by Adam255
… Internet Explorer) has caused a fault in the page script
Kernel
Module" - or something similar. When it asks to close… I need to install Win 98SE, or is there a
Kernel
fixer that can help without erasing all my work? ANY…
kernel
Hardware and Software
Linux and Unix
19 Years Ago
by nik-
how to install linux-
kernel
-2.6.11.4 on fedora?
kernel
Programming
Software Development
14 Years Ago
by satishsingh
how
kernel
interact with hardware.???they says kernelsr mainly written in assembly language n then it is converted to machine language. bt even i cant feel how machine language accomplish our work wot we wish for can ane one explain concept fully or some refrences
Re: kernel
Programming
Software Development
14 Years Ago
by Auraomega
…. The speed and size of assembly is negligible as a
kernel
these days which is probably why the major players (Windows…
Kernel and Operating Systems?
Programming
Computer Science
19 Years Ago
by xcfx
…between the Operating System and the
kernel
, I had in mind the typical "
kernel
is the core of the …control and management of hardware and basic system"
Kernel
: "
kernel
is the fundamental part of an operating system. It…programs, and access to the hardware is limited, the
kernel
is also responsible for deciding when and how long a…
Re: Kernel and Operating Systems?
Programming
Computer Science
18 Years Ago
by kagesoft
…between the Operating System and the
kernel
, I had in mind the typical "
kernel
is the core of the …control and management of hardware and basic system"
Kernel
: "
kernel
is the fundamental part of an operating system. It…programs, and access to the hardware is limited, the
kernel
is also responsible for deciding when and how long a…
Kernel problem
Programming
Software Development
15 Years Ago
by Alexar93
…floppy disk (am I right?). Then I got my
kernel
that looks like this: [code] ; AGOS.ASM …IS THE BOOTLOADER %include 'AGOS.asm' ;THIS IS THE
KERNEL
[/code] The last file (include.asm) am I … disk. The bootloader works perfect and starts the
kernel
which prints out "==========". But then its…
Kernel Module for TCP Packet Edition
Programming
Software Development
14 Years Ago
by csurfer
…And in the process I developed this
kernel
module which is tainting my
kernel
(Opensuse11.2).The sniffing module developed… me works fine but this editing module is dumping the
kernel
... [code=c] #include <linux/ip.h>… #include <linux/
kernel
.h> #include <linux/module.h> #include…
kernel version
Hardware and Software
Linux and Unix
17 Years Ago
by Sturm
I currently have two kernels: a 2.6.18-4-686
kernel
and a 2.6.18-3-686
kernel
. Which is better? The higher the
kernel
number the better? Is the 2.6.18-4-686
kernel
a newer version or something? Thanks in advance.
Re: kernel source tree configuration
Hardware and Software
Linux and Unix
16 Years Ago
by John A
… configuration file before you can build your
kernel
. A Linux
kernel
configuration contains instructions for which modules to …which modules to compile directly into the
kernel
image itself. The
kernel
source is usually configured with [icode]menuconfig…exist out there? >won't i get
kernel
source automatically if i hav installed the OS. No…
Re: kernel version
Hardware and Software
Linux and Unix
17 Years Ago
by jbennet
… cpus) can get a performance bonus by using the x86_64
kernel
but in my experience its not a huge difference unless… too) you may see quite large performance boost gettin a
kernel
with SMP if you have over 4gb ram you may…
Re: Kernel and Operating Systems?
Programming
Computer Science
19 Years Ago
by Tight_Coder_Ex
Google LINUX. There may be a better deliniation of how
kernel
is realated and/or part of the operating system. [quote]It is, essentially the same (at least for me)[/quote] I agree, the destinction is as subtle as car is to transportation.
Kernel modules vs. common program-process
Hardware and Software
Linux and Unix
18 Years Ago
by Joncamp
In Linux you have what I belive are called
Kernel
-modules, they operate faster and are more efficient then common programs. The TUX web server for Linux is a
Kernel
module if I am correct? How do you create
Kernel
modules? Is there a good book on this? Kind regards.
Re: kernel source tree configuration
Hardware and Software
Linux and Unix
16 Years Ago
by John A
The official download site for the Linux
kernel
is
kernel
.org. You can also get
kernel
source through your package manager, although keep…won't be able to get an up to date
kernel
with it. In fact, I'd recommend upgrading to… distro. Especially when you're developing stuff for the
kernel
, it's important that you develop using modern interfaces …
kernel modules
Programming
Software Development
15 Years Ago
by rudz
plz plz urgent im a beginner in unix. can someone reply asap . what are
kernel
modules?what role do they plan in building and runnig a
kernel
?what happens if the linux
kernel
did not support modules?
Re: kernel modules
Programming
Software Development
15 Years Ago
by gerard4143
[QUOTE=rudz;1032584]plz plz urgent im a beginner in unix. can someone reply asap . what are
kernel
modules?what role do they plan in building and runnig a
kernel
?what happens if the linux
kernel
did not support modules?[/QUOTE] Here's a good link to get you started [url]http://tldp.org/HOWTO/Module-HOWTO/[/url]
Re: kernel modules
Programming
Software Development
15 Years Ago
by William Hemsworth
[QUOTE]plz plz urgent im a beginner in unix. can someone reply asap . what are
kernel
modules?what role do they plan in building and runnig a
kernel
?what happens if the linux
kernel
did not support modules?[/QUOTE]Don't beg, you are supposed to ask specific questions here, otherwise use google.
Re: Kernel Module for TCP Packet Edition
Programming
Software Development
14 Years Ago
by csurfer
I rectified all the mistakes which you had mentioned... and also took care about the kfree of allocated modules... But now its not only tainting the
kernel
but also is causing immediate hang of the system...
Kernel-Level location logger + reporter
Programming
Mobile Development
13 Years Ago
by katmai539
… of an object (like smartphones, laptops, tablets, etc.). [B]Why
kernel
-level?[/B] Because a lot of these devices have a… your question?[/B] Now it's quite hard to develop
kernel
patches for windows mobile phones, but is this the case… idea is to run a "Snitch-app" at
kernel
-level. It checks wether it has to report anything by…
Re: Kernel Version of Mandrake and error message
Hardware and Software
Linux and Unix
21 Years Ago
by Eduardo
… the directory of C header files that match your running
kernel
? [/usr/src/linux/include]" And the message before …the freeze is: "The directory of
kernel
headers (version 2.4.21) does not match your running…to compile successfully, it would not load into the running
kernel
." And, I don't know what is going …
Re: Kernel Version of Mandrake and error message
Hardware and Software
Linux and Unix
21 Years Ago
by Eduardo
… the directory of C header files that match your running
kernel
? [/usr/src/linux/include]" And the message before …the freeze is: "The directory of
kernel
headers (version 2.4.21) does not match your running…to compile successfully, it would not load into the running
kernel
." And, I don't know what is going …
Re: Kernel modules vs. common program-process
Hardware and Software
Linux and Unix
18 Years Ago
by vivek1234
[url]http://www.faqs.org/docs/
kernel
/index.html[/url] [url]http://lwn.net/
Kernel
/LDD3/[/url]
Re: kernel version
Hardware and Software
Linux and Unix
17 Years Ago
by jbennet
The first part is the version so 2.6.18-4 is better than 2.6.18-3 the last part (which is usually something likee 686) indicates what cpu it is optimised for. e.g a 686 optimised
kernel
is better than a standard 486 one (provided your cpu can handle it)
Re: kernel panic
Hardware and Software
macOS
12 Years Ago
by appleone
…articles that I have similar issue about MBP with
Kernel
Panic and I hope to find solution. As …is running but it automaticly display in square box
Kernel
Panic, ask to power off or restart the machine… : 0x38d522 0x250cbeb8 : 0x38eda1 0x250cbf38 : 0x38e609 0x250cbdf8 : 0x19ad2c
Kernel
Version: Darwin
Kernel
Version 8.10.2 : Wed June 20 21:49…
Re: Kernel Version of Mandrake and error message
Hardware and Software
Linux and Unix
20 Years Ago
by Diablo2424
… of C header files that match your running
kernel
? [/usr/src/linux/include] The
kernel
defined by this directory of header files… not have the same address space size as your running
kernel
." anyone have any ideas on how to fix this…
1
2
3
17
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC