<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://rockhopper.monmouth.edu/cs/jchung/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://rockhopper.monmouth.edu/cs/jchung/feed.php">
        <title>Joe Chung&lt;br&gt;Monmouth U. Homepage - cs438</title>
        <description></description>
        <link>http://rockhopper.monmouth.edu/cs/jchung/</link>
        <image rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/_media/wiki/logo.png" />
       <dc:date>2026-06-23T02:10:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_simple_c_programs_on_your_android_avd?rev=1383264931"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_the_android_goldfish_kernel?rev=1380677731"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_the_android_goldfish_kernel_for_intel_x86?rev=1383261954"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_os_architecture?rev=1378417303"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_set_up_virtual_android_environment?rev=1380663882"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_writing_your_own_unix_shell?rev=1383018457"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs438/robots?rev=1378150892"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs438/start?rev=1387327417"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://rockhopper.monmouth.edu/cs/jchung/_media/wiki/logo.png">
        <title>Joe Chung<br>Monmouth U. Homepage</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/</link>
        <url>http://rockhopper.monmouth.edu/cs/jchung/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_simple_c_programs_on_your_android_avd?rev=1383264931">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-01T00:15:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Compile and Run Simple C Programs on Your Android AVD</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_simple_c_programs_on_your_android_avd?rev=1383264931</link>
        <description>Compile and Run Simple C Programs on Your Android AVD

----------

Follow this tutorial after you complete the Compile And Run The Android Goldfish Kernel for Intel x86 tutorial.

1. Add linux-x86 Android Native Development Kit (NDK) compile toolchain path to $PATH:
    export PATH=/usr/local/android/sdk/prebuilt/linux-x86/toolchain/i686-linux-android-4.6/bin:$PATH</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_the_android_goldfish_kernel?rev=1380677731">
        <dc:format>text/html</dc:format>
        <dc:date>2013-10-02T01:35:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Compile And Run The Android Goldfish Kernel</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_the_android_goldfish_kernel?rev=1380677731</link>
        <description>Compile And Run The Android Goldfish Kernel

----------

You are largely following an online tutorial at blog.markloiseau.com on your assigned lab machine.

For long Terminal commands, I recommend copying and pasting from this page to the Terminal.


You can do Parts 1 and 2 at the same time in different Terminals.</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_the_android_goldfish_kernel_for_intel_x86?rev=1383261954">
        <dc:format>text/html</dc:format>
        <dc:date>2013-10-31T23:25:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Compile And Run The Android Goldfish Kernel for Intel x86</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_compile_and_run_the_android_goldfish_kernel_for_intel_x86?rev=1383261954</link>
        <description>Compile And Run The Android Goldfish Kernel for Intel x86

----------

This tutorial builds on the previous tutorial in which you compiled and ran the Android goldfish kernel for the ARM architecture.

For long Terminal commands, I recommend copying and pasting from this page to the Terminal.</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_os_architecture?rev=1378417303">
        <dc:format>text/html</dc:format>
        <dc:date>2013-09-05T21:41:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Computer Architecture Overview</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_os_architecture?rev=1378417303</link>
        <description>Computer Architecture Overview

----------

What is an OS?

	*  “A program that acts as an intermediary between a user of a computer and the computer hardware.”



Two popular definitions for OS

	*  Bottom-up perspective: resource manager/coordinator</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_set_up_virtual_android_environment?rev=1380663882">
        <dc:format>text/html</dc:format>
        <dc:date>2013-10-01T21:44:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Set up a virtual Android environment</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_set_up_virtual_android_environment?rev=1380663882</link>
        <description>Set up a virtual Android environment

----------

These instructions apply only to the Linux lab machines in HH 310.

For long Terminal commands, I recommend copying and pasting from this page into a Terminal.


Part 1. Install needed Android SDK components.</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_writing_your_own_unix_shell?rev=1383018457">
        <dc:format>text/html</dc:format>
        <dc:date>2013-10-29T03:47:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Writing Your Own Shell</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs438/cs-438_writing_your_own_unix_shell?rev=1383018457</link>
        <description>Writing Your Own Shell

----------

(Adapted from linuxgazette.net/111/ramankutty.html)

Shells

When we start a Terminal or login to a UNIX system remotely via SSH or something similar, we can see the UNIX shell where we usually enter our commands to execute. The shell is a command-line interpreter that reads user input and executes commands. To execute the commands that we type in, the shell relies on the</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs438/robots?rev=1378150892">
        <dc:format>text/html</dc:format>
        <dc:date>2013-09-02T19:41:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs438/robots?rev=1378150892</link>
        <description>User-agent: *
Disallow: /</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs438/start?rev=1387327417">
        <dc:format>text/html</dc:format>
        <dc:date>2013-12-18T00:43:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CS 438/505 - Operating Systems Analysis</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs438/start?rev=1387327417</link>
        <description>CS 438/505 - Operating Systems Analysis

Semester: Fall 2013

----------

Information / Announcements

	*  Final exam scheduled for Tue, 12/17/2013, 07:45PM - 09:45PM, HH-310
		*  Material up to and including Memory Management will be covered.
			*  Will focus more on second half of semester material</description>
    </item>
</rdf:RDF>
