More case changes, neither were neccessary, but code reduction and

consistency are both good.
This commit is contained in:
theoddone33
2002-02-27 05:19:50 +00:00
parent a2df8d9d10
commit 334ab69216
2 changed files with 20 additions and 47 deletions

View File

@@ -147,7 +147,6 @@ NEWSYM SystemInit
mov byte[cfgcvidmode],2 mov byte[cfgcvidmode],2
mov byte[cvidmode],2 mov byte[cvidmode],2
call getcmdline call getcmdline
%ifdef __LINUX__
mov byte[esi],'z' mov byte[esi],'z'
mov byte[esi+1],'s' mov byte[esi+1],'s'
mov byte[esi+2],'n' mov byte[esi+2],'n'
@@ -172,32 +171,6 @@ NEWSYM SystemInit
mov byte[esi+10+256],'a' mov byte[esi+10+256],'a'
mov byte[esi+11+256],'t' mov byte[esi+11+256],'t'
mov byte[esi+12+256],0 mov byte[esi+12+256],0
%else
mov byte[esi],'Z'
mov byte[esi+1],'S'
mov byte[esi+2],'N'
mov byte[esi+3],'E'
mov byte[esi+4],'S'
mov byte[esi+5],'W'
mov byte[esi+6],'.'
mov byte[esi+7],'C'
mov byte[esi+8],'F'
mov byte[esi+9],'G'
mov byte[esi+10],0
mov byte[esi+256],'Z'
mov byte[esi+1+256],'G'
mov byte[esi+2+256],'U'
mov byte[esi+3+256],'I'
mov byte[esi+4+256],'C'
mov byte[esi+5+256],'F'
mov byte[esi+6+256],'G'
mov byte[esi+7+256],'W'
mov byte[esi+8+256],'.'
mov byte[esi+9+256],'D'
mov byte[esi+10+256],'A'
mov byte[esi+11+256],'T'
mov byte[esi+12+256],0
%endif
; Get and set the initial directory ; Get and set the initial directory
%ifdef __LINUX__ %ifdef __LINUX__

View File

@@ -165,29 +165,29 @@ NEWSYM SystemInit
mov byte[cvidmode],2 mov byte[cvidmode],2
call getcmdline call getcmdline
mov byte[esi],'Z' mov byte[esi],'z'
mov byte[esi+1],'S' mov byte[esi+1],'s'
mov byte[esi+2],'N' mov byte[esi+2],'n'
mov byte[esi+3],'E' mov byte[esi+3],'e'
mov byte[esi+4],'S' mov byte[esi+4],'s'
mov byte[esi+5],'W' mov byte[esi+5],'w'
mov byte[esi+6],'.' mov byte[esi+6],'.'
mov byte[esi+7],'C' mov byte[esi+7],'c'
mov byte[esi+8],'F' mov byte[esi+8],'f'
mov byte[esi+9],'G' mov byte[esi+9],'g'
mov byte[esi+10],0 mov byte[esi+10],0
mov byte[esi+256],'Z' mov byte[esi+256],'z'
mov byte[esi+1+256],'G' mov byte[esi+1+256],'g'
mov byte[esi+2+256],'U' mov byte[esi+2+256],'u'
mov byte[esi+3+256],'I' mov byte[esi+3+256],'i'
mov byte[esi+4+256],'C' mov byte[esi+4+256],'c'
mov byte[esi+5+256],'F' mov byte[esi+5+256],'f'
mov byte[esi+6+256],'G' mov byte[esi+6+256],'g'
mov byte[esi+7+256],'W' mov byte[esi+7+256],'w'
mov byte[esi+8+256],'.' mov byte[esi+8+256],'.'
mov byte[esi+9+256],'D' mov byte[esi+9+256],'d'
mov byte[esi+10+256],'A' mov byte[esi+10+256],'a'
mov byte[esi+11+256],'T' mov byte[esi+11+256],'t'
mov byte[esi+12+256],0 mov byte[esi+12+256],0
; Get and set the initial directory ; Get and set the initial directory