From 3ecc3a74c05a9fd6a86308f57732f3a0dc8cce95 Mon Sep 17 00:00:00 2001 From: rain Date: Mon, 15 Feb 2021 15:36:23 +0800 Subject: [PATCH] FIX a BUG of README.md --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 26083e1..3d6748d 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ +
+
 Cunix kernel
 ============
 
 # Version
 `0.362s-boot`:  
-
`Boot` read `loader` from `boot-device`, then it jumps to it.  
-
Loader doesn't load anything, it just enable long-mode and paging.  
-
Loader defines temporary page table at `0x70000` (0x0000:0x7000),  
-
it uses `2MB` page to make 0-12 MB memory to `0x0000 - 0xc0000`.  
+	`Boot` read `loader` from `boot-device`, then it jumps to it.  
+	Loader doesn't load anything, it just enable long-mode and paging.  
+	Loader defines temporary page table at `0x70000` (0x0000:0x7000),  
+	it uses `2MB` page to make 0-12 MB memory to `0x0000 - 0xc0000`.  
 
 `0.385s-boot`:  
-
rebuild `boot` and `loader`.  
+	rebuild `boot` and `loader`.  
 
 `0.391s-boot`:  
-
loader` forgot open A20 line, so `0.385` and `0.362` just can  
-
use 1MB memory like real-mode.  
+	loader` forgot open A20 line, so `0.385` and `0.362` just can<
+	use 1MB memory like real-mode.  
 
 `0.432s-boot`:  
-
make directory `include/`, and add segment.inc, but it doesn't work. :-)  
+	make directory `include/`, and add segment.inc, but it doesn't work. :-)  
 
 `0.451s-boot`:  
-
`boot` can load 8 sectors (4KB) of loader (not 1 sector).  
+	`boot` can load 8 sectors (4KB) of loader (not 1 sector).  
 
+
-- GitLab