1753 Commits (af1a757457645610655ae525f786225d13dcef63)
 

Author SHA1 Message Date
Stefan20162016 501ffa504d added link to minimal bootloader with comments 5 years ago
Marco Torsello 82aaf56611 Corrected escaping on two URLs
Corrected escaping on two Wikipedia URLs
5 years ago
0xAX 5afe86aeeb
Merge pull request #685 from Stefan20162016/add-link-to-linux-bootstrap-1
added link to minimal bootloader with comments
5 years ago
0xAX 057f65636d
Merge pull request #684 from josh-byster/patch-2
Minor clarity edit in sentence
5 years ago
Stefan20162016 60c19f7c02 added link to minimal bootloader with comments 5 years ago
Josh Byster afe67bc8bf
Minor clarity edit in sentence
I may be misunderstanding the original meaning of the line, however "after the factorial function" seems to mean it would be "offset after the factorial function" (i.e. `0x400537 + 0x18`) but in reality you mean offset after the call function to get to the factorial function (`0x40051a + 0x5 + 0x18`). Very minor edit but may help for clarity. Thanks for creating such an awesome project.
5 years ago
Bill Wendling a3dabbe734 Cleanup some of the grammar to flow better 5 years ago
0xAX 1a599f17d0
Merge pull request #680 from proninyaroslav/patch-1
Fix typos
5 years ago
Yaroslav Pronin b0e971f17d
Fix typos 5 years ago
Dongliang Mu 1e017f37ad
Merge pull request #673 from kylekizirian/master
fixed typo in interrupts/linux-interrupts-2 for early_idt_handler_array
5 years ago
kylekizirian 53230a12c8 fixed typo in interrupts/linux-interrupts-2 for early_idt_handler_array 5 years ago
0xAX d062df5113
Merge pull request #672 from sjp38/sync_primitives_fix
Fix nits under SyncPrim/
5 years ago
0xAX f68b4efe53
Merge pull request #671 from xindoo/master
Fix some lexcial mistakes
5 years ago
SeongJae Park eb1bd311bb SyncPrim: Fix wrong link to kernel files
A few links to kernel files in Torvalds's github mirror repo is missing
'/blob/'.  This commit fixes the links.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
5 years ago
SeongJae Park 92b23c9ac3 SyncPrim: Fix a typo: s/expnads/expands/
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
5 years ago
SeongJae Park e5cdd6810d SyncPrim: Consistently wrap 'spinlock' with '`'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
5 years ago
SeongJae Park 1ef8bdb653 SyncPrim: Add missed description
A description about 'spin_lock_irqsave' and 'spin_lock_irq' is missing
lock acquisition.  This commit adds the missed description.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
5 years ago
SeongJae Park 5e190ae3b8 SyncPrim: Consistently wrap 'spinlock' with '`'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
5 years ago
SeongJae Park 6708f9ff85 contributors: Add SeongJae
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
5 years ago
xindoo ceef21cc6e fix some lexcial mistakes 5 years ago
0xAX b97cc6aaf5
Merge pull request #667 from WarpspeedSCP/grammar-fix
Fix grammar and  improve formatting for linux-bootstrap section
5 years ago
0xAX 3080d0d2bc
Merge pull request #668 from rjbergerud/patch-1
Grammar updates for queued spinlocks
5 years ago
Ryder bf7b8d8cfb
Grammar updates for queued spinlocks
Rewrote a few sentences to make them easier to read, grammar corrections.
5 years ago
WarpspeedSCP 64712ac607
fix typo 5 years ago
Raghav Shankar 2ef0a4023b Fix grammar and improve formatting 5 years ago
0xAX 60989bf10e
Merge pull request #666 from Jekton/master
Fix desc about movzbl in linux-bootstrap-2.md
5 years ago
Jekton Luo f1237841c1 Fix desc about movzbl in linux-bootstrap-2.md 5 years ago
0xAX 58ee66cb11
Merge pull request #663 from tlkh/patch-1
Proposed improvements to explanation of spinlock
5 years ago
Timothy Liu c387a1b8cf
Proposed improvements to explanation of spinlock 5 years ago
0xAX 88fcfc3c72
Merge pull request #661 from emacsliu/Cgroups-fix
fix the ambiguous sentence
5 years ago
Maurice Aiken dc844a5dc9 fix the ambiguous sentence 5 years ago
0xAX f68edbdc50
Merge pull request #660 from changuoqiang/master
Update linux-initialization-6.md
5 years ago
Alexander Kuleshov e205c3966b
fix segmenta address in boot 1
Thank you to @changuoqiang and @PinoTsao

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
5 years ago
johnny fc971e9a82
Update linux-initialization-6.md
SMBIOS EPS table residents in physical memory addresses between 0xF0000 and 0xFFFFF
5 years ago
0xAX fe84eb39eb
Merge pull request #659 from changuoqiang/master
Update linux-initialization-5.md
5 years ago
johnny 021ae97f58
Update linux-initialization-5.md
typo
5 years ago
0xAX f1500c6ca8
Merge pull request #657 from changuoqiang/master
Update linux-initialization-5.md
5 years ago
johnny f8b7194f0c
Update linux-initialization-5.md
typo
5 years ago
Dongliang Mu a7eb7a8d7f
Merge pull request #656 from changuoqiang/master
Update linux-initialization-4.md
5 years ago
johnny 990f5a098b
Update linux-initialization-4.md
typo
5 years ago
Dongliang Mu e09cb1d313
Merge pull request #655 from changuoqiang/master
Update linux-initialization-3.md
5 years ago
johnny 3af39d78e3
Update linux-initialization-3.md
typo
5 years ago
0xAX b50008f768
Merge pull request #654 from changuoqiang/master
Update linux-initialization-2.md
5 years ago
johnny db53aa2fcc
Update linux-initialization-2.md
the stack top before early_idt_handler_common execute is vector number
5 years ago
0xAX 87627bc608
Merge pull request #653 from yuzibo/fix
Syscall: fix syscall table entry for 86_64
5 years ago
Bo YU d71137fbf2 Syscall: fix syscall table entry for 86_64
Fix the maxium number of syscall table for 86_64
in kernel version: v5.0.0-rc7

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
5 years ago
0xAX c9fbcafdb6
Merge pull request #652 from dlrobertson/master
Fix nit in Paging file
5 years ago
Dan Robertson bf8256c14f
Fix nit in Paging file 5 years ago
Dongliang Mu c10d1d6a3f
Merge pull request #651 from RorraVox/linux-misc-4-fix
cand to and
5 years ago
I°_°I 340f313fdb
cand to and
"From this moment we have `argc`cand `argv" -> "From this moment we have `argc` and `argv"
5 years ago