diff options
author | kaashoek <kaashoek> | 2006-09-03 15:10:33 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-09-03 15:10:33 +0000 |
commit | 801affcd147606873b10db04c9fbf80dede969f6 (patch) | |
tree | 6c45b697bfca4ada39cff43c352b67b07599c19e /bootother.S | |
parent | 97a5bba6d25588706d2765097b4e940793f2fd9f (diff) | |
download | xv6-labs-801affcd147606873b10db04c9fbf80dede969f6.tar.gz xv6-labs-801affcd147606873b10db04c9fbf80dede969f6.tar.bz2 xv6-labs-801affcd147606873b10db04c9fbf80dede969f6.zip |
centralize credits
Diffstat (limited to 'bootother.S')
-rw-r--r-- | bootother.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootother.S b/bootother.S index 8f2b2ce..2bdfdb2 100644 --- a/bootother.S +++ b/bootother.S @@ -14,7 +14,6 @@ * mp.c puts the correct %esp in start-4, and the place to jump * to in start-8. * - * Credit: Cliff Frey and Plan 9 */ .set PROT_MODE_CSEG,0x8 # code segment selector |