]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/traps.c
add a lot of copyright headers
[netwatch.git] / netwatch / traps.c
index 1fc0977bde26cfdb18992485107a190a52b294a2..bf5ca803b221ef2968fb9dee73ee0be0a47345d1 100644 (file)
@@ -1,10 +1,20 @@
+/* traps.c
+ * Trap handling routines
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
 #include <output.h>
 #include <io.h>
 #include <paging.h>
 
 #include "traps.h"
 
-#define CS_SEGSEL      0x10
+#define CS_SEGSEL      0x8
 
 #define FAULT_WRAPPER(func_name)        asm (           \
         ".global " #func_name "_wrapper\n"              \
This page took 0.022504 seconds and 4 git commands to generate.