summaryrefslogtreecommitdiffstats
path: root/include/asm/boot.h
blob: 690f698a5cb30f9ce12c507e7ff8417ef901deb5 (plain)
1
2
3
4
5
6
7
8
9
#define KERNEL_START 0x500
#define KERNEL_BLOCKS 24
#define DISK_SECTORS_PER_TRACK 18

#define CODE_SEL 0x08
#define DATA_SEL 0x10
#define STACK_SEL 0x18
#define VRAM_SEL 0x20
#define BIOS_SEL 0x28