vimwiki/tech/os.wiki

31 lines
441 B
Plaintext
Raw Normal View History

2021-09-22 17:23:25 +00:00
= Operating Systems =
The primary 'program' running on a machine that allows a user to run several
programs at once, manages drivers and hardware abstraction, etc
2021-10-11 03:22:53 +00:00
also see [[kernel]]
2021-09-23 17:54:24 +00:00
== CPUs ==
* [[RISC]]
2021-10-11 03:22:53 +00:00
* [[x86]]
* [[ARM]]
== Assembly ==
* [[../lang/x86]]
== Concepts ==
* [[scheduler]]
* [[microkernel]]
* [[monolithic_kernel]]
* [[system_calls]]
== Tools ==
* [[qemu]]
* [[cross_toolchain|Cross compiler toolchain]]
2021-09-23 17:54:24 +00:00
[[index]]