From 7c70d2593abf29abf64de9cbc2cf90ab4cdec455 Mon Sep 17 00:00:00 2001 From: sborovic Date: Sat, 10 Feb 2024 20:17:19 +0000 Subject: [PATCH] Update Home --- Home.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 732584e..df1ea5a 100644 --- a/Home.md +++ b/Home.md @@ -1,9 +1,15 @@ ## How We Approached It All (in chronological steps) -A great way to learn something new is to retrace the steps taken by someone who had taken the same path before. To make this possible for future readers, below are written major ideas, proposed solutions, encountered pitfalls, and implemented fixes that arise along the way. +A great way to learn something new is to retrace the steps taken by someone who had taken the same path before. To make this possible for future readers, below are written major ideas, proposed solutions, encountered pitfalls, and implemented fixes that have arisen along the way. ### Step 0: Setting up a unified development environment -... + +To safeguard against dependency hell, all the essential software needed to develop and run our OS will be provided through a set of Docker images orchestrated using Docker Compose. For those unfamiliar with Docker, a command cheatsheet will be provided later on. +Preliminary list of essential software: + +- [ ] QEMU: open-source machine emulator +- [ ] gcc, gdb, make, ... +- [ ] ## Useful links ### Wiki