From d081f5449b3e84d571ad3f8907bd7ab57d3d63a4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 31 May 2017 18:31:38 +0200 Subject: added a setjmp implementation kernel_panic uses a longjmp to terminate the kernel entry function some segfault in scroll_screen --- doc/LINKS.TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO index 33fc5bb..15ea245 100644 --- a/doc/LINKS.TODO +++ b/doc/LINKS.TODO @@ -32,3 +32,8 @@ https://blog.packagecloud.io/eng/2016/04/05/the-definitive-guide-to-linux-system A20: http://www.independent-software.com/writing-your-own-toy-operating-system-enabling-the-a20-line/ + +longjmp: +http://blog.reverberate.org/2013/05/deep-wizardry-stack-unwinding.html +http://prettyos.de + -- cgit v1.2.3-54-g00ecf