Question: 1 ) Enter your VMware virtual machine. 2 ) Open a command line and create a folder to work in . I call mine myos
Enter your VMware virtual machine. Open a command line and create a folder to work in I call mine myos so I do mkdir myos You will need to download the test OS files. To generate an os binary, run the command make clean followed by the command make This should launch a qemu window with your kernel up and running. Next, we want to try to clear the screen. Generate a function called "clearterminal inside your kernel.c file and call it inside your main function. To do this you will need a function header before the main declaration. To clear a screen you must write a null character to every visual byte and a x to every style byte.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
