diff options
author | rsc <rsc> | 2008-09-03 04:50:04 +0000 |
---|---|---|
committer | rsc <rsc> | 2008-09-03 04:50:04 +0000 |
commit | f53494c28e362fb7752bbc83417b9ba47cff0bf5 (patch) | |
tree | 7a7474710c9553b0188796ba24ae3af992320153 /web/x86-intro.html | |
parent | ee3f75f229742a376bedafe34d0ba04995a942be (diff) | |
download | xv6-labs-f53494c28e362fb7752bbc83417b9ba47cff0bf5.tar.gz xv6-labs-f53494c28e362fb7752bbc83417b9ba47cff0bf5.tar.bz2 xv6-labs-f53494c28e362fb7752bbc83417b9ba47cff0bf5.zip |
DO NOT MAIL: xv6 web pages
Diffstat (limited to 'web/x86-intro.html')
-rw-r--r-- | web/x86-intro.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/x86-intro.html b/web/x86-intro.html new file mode 100644 index 0000000..323d92e --- /dev/null +++ b/web/x86-intro.html @@ -0,0 +1,18 @@ +<title>Homework: Intro to x86 and PC</title> +<html> +<head> +</head> +<body> + +<h1>Homework: Intro to x86 and PC</h1> + +<p>Today's lecture is an introduction to the x86 and the PC, the +platform for which you will write an operating system. The assigned +book is a reference for x86 assembly programming of which you will do +some. + +<p><b>Assignment</b> Make sure to do exercise 1 of lab 1 before +coming to lecture. + +</body> + |