Question: 1 ) Enter your VMware virtual machine. 2 ) Open a command line and create a folder to work in . I call mine myos

1) Enter your VMware virtual machine. 2) Open a command line and create a folder to work in. I call mine myos so I do - mkdir myos 3) You will need to download the test OS files. 4) To generate an os binary, run the command make clean followed by the command make 5) This should launch a qemu window with your kernel up and running. 6) Next, we want to try to clear the screen. Generate a function called "clear_terminal()" 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 0x07 to every style byte.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!