1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-13 11:18:58 +00:00
Commit Graph

1520 Commits

Author SHA1 Message Date
Hao Lee
8928018e20 Add kernelhacking mailing list
Signed-off-by: Hao Lee <haolee.swjtu@gmail.com>
2018-07-11 23:40:58 +08:00
0xAX
d3e24690bf
Merge pull request #600 from BDHU/patch-1
Fixed syntax error in the sentence
2018-07-10 13:31:29 +06:00
Edward H
c9a4497c77
Fixed syntax error in the sentence 2018-07-09 20:35:11 +08:00
0xAX
f5109dbd1d
Merge pull request #598 from ramosian-glider/patch-3
Update linux-interrupts-9.md
2018-06-26 12:38:57 +06:00
Alexander Potapenko
759b76cba7
Update linux-interrupts-9.md
Fix style/grammar nits I've ran into while reading about interrupts.
2018-06-18 11:47:45 +02:00
Alexander Kuleshov
01ce5185d8
boot: fix indentation
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-06-18 00:43:01 +06:00
Alexander Kuleshov
9d2aa869a1
initialization: update links to kernel-parameters docs
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-06-16 00:50:38 +06:00
Alexander Kuleshov
562ed7debc Merge branch 'master' of github.com:0xAX/linux-insides 2018-06-14 23:48:22 +06:00
Alexander Kuleshov
b4f824db27
fix order of calling set_bios_mode()
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-06-14 23:47:54 +06:00
0xAX
dac03f9c71
Merge pull request #594 from douliyang/patch-8
Update linux-interrupts-9.md
2018-05-24 19:30:20 +02:00
Dou Liyang
a91502c80a
Update linux-interrupts-9.md 2018-05-24 17:22:12 +08:00
Alexander Kuleshov
5880a60e6e update links 2018-05-20 00:04:32 +06:00
Alexander Kuleshov
41c4b96790
update links
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-13 00:18:42 +06:00
Alexander Kuleshov
3d68ef4efe
boot: update to last linux v4.16
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-12 01:27:02 +06:00
Alexander Kuleshov
0801a3bbf4
boot: note that Booting dir contains data related to Linux kernel v4.16
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-11 23:47:18 +06:00
Alexander Kuleshov
4df08a04e1
boot-4: s/command/instruction
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-05 23:50:31 +06:00
Alexander Kuleshov
5d643f8e9f
boot-1: clarify boot address
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-04 23:46:09 +06:00
Alexander Kuleshov
efed15d860
kaslr: improve sentence
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-03 23:45:10 +06:00
Alexander Kuleshov
ca61322d6a cgroups: improve indentation
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-02 00:25:07 +06:00
0xAX
17d74ce160
Merge pull request #592 from zidarsk8/allocater-typo-fix
Fix allocater typo
2018-05-01 14:08:49 +02:00
0xAX
fca3acda5b
Merge branch 'master' into allocater-typo-fix 2018-05-01 14:08:40 +02:00
0xAX
0aaef7d6c3
Merge pull request #589 from sevenfourk/master
Small typo fix: added space separating two sentences
2018-05-01 14:07:34 +02:00
Miha Zidar
f9f5308923
Fix allocater typo 2018-04-29 12:58:19 +02:00
Ivan Kovnatsky
61fd4db9ed small typo fix: added space separating two sentences 2018-04-20 15:48:18 +03:00
Ivan Kovnatsky
95e9d59cf0 added sevenfourk as contributor 2018-04-20 15:45:49 +03:00
Alexander Kuleshov
4d63511724
kaslr: update links 2018-04-04 00:21:02 +06:00
Alexander Kuleshov
9092a38671
boot-5: add gdt64 2018-04-04 00:20:37 +06:00
Alexander Kuleshov
e735b508d1
fix boot-4 2018-04-04 00:20:22 +06:00
Alexander Kuleshov
4382670c38
fix previous part before init chapter 2018-04-03 00:34:56 +06:00
Alexander Kuleshov
9b7d1b067e
kaslr: add KASLR_FLAG description 2018-04-03 00:29:12 +06:00
Alexander Kuleshov
b7ed445f0a
remove unneded empty line in the code 2018-04-03 00:08:35 +06:00
Alexander Kuleshov
46acca900d
split lines in README.md
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-04-03 00:04:13 +06:00
Alexander Kuleshov
3c83a2257a
add better inline assembler example 2018-04-02 17:47:54 +06:00
Alexander Kuleshov
f3f7cc503c
fix description of a20_test() 2018-04-02 00:20:22 +06:00
Alexander Kuleshov
98ba56ad89 add description for alignment check of loadable segments
c55b8550fa
2018-04-01 00:45:57 +06:00
Alexander Kuleshov
e896e56c86
s/http/https for linux-insides 2018-03-24 01:06:57 +06:00
Alexander Kuleshov
9679dbdd91 init-5: fix DMI
Found by @kele1997
2018-03-24 00:40:25 +06:00
Alexander Kuleshov
264d910182
fix links to blog posts about assembler 2018-03-24 00:37:33 +06:00
0xAX
b2256e1921
Merge pull request #583 from MintCN/master
Finish fixing broken links related with Theory, Data structure, Misc and so on
2018-03-23 19:35:50 +01:00
Dongliang Mu
49c8951eb8 modify broken links related with Thoery, Data structure, Misc and so on 2018-03-22 19:50:44 -04:00
Dongliang Mu
6eaffded82
Merge pull request #8 from 0xAX/master
Merge pull request #582 from MintCN/master
2018-03-22 19:12:23 -04:00
0xAX
2bb5cb0b08
Merge pull request #582 from MintCN/master
fix broken links related with 'sync, syscall, timer'
2018-03-22 19:13:16 +01:00
Dongliang Mu
4a57db7015 fix broken links 2018-03-22 01:28:16 -04:00
Dongliang Mu
36e884a044
Merge pull request #7 from 0xAX/master
Merge pull request #581 from MintCN/master
2018-03-22 00:49:14 -04:00
Dongliang Mu
4704d82b25 fix broken links related with 'sync, syscall, timer' 2018-03-22 00:48:13 -04:00
0xAX
26622e3604
Merge pull request #581 from MintCN/master
move latex.sh to Scripts folder
2018-03-21 19:20:09 +01:00
Dongliang Mu
0c5ebb0990 move latex.sh to Scripts folder 2018-03-20 14:40:36 -04:00
Dongliang Mu
5a3c4cbcf3
Merge pull request #6 from 0xAX/master
Merge pull request #580 from MintCN/master
2018-03-20 14:39:41 -04:00
0xAX
e459954a8c
Merge pull request #580 from MintCN/master
check and modify all the links that contains interrupts
2018-03-20 19:28:43 +01:00
Dongliang Mu
193bc74254 modify interrupts from checking 2018-03-19 22:31:59 -04:00