Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "linux"]
shallow = true
path = linux
url = https://github.com/lkl/linux.git
10 changes: 5 additions & 5 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
{
'action_name': "lkl_make",
'inputs': [
"src/linux/**"
"linux/**"
],
'outputs': [
"src/linux/tools/lkl/liblkl.a"
"linux/tools/lkl/liblkl.a"
],
'action': [ 'make', '-j4', '-C', 'src/linux/tools/lkl', 'static' ],
'action': [ 'make', '-j4', '-C', 'linux/tools/lkl', 'static' ],
'message': 'Compiling LKL kernel..'
}
],
"cflags_cc": [ '-fpermissive', '-Wno-pointer-arith' ],
"defines": [ "CONFIG_AUTO_LKL_POSIX_HOST" ],
"libraries": [
"../src/linux/tools/lkl/liblkl.a"
"../linux/tools/lkl/liblkl.a"
],
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src/linux/tools/lkl/include"
"linux/tools/lkl/include"
]
}
]
Expand Down
1 change: 1 addition & 0 deletions linux
Submodule linux added at 311a4e
14 changes: 14 additions & 0 deletions linux-patches/defconfig.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/linux/arch/lkl/defconfig b/linux/arch/lkl/defconfig
--- a/linux/arch/lkl/defconfig
+++ b/linux/arch/lkl/defconfig
@@ -33,6 +33,10 @@ CONFIG_XFS_FS=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
+CONFIG_ISO9660_FS=y
+CONFIG_JOLIET=y
+CONFIG_ZISOFS=y
+CONFIG_UDF_FS=y
# CONFIG_FILE_LOCKING is not set
# CONFIG_DNOTIFY is not set
# CONFIG_INOTIFY_USER is not set
116 changes: 0 additions & 116 deletions src/linux/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions src/linux/Documentation/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions src/linux/Documentation/DocBook/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion src/linux/Documentation/arm/SH-Mobile/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions src/linux/Documentation/vm/.gitignore

This file was deleted.

110 changes: 0 additions & 110 deletions src/linux/Kbuild

This file was deleted.

11 changes: 0 additions & 11 deletions src/linux/Kconfig

This file was deleted.

Loading