1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 22:58:08 +00:00
Go to file
Dzmitry Plashchynski f771529c58 Intel syntax uses ; as a comment mark
There's a NASM compilation error:
```
boot.nasm:1: error: label or instruction expected at start of line
Note: this example written with Intel syntax:1: error: label or instruction expected at start of line
```
2015-03-09 20:29:39 +02:00
Booting Intel syntax uses ; as a comment mark 2015-03-09 20:29:39 +02:00
Initialization oops! 2015-03-09 22:25:51 +05:30
Theory Update per-cpu.md 2015-03-07 18:00:24 +06:00
CONTRIBUTING.md grammar fixes to README, CONTRIBUTING and SUMMARY 2015-02-02 18:00:32 +00:00
contributors.md fix typo: 1MB is 0xfffff, not 0xffff which is 65535 2015-03-09 17:05:55 +01:00
LINKS.md @jonte and @leandromoreira added to CONTRIBUTORS.md 2015-02-04 23:16:06 +06:00
README.md Update README.md 2015-03-01 22:54:08 +06:00
SUMMARY.md Update SUMMARY.md 2015-03-08 19:52:15 +06:00

linux-internals

A series of posts about the linux kernel.

The goal is simple - to share my modest knowledge about the internals of the linux kernel and help people who are interested in the linux kernel, and other low-level subject matter.

Questions/Suggestions: Feel free about any questions or suggestions by pinging me at twitter @0xAX, adding issue or just drop me email.

Support If you like linux-insides you can support me with Flattr this git repo

Contributions: Feel free to create issues or create pull-requests if you find any issues or my English is poor.

Please read CONTRIBUTING.md before pushing any changes.

image

Author

@0xAX