Mono Lizzy

From OSDev.wiki
Revision as of 17:12, 22 June 2020 by osdev>Peterx (Created page with "Lizzy prefers a single big kernel like Linux, Windows or BSD. == Pro's & Con's == Pro: * easier to program because it's all in the same memory space Con: * harder to maintain...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Lizzy prefers a single big kernel like Linux, Windows or BSD.

Pro's & Con's

Pro:

  • easier to program because it's all in the same memory space

Con:

  • harder to maintain because it's kind of spaghetti code.

Going further than Lizzy

Consider splitting up the kernel.

Lizzy's bookshelf

Probably Windows or Unix APIS/ABI books or texts (for example POSIX).

Lizzy's opponents position

Microkernel and similar (layered, modular).

People and OSes related to Lizzy

  • Linux
  • Windows
  • BSD