mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-22 14:48:08 +00:00
Merge pull request #685 from Stefan20162016/add-link-to-linux-bootstrap-1
added link to minimal bootloader with comments
This commit is contained in:
commit
5afe86aeeb
@ -491,6 +491,7 @@ Links
|
|||||||
|
|
||||||
* [Intel 80386 programmer's reference manual 1986](http://css.csail.mit.edu/6.858/2014/readings/i386.pdf)
|
* [Intel 80386 programmer's reference manual 1986](http://css.csail.mit.edu/6.858/2014/readings/i386.pdf)
|
||||||
* [Minimal Boot Loader for Intel® Architecture](https://www.cs.cmu.edu/~410/doc/minimal_boot.pdf)
|
* [Minimal Boot Loader for Intel® Architecture](https://www.cs.cmu.edu/~410/doc/minimal_boot.pdf)
|
||||||
|
* [Minimal Boot Loader in Assembler with comments](https://github.com/Stefan20162016/linux-insides-code/blob/master/bootloader.asm)
|
||||||
* [8086](https://en.wikipedia.org/wiki/Intel_8086)
|
* [8086](https://en.wikipedia.org/wiki/Intel_8086)
|
||||||
* [80386](https://en.wikipedia.org/wiki/Intel_80386)
|
* [80386](https://en.wikipedia.org/wiki/Intel_80386)
|
||||||
* [Reset vector](https://en.wikipedia.org/wiki/Reset_vector)
|
* [Reset vector](https://en.wikipedia.org/wiki/Reset_vector)
|
||||||
|
@ -125,3 +125,4 @@ Thank you to all contributors:
|
|||||||
* [Blameying](https://github.com/Blameying)
|
* [Blameying](https://github.com/Blameying)
|
||||||
* [Junsoo Lee](https://github.com/junsooo)
|
* [Junsoo Lee](https://github.com/junsooo)
|
||||||
* [SeongJae Park](https://github.com/sjp38)
|
* [SeongJae Park](https://github.com/sjp38)
|
||||||
|
* [Stefan20162016](https://github.com/stefan20162016)
|
||||||
|
Loading…
Reference in New Issue
Block a user