mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[ROSAPPS]
Capitalize "os" in the "ReactOS" part 3 by Adam Stachowicz CORE-9558 #comment ROSAPPS patch applied. svn path=/trunk/; revision=67450
This commit is contained in:
parent
049a0956ea
commit
a88269dd8b
10 changed files with 15 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
* [ maze ] ...
|
||||
*
|
||||
* modified: [ 03-08-15 ] Ge van Geldorp <ge@gse.nl>
|
||||
* ported to Reactos
|
||||
* ported to ReactOS
|
||||
* modified: [ 94-10-8 ] Ge van Geldorp <Ge.vanGeldorp@lr.tudelft.nl>
|
||||
* ported to MS Windows
|
||||
* modified: [ 3-7-93 ] Jamie Zawinski <jwz@lucid.com>
|
||||
|
|
|
@ -17,7 +17,7 @@ Environment:
|
|||
Author:
|
||||
|
||||
Klaus P. Gerlicher
|
||||
Reactos Port by Eugene Ingerman
|
||||
ReactOS Port by Eugene Ingerman
|
||||
|
||||
Revision History:
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@ LPSTR CommandGroups[]=
|
|||
CMDTABLE CmdTable[]={
|
||||
{"gdt",ShowGdt,"display current global descriptor table" ,0,{0,0,0,0,0},"",COMMAND_GROUP_STRUCT},
|
||||
{"idt",ShowIdt,"display current interrupt descriptor table" ,0,{0,0,0,0,0},"",COMMAND_GROUP_STRUCT},
|
||||
{"x",LeaveIce,"return to Reactos" ,0,{0,0,0,0,0},"",COMMAND_GROUP_FLOW},
|
||||
{"x",LeaveIce,"return to ReactOS" ,0,{0,0,0,0,0},"",COMMAND_GROUP_FLOW},
|
||||
{"t",SingleStep,"single step one instruction" ,0,{0,0,0,0,0},"",COMMAND_GROUP_FLOW},
|
||||
{"vma",ShowVirtualMemory,"displays VMAs" ,0,{0,0,0,0,0},"",COMMAND_GROUP_OS},
|
||||
{"h",ShowHelp,"list help on commands" ,0,{0,0,0,0,0},"",COMMAND_GROUP_HELP},
|
||||
|
@ -2003,7 +2003,7 @@ COMMAND_PROTOTYPE(ShowVirtualMemory)
|
|||
COMMAND_PROTOTYPE(Ver)
|
||||
{
|
||||
//ei add kernel version info??!!
|
||||
PICE_sprintf(tempCmd,"pICE: version %u.%u (build %u) for Reactos\n",
|
||||
PICE_sprintf(tempCmd,"pICE: version %u.%u (build %u) for ReactOS\n",
|
||||
PICE_MAJOR_VERSION,
|
||||
PICE_MINOR_VERSION,
|
||||
PICE_BUILD);
|
||||
|
@ -2016,7 +2016,7 @@ COMMAND_PROTOTYPE(Ver)
|
|||
*/
|
||||
Print(OUTPUT_WINDOW,tempCmd);
|
||||
Print(OUTPUT_WINDOW,"pICE: written by Klaus P. Gerlicher and Goran Devic.\n");
|
||||
Print(OUTPUT_WINDOW,"pICE: ported to Reactos by Eugene Ingerman.\n");
|
||||
Print(OUTPUT_WINDOW,"pICE: ported to ReactOS by Eugene Ingerman.\n");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ Environment:
|
|||
Author:
|
||||
|
||||
Klaus P. Gerlicher
|
||||
Reactos Port: Eugene Ingerman
|
||||
ReactOS Port: Eugene Ingerman
|
||||
|
||||
Revision History:
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ Environment:
|
|||
Author:
|
||||
|
||||
Klaus P. Gerlicher
|
||||
Reactos Port by Eugene Ingerman
|
||||
ReactOS Port by Eugene Ingerman
|
||||
|
||||
Revision History:
|
||||
|
||||
|
|
|
@ -847,7 +847,7 @@ void ShowRunningMsg(void)
|
|||
SetForegroundColor(COLOR_TEXT);
|
||||
SetBackgroundColor(COLOR_CAPTION);
|
||||
ClrLine(wWindow[OUTPUT_WINDOW].y+wWindow[OUTPUT_WINDOW].cy);
|
||||
PutChar(" Reactos is running... (Press CTRL-D to stop) ",1,wWindow[OUTPUT_WINDOW].y+wWindow[OUTPUT_WINDOW].cy);
|
||||
PutChar(" ReactOS is running... (Press CTRL-D to stop) ",1,wWindow[OUTPUT_WINDOW].y+wWindow[OUTPUT_WINDOW].cy);
|
||||
ResetColor();
|
||||
|
||||
LEAVE_FUNC();
|
||||
|
|
|
@ -17,7 +17,7 @@ Environment:
|
|||
Author:
|
||||
|
||||
Klaus P. Gerlicher
|
||||
Reactos Port by Eugene Ingerman
|
||||
ReactOS Port by Eugene Ingerman
|
||||
|
||||
Revision History:
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
;Author:
|
||||
;
|
||||
; Klaus P. Gerlicher
|
||||
; Reactos Port by Eugene Ingerman
|
||||
; ReactOS Port by Eugene Ingerman
|
||||
;
|
||||
;Revision History:
|
||||
;
|
||||
|
|
|
@ -3,12 +3,12 @@ a detailed manual later.
|
|||
|
||||
BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA
|
||||
|
||||
PICE for Reactos is in early beta stage of development. It still has many bugs.
|
||||
PICE for ReactOS is in early beta stage of development. It still has many bugs.
|
||||
|
||||
BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA-BETA
|
||||
|
||||
|
||||
PICE is a kernel debugger that was ported for Reactos (the original Linux
|
||||
PICE is a kernel debugger that was ported for ReactOS (the original Linux
|
||||
project by Klaus P. Gerlicher and Goran Devic may be found here:
|
||||
http://pice.sourceforge.net).
|
||||
|
||||
|
@ -22,7 +22,7 @@ be loaded after keyboard.sys driver. You should add:
|
|||
in ntoskrnl/ldr/loader.c after the line loading keyboard driver.
|
||||
|
||||
2. You should copy pice.cfg and ntoskrnl.sym to \SystemRoot\symbols directory
|
||||
of Reactos.
|
||||
of ReactOS.
|
||||
|
||||
3. If you want to add symbolic information you should use loader.exe to
|
||||
create .dbg file from the unstrippped version of exe or driver:
|
||||
|
@ -44,7 +44,7 @@ List of commands:
|
|||
|
||||
gdt display current global descriptor table
|
||||
idt display current interrupt descriptor table
|
||||
x return to Reactos
|
||||
x return to ReactOS
|
||||
t single step one instruction
|
||||
vma displays VMAs
|
||||
h list help on commands
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* [ maze ] ...
|
||||
*
|
||||
* modified: [ 03-08-15 ] Ge van Geldorp <ge@gse.nl>
|
||||
* ported to Reactos
|
||||
* ported to ReactOS
|
||||
* modified: [ 94-10-8 ] Ge van Geldorp <Ge.vanGeldorp@lr.tudelft.nl>
|
||||
* ported to MS Windows
|
||||
* modified: [ 3-7-93 ] Jamie Zawinski <jwz@lucid.com>
|
||||
|
|
Loading…
Reference in a new issue