Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Jørn Guldberg 119946b77c Sooo 3 anni fa
..
lsfs_16-bit @ 0a6c743d81 vbr work, also problems to copy a file over 4096 bytes 3 anni fa
README.md Added lsfs vbr 3 anni fa
build.sh Sooo 3 anni fa
vbr_lsfs.nasm vbr work, also problems to copy a file over 4096 bytes 3 anni fa

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).