Loading
Need clarification abt kernel
Jun 30, 2009 By selim.2k
I want 2 use linux kernel as a base for dealing with HW
And to attach a program written in java to it.
so what i can do if i want to make an os having only this java program.
got the kernel from kernel.org
I want to attach specific device drivers to the kernel to deal with specific HW.
I have developed a program in Java; I want this program only to work with the kernel...
p.s. I want a hw with application specific written in java...
is there any way I can do what I am thinking of?
i have a program written in java...
and i want this program to boot and run once i powered on any device "FPGA with touch screen, PDA, PC, whatever HW has screen as o/p and any i/p"...
thx
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
3 hours 5 min ago - Sure the best distro is
4 hours 25 min ago - BeOS was the best
7 hours 9 min ago - I use Wireshark on a daily
11 hours 39 min ago - buena información
16 hours 46 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
17 hours 47 min ago - Gnome3 is such a POS. No one
1 day 3 hours ago - Gnome 3 is the biggest POS
1 day 3 hours ago - I didn't knew this thing by
1 day 9 hours ago - Author's reply
1 day 12 hours ago





Are You Sure You Want to Do That?
In "theory" you could replace /sbin/init, which is the first process run and which is the parent of all processes, but it's far from that simple.
I'd suggest that you get an entire distro somewhere and get that running and then start cutting out the things that you don't need. Having a working shell and ssh, etc will be worth it in the long run.
Mitch Frazier is an Associate Editor for Linux Journal.