فهرست منبع

swapped Boot5<->Boot7, because the WORK volume is not known at the startup time(Autostart.Run), which leads to various errors (e.g., when restoring the desktop-- see File Manager WORK volume, etc)

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6692 8c9fc860-2736-0410-a75d-ab315db34111
eth.metacore 9 سال پیش
والد
کامیت
4c3abccb11
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      WinAos/aos.ini
  2. 2 2
      WinAos/aosg.ini

+ 2 - 2
WinAos/aos.ini

@@ -9,8 +9,8 @@ Boot1 = FileTrapWriter.Install
 Boot2 = Display.Install  --fullscreen
 Boot3 = WindowManager.Install
 Boot4 = Clipboard.Install
-Boot5 = Autostart.Run
-Boot7 = FSTools.Mount WORK RelativeFileSystem ./
+Boot5 = FSTools.Mount WORK RelativeFileSystem ./
+Boot7 = Autostart.Run
 Boot9 = Kernel.GC
 Trace=File
 TraceModules=0

+ 2 - 2
WinAos/aosg.ini

@@ -9,8 +9,8 @@ Boot1 = FileTrapWriter.Install
 Boot2 = Display.Install  --fullscreen
 Boot3 = WindowManager.Install
 Boot4 = Clipboard.Install
-Boot5 = Autostart.Run
-Boot7 = FSTools.Mount WORK RelativeFileSystem ./
+Boot5 = FSTools.Mount WORK RelativeFileSystem ./
+Boot7 = Autostart.Run
 Boot9 = Kernel.GC
 ObjectFileExtension=.GofW
 Trace=File