Writing an OS for Motorola 68K processor. Can I emulate it? And can I test-drive OS development?

Posted by ulver on Stack Overflow See other posts from Stack Overflow or by ulver
Published on 2009-10-12T00:29:11Z Indexed on 2010/03/17 12:11 UTC
Read the original article Hit count: 170

Filed under:
|
|
|
|

Next term, I'll need to write a basic operating system for Motorola 68K processor as part of a course lab material.

Is there a Linux emulator of a basic hardware setup with that processor? So my partners and I can debug quicker on our computers instead of physically restarting the board and stuff.

Is it possible to apply test-driven development technique to OS development? Code will be mostly assembly and C. What will be the main difficulties with trying to test-drive this? Any advice on how to do it?

© Stack Overflow or respective owner

Related posts about operating-system

Related posts about c