You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
lsfs_16-bit@0a6c743d81 | 5 years ago | |
README.md | 5 years ago | |
build.sh | 5 years ago | |
vbr_lsfs.nasm | 5 years ago |
README.md
Volume Boot Record
For Less Simple FileSystem
This is the standard volume boot record for LSFS.
For now it loads a kernel at /kernel/kernel.bin. The kernel will start in 16-bit at location 0x2500:0000
The first 2048 bloks in LSFS is reserved for the VBR, and have an implementation of LSFS integrated which knows just enogh to
load the kernel from the path "kernel/kernel.bin" (as default).