/README (467ddb5b4b0f002ff0eca0a95df378216f88d238) (279 bytes) (mode 100644) (type blob)
Configure in conf.mk, then run make and follow the instruction.
The scsi_scan_wait, is a module that will hold while loading until the scsi
async scan is complete. You can remove it once done.
coding style is c99 compact:
- indent is 2 spaces
- 80 columns
- comments use //
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
279 |
467ddb5b4b0f002ff0eca0a95df378216f88d238 |
README |
100644 |
blob |
679 |
aabc61b8de8c057d1ed9b6d5b1974bc7e6fe52b4 |
conf.mk |
100644 |
blob |
794 |
8bbc0d3f0a8dfd4483222537194ecd66098f054c |
globals.h |
100644 |
blob |
1527 |
bf22a45ed9af83c60dcc442c00366cf38914af92 |
init.c |
100644 |
blob |
2963 |
07787c489be325f6f979721b9afa52abce3b00ea |
makefile |
100644 |
blob |
1330 |
7dd163407f5bcda7c4ce0f7c656870b21f70cee6 |
modules.c |
100644 |
blob |
406 |
f5e162a64baf80fef122ef374b138aa50fc4158b |
modules.h |
040000 |
tree |
- |
411cf6aace0ae666b41cecc267da82828eba511d |
script |
100644 |
blob |
4585 |
ef452f376e0dc1a25f9a82477fca6a67209e97dc |
uevent.c |
100644 |
blob |
441 |
10522ccc4f019f2b3406293ecad87ba48fec2022 |
uevent.h |
100644 |
blob |
4478 |
75cce0f0e0851580d7225a7c90ef1a98506c0fc9 |
uevent_monitor.c |
040000 |
tree |
- |
a9e7f7d332107acc4850106f9d01595e83fcae08 |
ulinux |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/cinitramfs
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/cinitramfs
Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/cinitramfs
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main