CSE 378 HW5 - The OS and Friends

Up to now, you haven't needed the code for the operating system. We've just been building and testing a machine that could support an OS. This is the point at which we make the transition.

Building the Disk Image (File)

Executing from the Disk Image: Cebollita

Executing from the Disk Image: Overview

Executing from the Disk Image: Cebollita and SMOK

cebsim --bootable --smok ceb-final.smok image
will use attach a Cebollita front-end GUI to a SMOK machine, but will not run the Cebollita software simulator.

cebsim --bootable --sync ceb-final.smok image
will use both attach the Cebollita GUI and run the Cebollita software simulation in lock step with your SMOK implementation.

Either way, hit the boot button on the Cebollita window, then run. Type input in the SMOK character controller window.

How the OS Works