Doc fixes.
[bertos.git] / kern / switch_win32.s
old mode 100755 (executable)
new mode 100644 (file)
index 3e5ce54..5891ae9
@@ -3,7 +3,7 @@
  * <!--
  * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
  * Copyright 1999,2000,2001 Bernardo Innocenti <bernie@develer.com>
- * All Rights Reserved.
+ * This file is part of DevLib - See devlib/README for information.
  * -->
  *
  * \brief i386 context switch for WIN32
@@ -13,6 +13,8 @@
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
+!!!!!! THIS FILE HAS NOT BEEN REVISED FOR THE NEW SCHEDULER API !!!!!!
+
 __declspec(naked) void AsmSwitchContext(void * new_sp, void ** save_sp)
 {
        __asm