Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit f8c6a38

Browse files
committed
disable tests
1 parent fc6c40b commit f8c6a38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/boot/config.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
KERNEL_OFFSET EQU 0x10000 ; カーネルをロードするアドレス
2-
SECTOR_COUNT EQU 33 ; 読み込むセクタの数
2+
SECTOR_COUNT EQU 29 ; 読み込むセクタの数
33
START_SECTOR EQU 2 ; 開始するセクタ番号
44
CYLINDER_NUM EQU 0 ; シリンダ番号
55
HEAD_NUM EQU 0 ; ヘッド番号

src/include/tests/define.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _TESTS_CONFIG_H
33

44
// テストを実行するかどうか
5-
#define TEST_TRUE
5+
//#define TEST_TRUE
66

77
#ifdef TEST_TRUE
88
// メモリマップとメモリのテスト

0 commit comments

Comments
 (0)