Mercurial > lcfOS
comparison cos/bochsrc.txt @ 12:fcdae30b2782
Fixup of variable argument things
author | windel |
---|---|
date | Mon, 14 Nov 2011 21:31:27 +0100 |
parents | 92ace1ca50a8 |
children | f454e3c592dd |
comparison
equal
deleted
inserted
replaced
11:607898120eb1 | 12:fcdae30b2782 |
---|---|
63 #display_library: term | 63 #display_library: term |
64 #display_library: win32, options="legacyF12" # use F12 to toggle mouse | 64 #display_library: win32, options="legacyF12" # use F12 to toggle mouse |
65 #display_library: win32, options="gui_debug" # use Win32 debugger gui | 65 #display_library: win32, options="gui_debug" # use Win32 debugger gui |
66 #display_library: wx | 66 #display_library: wx |
67 #display_library: x, options="hideIPS" # disable IPS output in status bar | 67 #display_library: x, options="hideIPS" # disable IPS output in status bar |
68 #display_library: x, options="gui_debug" # use GTK debugger gui | 68 display_library: x, options="gui_debug" # use GTK debugger gui |
69 | 69 |
70 #======================================================================= | 70 #======================================================================= |
71 # ROMIMAGE: | 71 # ROMIMAGE: |
72 # The ROM BIOS controls what the PC does when it first powers on. | 72 # The ROM BIOS controls what the PC does when it first powers on. |
73 # Normally, you can use a precompiled BIOS in the source or binary | 73 # Normally, you can use a precompiled BIOS in the source or binary |
857 # debugger mode. This might be useful for software development. | 857 # debugger mode. This might be useful for software development. |
858 # | 858 # |
859 # Example: | 859 # Example: |
860 # magic_break: enabled=1 | 860 # magic_break: enabled=1 |
861 #======================================================================= | 861 #======================================================================= |
862 #magic_break: enabled=1 | 862 magic_break: enabled=1 |
863 | 863 |
864 #======================================================================= | 864 #======================================================================= |
865 # PORT_E9_HACK: | 865 # PORT_E9_HACK: |
866 # The 0xE9 port doesn't exists in normal ISA architecture. However, we | 866 # The 0xE9 port doesn't exists in normal ISA architecture. However, we |
867 # define a convention here, to display on the console of the system running | 867 # define a convention here, to display on the console of the system running |