This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ function initGraphicalErrorHandling() {
105
105
} ;
106
106
}
107
107
108
+ let i = 0 ;
108
109
if ( ! window . settings . nointro ) {
109
- let i = 0 ;
110
110
displayLine ( ) ;
111
111
} else {
112
112
initGraphicalErrorHandling ( ) ;
@@ -133,6 +133,8 @@ function displayLine() {
133
133
i ++ ;
134
134
135
135
switch ( true ) {
136
+ case i === 2 :
137
+ bootScreen . innerHTML += `eDEX-UI Kernel version ${ electron . remote . app . getVersion ( ) } boot at ${ Date ( ) . toString ( ) } ; root:xnu-1699.22.73~1/RELEASE_X86_64` ;
136
138
case i === 4 :
137
139
setTimeout ( displayLine , 500 ) ;
138
140
break ;
@@ -163,6 +165,7 @@ function displayLine() {
163
165
164
166
// Show "logo" and background grid
165
167
function resumeInit ( ) {
168
+ let bootScreen = document . getElementById ( "boot_screen" ) ;
166
169
bootScreen . innerHTML = "" ;
167
170
setTimeout ( ( ) => {
168
171
document . body . setAttribute ( "class" , "" ) ;
Original file line number Diff line number Diff line change 1
1
Welcome to eDEX-UI!
2
- eDEX Kernel Version 1.0.0: Tue Oct 11 20:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64
3
2
vm_page_bootstrap: 987323 free pages and 53061 wired pages
4
3
kext submap [0xffffff7f8072e000 - 0xffffff8000000000] , kernel text [0xffffff8000200000 - 0xffffff800072e000]
5
4
zone leak detection enabled
You can’t perform that action at this time.
0 commit comments