summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-14 16:19:58 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-14 16:19:58 +0200
commitec0810b91aba837f684ed15f0b8abfb03299f661 (patch)
tree42d8e318d5cb084d9103f569c442be6841305b5b /doc
parentf31f7960bd260cb90ffdd766393d51bd85a547d1 (diff)
downloadabaos-ec0810b91aba837f684ed15f0b8abfb03299f661.tar.gz
abaos-ec0810b91aba837f684ed15f0b8abfb03299f661.tar.bz2
some linkage tweaking, the kernel is not linked against libssp (which
is using linux/glibc), we provide our own SSP guards leading to kernel_panic (for now). per default build the kernel with ld (as we need precise control how we link it) the libc tests are per default linked with the same compiler as provided with $(CC) using #include_next of gcc/clang to include the real stdint.h header file in stdint.h stub
Diffstat (limited to 'doc')
-rw-r--r--doc/LINKS.TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index 89f7ce8..968ff6d 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -102,3 +102,6 @@ https://stackoverflow.com/questions/26143123/how-do-i-ensure-the-entry-function-
Linux:
https://blog.packagecloud.io/eng/2016/04/05/the-definitive-guide-to-linux-system-calls/
+
+Security:
+http://wiki.osdev.org/Stack_Smashing_Protector