Skip to content

Commit

Permalink
Added linux as a module (#26)
Browse files Browse the repository at this point in the history
* Added linux as a module

* Deleted unecessary module and updated gitignore in prep for modules

* README warning for linux kernel submodule
  • Loading branch information
AdityaAtulTewari authored Nov 25, 2024
1 parent c8e1004 commit b7ba4cc
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,16 @@ tmp
data

overrides.yaml
module/kbuild
module/build
module/kmod
module/mnt
module/*.img
*.mod*
*.ko
*.ko*
*.o
*.o*
*.symvers
*.symvers*
*.order
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "external/linux"]
path = external/linux
url = [email protected]:utcs-scea/linux.git
branch = kernmlops
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Currently, it only contains scripts for data collection of kernel performance.

See CONTRIBUTING.md for an overview of how to expand this tool.

WARNING: Do not clone submodules, this will clone the linux kernel.
Cloning the kernel is prohibitively expensive.
That submodule is only necessary if you plan to use in-kernel inference.

Quick Setup:

```shell
Expand Down
1 change: 1 addition & 0 deletions external/linux
Submodule linux added at adc218
1 change: 1 addition & 0 deletions module/linux

0 comments on commit b7ba4cc

Please sign in to comment.