Skip to content

Commit 034c0ab

Browse files
committed
move to Linux Kernel Module Cheat
1 parent 04b3f36 commit 034c0ab

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# C++ Cheat
22

3+
This repo is moving to: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content
4+
5+
No major new features are intended to be added here.
6+
7+
This move unifies all my system programming content into one place, which makes it easier to maintain and discover, and immediately leads to more features being available due to better factoring, notably:
8+
9+
- run tests in parallel due to more flexible Python build system
10+
- ability to build and run other CPU ISAs through emulation
11+
12+
This repo was written in a semi ad hoc way across several years, so it is a quality roller coaster, with old files crappy and new files less crappy. Only good or cleaned up examples will be migrated.
13+
14+
It is still early stages, and I'm not going to do the migration in one go now, but rather as I touch the examples.
15+
16+
However, since I use this repo often and give it a considerable importance, it is likely that everything that has value here will be moved sooner or later.
17+
18+
## Old README
19+
320
[![Build Status](https://travis-ci.org/cirosantilli/cpp-cheat.svg?branch=master)](https://travis-ci.org/cirosantilli/cpp-cheat)
421

522
C, C++, POSIX and Linux system programming minimal examples. Asserts used wherever possible. Hello worlds for cool third party libraries and build systems. Cheatsheets, tutorials and mini-projects.

getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Some directories have a `configure` for themselves which needs to be run, e.g.:
2323
./configure
2424
make test
2525

26-
Beware that this cheatsheet was written semi ad hoc across several years. So it is a quality roller coaster, with old files crappy and new files good.
27-
2826
I've been revamping a bunch of the old files when I touch the subject again, but I don't plan to do a full all-out review soon, as I can't make money from this repo :-)
2927

3028
## Interactive directories

0 commit comments

Comments
 (0)