add missing iput() at end of _namei()
This commit is contained in:
parent
b55513796f
commit
2036534834
7 changed files with 110 additions and 17 deletions
|
|
@ -12,7 +12,7 @@
|
|||
// BOOT UP STEPS
|
||||
// * when the CPU boots it loads the BIOS into memory and executes it
|
||||
//
|
||||
// * the BIOS intializes devices, sets of the interrupt routines, and
|
||||
// * the BIOS intializes devices, sets up the interrupt routines, and
|
||||
// reads the first sector of the boot device(e.g., hard-drive)
|
||||
// into memory and jumps to it.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue