1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-20 12:41:09 +00:00
Commit Graph

1913 Commits

Author SHA1 Message Date
Siddh Raman Pant
b20c386332 README: Specify location of generated ebooks 2023-08-25 23:23:55 +05:30
Siddh Raman Pant
665600187c
Create a release with ebooks on push to master
Use GitHub actions to create a release with PDF, EPUB, and MOBI files
automatically on push to master. The action can also be triggered
manually.

The commit ID will be used as tag for releases.

This action does not use GitBook, but a fork of it named HonKit.
gitbook-cli isn't maintained since 6 years, whereas honkit is a
maintained fork.
2023-08-24 21:18:40 +05:30
Alex Kuleshov
859d98c037
Merge pull request #826 from XieGuochao/linux-sync-5-fix
Fix typos in linux-sync-5
2023-02-17 15:10:23 +06:00
Guochao Xie
eb70541d39 Fix typo in linux-sync-5 2023-02-10 15:59:57 +01:00
Dongliang Mu
dd515d0b96
Fix small typo
calll -> call
2023-01-09 19:25:02 +08:00
0xAX
2cceabdd31
Merge pull request #822 from kagurazakakotori/patch-1
Correct the description of check_cpu()
2022-11-20 15:13:55 +06:00
Kagurazaka Kotori
3d55fd2be8
Correct the description of check_cpu()
check_cpu() turns on SSE instructions by clearing bit 15 of HWCR MSR
on legacy AMD processors. Refer to "MSRC001_0015 Hardware Configuration
(HWCR)" of BIOS and Kernel Developer Guide (BKDG) for AMD Family 14h
Models 00h-0Fh Processors [1].

[1] https://www.amd.com/system/files/TechDocs/43170_14h_Mod_00h-0Fh_BKDG.pdf
2022-11-01 16:05:43 +08:00
0xAX
54f9314a56
Merge pull request #820 from FahimFBA/issue-801
2 issue templates added
2022-08-08 13:39:58 +06:00
FahimFBA
2054c71663 feature request template added 2022-08-07 21:10:16 +06:00
FahimFBA
eca52ebfdb bug report added 2022-08-07 21:08:57 +06:00
0xAX
6bcb0caacc
Merge pull request #819 from renaudgermain/copyedit-kernel-structures
copyedit: kernel structures chapter
2022-08-06 18:11:13 +06:00
0xAX
360fc7c129
Merge pull request #818 from renaudgermain/copyedit-misc
copyedit: misc chapter
2022-08-06 18:10:42 +06:00
Renaud Germain
6caecbfec3 copyedit: kernel structures chapter 2022-08-02 20:15:51 -04:00
Renaud Germain
870ed9e375 copyedit: misc chapter 2022-08-02 20:14:01 -04:00
Alexander Kuleshov
4d6cf71f67 theory: fix userspace bits
related issue: #695

Thank you @m4p1e

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2022-07-31 16:13:04 +06:00
Alexander Kuleshov
ff10a7b0f1
general: add link to generating of PDF,epub,mobi
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2022-07-31 16:10:56 +06:00
Alexander Kuleshov
613d8d6199 general: remove support paragraph from README.md
related issue: #739

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2022-07-31 16:04:30 +06:00
Alexander Kuleshov
3920ef412a init: s/common_cpu/cpu_number
related issue: #682

