Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
calll -> call
  • Loading branch information
mudongliang authored Jan 9, 2023
1 parent 2cceabd commit dd515d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Booting/linux-bootstrap-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ Jump to main
That's all! We have the stack and BSS, so we can jump to the `main()` C function:

```assembly
calll main
call main
```

The `main()` function is located in [arch/x86/boot/main.c](https://github.com/torvalds/linux/blob/v4.16/arch/x86/boot/main.c). You can read about what this does in the next part.
Expand Down

0 comments on commit dd515d0

Please sign in to comment.