From 8fb0c27ac52a76dd27a5879bebb643f56abe348a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 29 Apr 2017 16:21:41 +0200 Subject: some documentation --- src/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/README (limited to 'src/README') diff --git a/src/README b/src/README new file mode 100644 index 0000000..56ec7b2 --- /dev/null +++ b/src/README @@ -0,0 +1,7 @@ +boot.asm - the main boot sector code using: +* gdt.asm - the early GDT +* stage1_functions.asm - real mode functions of the bootloader +* stage2_functions.asm - protected mode primitive VGA routines +* switch_mode.asm - early GTD loading and switching from real to protected mode +kernel.c - Kernel C entry point 'entry' + -- cgit v1.2.3-54-g00ecf