File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ <h2 id='boot_status'>Loading...</h2>
71
71
</ script >
72
72
73
73
< script type ="module ">
74
- import FileSystem from "./dist/file-system" ;
75
- import BitmapMemory from "./dist/bitmap-memory" ;
76
- import NvmMemoryManager from "./dist/nvm-memory" ;
77
- import ResourceMonitor from "./dist/resource-monitor" ;
78
- import ProcessTable from "./dist/process-table" ;
79
- import System from './dist/system'
74
+ import FileSystem from "./dist/file-system.js " ;
75
+ import BitmapMemory from "./dist/bitmap-memory.js " ;
76
+ import NvmMemoryManager from "./dist/nvm-memory.js " ;
77
+ import ResourceMonitor from "./dist/resource-monitor.js " ;
78
+ import ProcessTable from "./dist/process-table.js " ;
79
+ import System from './dist/system.js '
80
80
// Boot server
81
81
const monitor = new ResourceMonitor ( )
82
82
const memory = new BitmapMemory ( { minBytes : 2 , physicalSize : 512 } )
You can’t perform that action at this time.
0 commit comments