Getting Started: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
→‎Testing your operating system: complete rename/merge
Line 48:
 
===== Testing your operating system =====
{{Main|Testing}}
 
All throughout development you will need to test new versions of your OS/Kernel. There are two main ways in which to do this:
* A physical machine
* A virtual machine (VM)
 
You could use your development computer as physical test machine, but this would require you to waste a lot of time on reboots. It is recommended that you either have a second physical computer, or install an [[:Category:Emulators|emulator]] on your development machine.
 
=== Protecting your code ===