DO NOT MAIL: xv6 web pages
This commit is contained in:
parent
ee3f75f229
commit
f53494c28e
37 changed files with 9034 additions and 0 deletions
18
web/x86-intro.html
Normal file
18
web/x86-intro.html
Normal file
|
@ -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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue