search for: skas

Displaying 6 results from an estimated 6 matches for "skas".

Did you mean: sas
2007 Aug 24
0
[PATCH] convert #include "linux/..." and #include "asm/..." to #include <...>
...| 12 ++-- arch/um/include/mconsole_kern.h | 2 +- arch/um/include/mem.h | 2 +- arch/um/include/mem_kern.h | 4 +- arch/um/include/os.h | 2 +- arch/um/include/skas/mmu-skas.h | 2 +- arch/um/include/skas/mode_kern_skas.h | 6 +- arch/um/include/skas/uaccess-skas.h | 2 +- arch/um/include/sysdep-i386/checksum.h | 4 +- arch/um/include/sysdep-i386/syscalls.h | 2 +- arch/um/in...
2007 Aug 24
0
[PATCH] convert #include "linux/..." and #include "asm/..." to #include <...>
...| 12 ++-- arch/um/include/mconsole_kern.h | 2 +- arch/um/include/mem.h | 2 +- arch/um/include/mem_kern.h | 4 +- arch/um/include/os.h | 2 +- arch/um/include/skas/mmu-skas.h | 2 +- arch/um/include/skas/mode_kern_skas.h | 6 +- arch/um/include/skas/uaccess-skas.h | 2 +- arch/um/include/sysdep-i386/checksum.h | 4 +- arch/um/include/sysdep-i386/syscalls.h | 2 +- arch/um/in...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...arch/um/include/os.h @@ -7,7 +7,7 @@ #define __OS_H__ #include "uml-config.h" -#include "asm/types.h" +#include <asm/types.h> #include "../os/include/file.h" #include "sysdep/ptrace.h" #include "kern_util.h" diff --git a/arch/um/include/skas/mmu-skas.h b/arch/um/include/skas/mmu-skas.h index b26986c..a891943 100644 --- a/arch/um/include/skas/mmu-skas.h +++ b/arch/um/include/skas/mmu-skas.h @@ -7,7 +7,7 @@ #define __SKAS_MMU_H #include "mm_id.h" -#include "asm/ldt.h" +#include <asm/ldt.h> struct mmu_cont...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...arch/um/include/os.h @@ -7,7 +7,7 @@ #define __OS_H__ #include "uml-config.h" -#include "asm/types.h" +#include <asm/types.h> #include "../os/include/file.h" #include "sysdep/ptrace.h" #include "kern_util.h" diff --git a/arch/um/include/skas/mmu-skas.h b/arch/um/include/skas/mmu-skas.h index b26986c..a891943 100644 --- a/arch/um/include/skas/mmu-skas.h +++ b/arch/um/include/skas/mmu-skas.h @@ -7,7 +7,7 @@ #define __SKAS_MMU_H #include "mm_id.h" -#include "asm/ldt.h" +#include <asm/ldt.h> struct mmu_cont...
2007 Apr 18
1
[Bridge] Setting the interfaces in promiscuous mode
Hello, I have been using the bridging facilities provided by Linux (vanilla 2.6.7 SMP with UML skas host patch applied) to bridge a regular physical ethernet network (on interface eth0) with a virtual network (on interface tap0, cf uml_switch, http://user-mode-linux.sourceforge.net/networking.html). A couple of virtual machines (run using user-mode linux, a tool that enables you to run linux insi...
2005 May 03
0
User Mode Linux and the CentOS 4.0 Kernel
Does anybody know where I might find a stock standard ready rolled binary CentOS Kernel (2.6.9-5.0.5.EL) rpm package BUT with the skas mode uml (user mode linux) patch applied ? If not I will try and build one myself......gulp.... ;-) Is there any good howto's out their on how to do this? It all appears very different with CentOS 4.0 and the 2.6.9-5.0.5.EL.src.rpm. Cheers Bill