瀏覽代碼

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
 Boot2 = Display.Install  --fullscreen
 Boot3 = WindowManager.Install
 Boot3 = WindowManager.Install
 Boot4 = Clipboard.Install
 Boot4 = Clipboard.Install
-Boot5 = Autostart.Run
-Boot7 = FSTools.Mount WORK RelativeFileSystem ./
+Boot5 = FSTools.Mount WORK RelativeFileSystem ./
+Boot7 = Autostart.Run
 Boot9 = Kernel.GC
 Boot9 = Kernel.GC
 Trace=File
 Trace=File
 TraceModules=0
 TraceModules=0

+ 2 - 2
WinAos/aosg.ini

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