From 2386bcc4177059963d62545da527a2eac9e4ca25 Mon Sep 17 00:00:00 2001 From: d0p1 Date: Sun, 31 Mar 2024 16:49:58 +0200 Subject: [PATCH] docs: reorganize menu and add a link to C coding styles --- .gitignore | 1 + boot/intro.txt | 3 +++ docs/coding-style.txt | 10 ++++++++++ docs/config/Menu.txt | 8 ++++++++ 4 files changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index f471c44..ead8425 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ bochsrc.bxrc *.obj *.efi *.EFI +*.fd diff --git a/boot/intro.txt b/boot/intro.txt index 2605080..61014dd 100644 --- a/boot/intro.txt +++ b/boot/intro.txt @@ -2,3 +2,6 @@ File: Introduction About: Legacy + +About: UEFI + diff --git a/docs/coding-style.txt b/docs/coding-style.txt index bd767a6..d746c28 100644 --- a/docs/coding-style.txt +++ b/docs/coding-style.txt @@ -1,2 +1,12 @@ File: Coding Style +About: Assembly + +Comments: + + TO BE ADDED + + +About: C + +For C related stuff please follow these coding guidelines: diff --git a/docs/config/Menu.txt b/docs/config/Menu.txt index db58369..0b8f0dd 100644 --- a/docs/config/Menu.txt +++ b/docs/config/Menu.txt @@ -45,6 +45,8 @@ File: FAQ (docs/faq.txt) Group: BootLoader { + File: Introduction (boot/intro.txt) + Group: BootSector { File: floppy.asm (boot/bootsect/floppy.asm) @@ -55,6 +57,12 @@ Group: BootLoader { File: loader.asm (boot/loader/loader.asm) } # Group: Loader + Group: Common { + + File: bios.inc (boot/common/bios.inc) + } # Group: Common + + Group: EFI { File: bootia32.asm (boot/efi/bootia32.asm)