Try upgrading to 2.6.13. If you have little bandwidth, you can likely
download
the patches.
For tring to use 2.6.13 source I have to upgrade my Ubuntu to 2.6.13 too ?
Or I can have Ubuntu at 2.6.10 and the UML linux/vmlinux to 2.6.13.
> But when call
> ./linux
Hope you call it with its due
I'm tring to install UML on Ubuntu 2.6.10-5-386
I made linux with 2.6.10 source get from www.kernel.org and I'm tring to
boot on a root_fs Debian-3.0r0.sarge.ext2
But when call
./linux
I get:
hwclock is unable to get I/O port access: the iopl(3) call failed.
System time was Fri Sep 16 08:46
Do you have some counsils to make it functions with modules on ?
> I'm tring to install uml on ubuntu with 2.6.10 kernel.
>
> If I made
> - make mrproper ARCH=um
> - make xconfig ARCH=um
> - load the defconfig file in arch/um
> --> remove module option <---
This will turn anything which is enab
I'm tring to install uml on ubuntu with 2.6.10 kernel.
If I made
- make mrproper ARCH=um
- make xconfig ARCH=um
- load the defconfig file in arch/um
--> remove module option <---
- make linux ARCH=um
- strip linux
Then I call "./linux ubd0=FSNAME" and UML seems to functions... but I
haven't supp
I'm tring to install uml on ubuntu with 2.6.10 kernel.
If I made
- make mrproper
- make xconfig ARCH=um
- load the defconfig file in arch/um
--> remove module option <---
- make linux ARCH=um
- strip linux
Then I call "./linux ubd0=FSNAME" and UML seems to functions... but I
haven't support for
When I'm trying to start uml ( ./vmlinux or ./linux ) I get this kind of
error, someone can help me ? thx
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
Checking PROT_EXEC mmap in /tmp...OK
tracing thread pid = 17567
Linux version 2.6.10 ([EMAIL PROTECTED
I'm using Ubuntu Hoary with kernel 2.6.10-5-i386
This is what I do for install:
- download from ubuntu's repository the package "linux-source-2.6.10"
- I insert tar.bz2 souce file in a new directory called /usr/src/uml
- Untar with "tar -xvjf"
- enter in the dir with the source and digit
make mrp