Skip to content

Commit bcece8b

Browse files
committed
readme: getting started tidbits
1 parent cb8a2f8 commit bcece8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ System simulators are cool compared to real hardware because they are:
2727

2828
The current components we focus the most on are:
2929

30-
* Linux kernel and Linux kernel modules
30+
* <<linux-kernel>> and Linux kernel modules
3131
* full systems emulators, currently <<qemu-buildroot-setup,qemu>> and <<gem5-buildroot-setup,gem5>>
3232
* <<buildroot>>. We use and therefore document, a large part of its feature set.
3333

34-
The following components are not covered, but it shouldn't be hard to do:
34+
The following components are not covered, but they would also benefit from this setup, and it shouldn't be hard to add them:
3535

3636
* C standard libraries
3737
* compilers. Project idea: add a new instruction to x86, then hack up GCC to actually use it, and make a C program that generates it.
@@ -53,7 +53,7 @@ If you don't know which one to go for, start with <<qemu-buildroot-setup>>.
5353

5454
The trade-offs are basically a balance between:
5555

56-
* speed ans size; how long and how much disk space do the build and run take?
56+
* speed ans size: how long and how much disk space do the build and run take?
5757
* visibility: can you GDB step debug everything and read source code?
5858
* modifiability: can you modify the source code and rebuild a modified version?
5959
* portability: does it work on a Windows host? Could it ever?
@@ -3454,7 +3454,7 @@ This likely comes from the ifdef split at `init/main.c`:
34543454

34553455
=== Linux kernel entry point
34563456

3457-
`start_kernel` is a good definition of it: ttps://stackoverflow.com/questions/18266063/does-kernel-have-main-function/33422401#33422401
3457+
`start_kernel` is a good definition of it: https://stackoverflow.com/questions/18266063/does-kernel-have-main-function/33422401#33422401
34583458

34593459
=== Kernel module APIs
34603460

0 commit comments

Comments
 (0)