diff options
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> + |