Thanks @PinoTsao

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2022-07-31 16:01:55 +06:00
Alexander Kuleshov
24f50f0c00 init: improve sentence in linux-initialization-3.md
related issue - #676

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2022-07-31 15:56:07 +06:00
0xAX
650ff13345
Merge pull request #800 from renaudgermain/capitalize-linux
capitalize Linux everywhere
2022-07-31 15:32:00 +06:00
0xAX
20ee3691a4
Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
0xAX
5f76b7e874
Merge pull request #789 from junbo42/linux-timers-3-fix
cpu_idle_loop logical in book is wrong
2022-07-31 15:12:31 +06:00
0xAX
24db79b87e
Merge branch 'master' into linux-timers-3-fix 2022-07-31 15:12:25 +06:00
0xAX
259a219ec6
Merge pull request #786 from dexterp/task-automation-makefile
Add Makefile for task automation
2022-07-31 15:11:36 +06:00
0xAX
78285b65f3
Merge branch 'master' into task-automation-makefile 2022-07-31 15:11:28 +06:00
0xAX
75500e2a7d
Merge pull request #788 from henrybear327/patch-2
Fix an image link in linux-misc-1.md
2022-07-31 15:10:25 +06:00
0xAX
1f6c29f10e
Merge branch 'master' into patch-2 2022-07-31 15:10:18 +06:00
0xAX
5352b11ceb
Merge pull request #783 from Linux-project/imgbot
chore : [ImgBot] Optimize images
2022-07-31 15:03:04 +06:00
0xAX
4ea7ed4512
Merge pull request #785 from jajajasalu2/coreboot-links
Booting: Add coreboot source code links to linux-bootstrap-1.md
2022-07-31 15:02:02 +06:00
0xAX
d59b0a6df8
Merge pull request #773 from h4child/patch-3
Update linux-bootstrap-5.md
2022-07-31 15:00:43 +06:00
0xAX
099bec01b5
Merge pull request #701 from sakshatshinde/master
Create a standalone LICENSE.md
2022-07-31 14:58:19 +06:00
0xAX
ec71316959
Merge pull request #816 from renaudgermain/copyedit-data-structure
copyedit: data structures chapter
2022-07-31 14:56:57 +06:00
0xAX
553d46fc95
Merge pull request #815 from renaudgermain/copyedit-concepts
copyedit: concepts chapter
2022-07-31 14:56:46 +06:00
0xAX
7a51d543fc
Merge pull request #817 from renaudgermain/copyedit-theory
copyedit: theory chapter
2022-07-31 14:55:45 +06:00
0xAX
1b209a70e2
Merge pull request #814 from renaudgermain/copyedit-cgroups
copyedit: cgroups chapter
2022-07-31 14:54:24 +06:00
0xAX
224c9c6139
Merge pull request #802 from jsat97/patch-1
Update linux-syscall-5.md
2022-07-31 14:54:01 +06:00
0xAX
6cb639ec08
Merge branch 'master' into patch-1 2022-07-31 14:53:38 +06:00
0xAX
831b3df558
Merge pull request #806 from lemon1989/master
fix: irq_backing_store to irq_stack_backing_store.
2022-07-31 14:51:05 +06:00
0xAX
6ad2ca2b60
Merge branch 'master' into master 2022-07-31 14:50:55 +06:00
0xAX
7936eb3824
Merge pull request #813 from renaudgermain/copyedit-memory
copyedit: memory management chapter
2022-07-31 14:49:22 +06:00
0xAX
3fa3c31ea3
Merge pull request #807 from nannxnann/typo
Are these typos in linux-sync-4.md?
2022-07-31 14:49:14 +06:00
0xAX
c4b17d17a0
Merge branch 'master' into typo 2022-07-31 14:48:52 +06:00
0xAX
c39e839cd9
Merge pull request #812 from renaudgermain/copyedit-synchronization
copyedit: synchronization chapter
2022-07-31 14:47:50 +06:00
0xAX
9478d8a037
Merge pull request #811 from renaudgermain/copyedit-timers
copyedit: timers chapter
2022-07-31 14:45:32 +06:00
0xAX
93f50a69fa
Merge pull request #810 from renaudgermain/copyedit-system-calls
copyedit: system calls chapter
2022-07-31 14:43:25 +06:00
0xAX
8b762b341a
Merge pull request #809 from renaudgermain/copyedit-interrupts
copyedit: interrupts chapter
2022-07-31 14:42:10 +06:00
0xAX
56b6fb3951
Merge pull request #808 from renaudgermain/copyedit-booting
copyedit: booting chapter
2022-07-31 14:38:47 +06:00
Renaud Germain
e9bdbe5e6a copyedit: theory chapter 2022-07-30 21:36:11 -04:00
Renaud Germain
b4388ea823 copyedit: data structures chapter 2022-07-30 21:33:09 -04:00
Renaud Germain
a4addecd59 copyedit: concepts chapter 2022-07-30 21:28:06 -04:00